Home
last modified time | relevance | path

Searched refs:access (Results 1 – 25 of 127) sorted by relevance

123456

/AliOS-Things-master/hardware/chip/haas1000/drivers/services/ble_stack/hl/inc/
A Dattm.h39 #define ATTMDB_UPDATE_PERM(handle, access, right)\ argument
40 attm_att_update_perm(handle, (PERM_MASK_ ## access), PERM(access, right))
42 #define ATTMDB_UPDATE_PERM_VAL(handle, access, val)\ argument
43 attm_att_update_perm(handle, (PERM_MASK_ ## access), ((val) << (PERM_POS_ ## access)))
/AliOS-Things-master/components/lwip/lwip2.0.0/include/lwip/apps/
A Dsnmp_scalar.h56 snmp_access_t access; member
66 #define SNMP_SCALAR_CREATE_NODE(oid, access, asn1_type, get_value_method, set_test_method, set_valu… argument
70 (asn1_type), (access), (get_value_method), (set_test_method), (set_value_method) }
79 snmp_access_t access; member
/AliOS-Things-master/hardware/chip/haas1000/drivers/net/lwip/src/include/lwip/apps/
A Dsnmp_scalar.h56 snmp_access_t access; member
66 #define SNMP_SCALAR_CREATE_NODE(oid, access, asn1_type, get_value_method, set_test_method, set_valu… argument
70 (asn1_type), (access), (get_value_method), (set_test_method), (set_value_method) }
79 snmp_access_t access; member
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/examples/
A Dzran.c75 struct access { struct
82 local void free_index(struct access *index) in free_index() argument
92 local struct access *addpoint(struct access *index, int bits, in addpoint()
99 index = malloc(sizeof(struct access)); in addpoint()
144 local int build_index(FILE *in, off_t span, struct access **built) in build_index()
149 struct access *index; /* access points being generated */ in build_index()
249 local int extract(FILE *in, struct access *index, off_t offset, in extract()
359 struct access *index = NULL; in main()
A DREADME.examples47 index a zlib or gzip stream and randomly access it
49 inflateSetDictionary() to provide random access
/AliOS-Things-master/hardware/chip/haas1000/drivers/services/ble_stack/hl/api/
A Datt.h893 #define PERM_GET(perm, access)\ argument
894 (((perm) & (PERM_MASK_ ## access)) >> (PERM_POS_ ## access))
897 #define PERM(access, right) \ argument
898 (((PERM_RIGHT_ ## right) << (PERM_POS_ ## access)) & (PERM_MASK_ ## access))
901 #define PERM_IS_SET(perm, access, right) \ argument
902 (((perm) & (((PERM_RIGHT_ ## right) << (PERM_POS_ ## access))) \
903 & (PERM_MASK_ ## access)) == PERM(access, right))
906 #define PERM_VAL(access, perm) \ argument
907 ((((perm) << (PERM_POS_ ## access))) & (PERM_MASK_ ## access))
/AliOS-Things-master/components/a2sa/src/driver/core/
A Dcontrol.c14 static int audio_ctl_new(struct audio_kcontrol **kctl, unsigned int count, unsigned int access) in audio_ctl_new() argument
31 (*kctl)->vd[idx].access = access; in audio_ctl_new()
40 unsigned int access; in audio_ctl_new1() local
55 access = ncontrol->access; in audio_ctl_new1()
56 if (access == 0) in audio_ctl_new1()
57 access = AOS_CTL_ELEM_ACCESS_READWRITE; in audio_ctl_new1()
58 access &= AOS_CTL_ELEM_ACCESS_READWRITE; in audio_ctl_new1()
60 err = audio_ctl_new(&kctl, count, access); in audio_ctl_new1()
120 LOGD(LOG_TAG, "%s:%d, ----kcontrol->vd[0].access: %d", __func__, __LINE__, kcontrol->vd[0].access); in audio_ctl_add()
339 if ((vd->access & AOS_CTL_ELEM_ACCESS_READ) && kctl->get != NULL) { in audio_ctl_elem_read()
[all …]
/AliOS-Things-master/components/lwip/lwip2.0.0/apps/snmp/
A Dsnmp_scalar.c62 instance->access = scalar_node->access; in snmp_scalar_get_instance()
106 instance->access = array_node_def->access; in snmp_scalar_array_get_instance()
183 instance->access = result->access; in snmp_scalar_array_get_next_instance()
A Dsnmp_table.c72 instance->access = col_def->access; in snmp_table_get_instance()
138 instance->access = next_col_def->access; in snmp_table_get_next_instance()
197 instance->access = SNMP_NODE_INSTANCE_READ_ONLY; in snmp_table_simple_get_instance()
290 instance->access = SNMP_NODE_INSTANCE_READ_ONLY; in snmp_table_simple_get_next_instance()
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/gradle/wrapper/
A Dgradle-wrapper.jar ... int timeoutMs int pollIntervalMs public java.lang.Object access (java.io.File, java.util.concurrent ...
/AliOS-Things-master/components/ucloud_ai/src/model/aliyun-openapi/
A DREADME-CN.md131 > **说明:** 您需要替换示例中的 your-region-id、your-access-key-id 和 your-access-key-secret 的值。
147 EcsClient client("<your-access-key-id>", "<your-access-key-secret>", configuration);
218 EcsClient client("<your-access-key-id>", "<your-access-key-secret>", configuration);
A DREADME-ENG.md14 …lows you to access Alibaba Cloud services such as Elastic Compute Service (ECS), Server Load Balan…
29 …your account, we recommend that you use the AccessKey of the RAM user to access Alibaba Cloud serv…
31 - To use this SDK to access the APIs of a product, you must first activate the product on the [Alib…
153 EcsClient client("<your-access-key-id>", "<your-access-key-secret>", configuration);
223 EcsClient client("<your-access-key-id>", "<your-access-key-secret>", configuration);
/AliOS-Things-master/components/uvoice/audio/hal/linux/
A Duvoice_pcm.c25 snd_pcm_access_t access; in alsa_pcm_open() local
63 access = SND_PCM_ACCESS_RW_INTERLEAVED; in alsa_pcm_open()
64 ret = snd_pcm_hw_params_set_access(pcm_handle, hw_params, access); in alsa_pcm_open()
170 ret = snd_pcm_hw_params_get_access(hw_params, &access); in alsa_pcm_open()
175 snd_info("access %d\n", access); in alsa_pcm_open()
/AliOS-Things-master/hardware/chip/haas1000/drivers/platform/hal/
A Dhal_iomux.h87 enum HAL_IOMUX_ISPI_ACCESS_T hal_iomux_ispi_access_enable(enum HAL_IOMUX_ISPI_ACCESS_T access);
88 enum HAL_IOMUX_ISPI_ACCESS_T hal_iomux_ispi_access_disable(enum HAL_IOMUX_ISPI_ACCESS_T access);
/AliOS-Things-master/components/a2sa/internal/driver/core/
A Dcontrol.h91 unsigned int access; /* R: AOS_CTL_ELEM_ACCESS_* */ member
146 unsigned int access; /* access rights */ member
164 unsigned int access; /* access rights */ member
/AliOS-Things-master/components/SDL2/test/
A Dtestshape.c55 int access = 0; in main() local
153 …SDL_QueryTexture(pictures[current_picture].texture,(Uint32 *)&pixelFormat,(int *)&access,&texture_… in main()
171 …Texture(pictures[current_picture].texture,(Uint32 *)&pixelFormat,(int *)&access,&texture_dimension… in main()
/AliOS-Things-master/components/SDL2/src/image/Xcode/pkg-support/resources/
A DWelcome.txt2 <your home directory>/Library/Frameworks if your access privileges are not high enough.
/AliOS-Things-master/components/a2sa/include/
A Dsound_pcm.h88 aos_pcm_access_t access; /**< aos_pcm_access_t 类型 */ member
301 int aos_pcm_set_params(aos_pcm_t *pcm, aos_pcm_format_t format, aos_pcm_access_t access, unsigned i…
/AliOS-Things-master/components/SDL2/src/hidapi/pc/
A Dhidapi.pc.in7 Description: C Library for USB/Bluetooth HID device access from Linux, Mac OS X, FreeBSD, and Windo…
A Dhidapi-libusb.pc.in7 Description: C Library for USB HID device access from Linux, Mac OS X, FreeBSD, and Windows. This i…
A Dhidapi-hidraw.pc.in7 Description: C Library for USB/Bluetooth HID device access from Linux, Mac OS X, FreeBSD, and Windo…
/AliOS-Things-master/components/cli/src/iobox/
A Dtouch.c42 if (access(file, F_OK)) in touch_main()
/AliOS-Things-master/components/a2sa/src/framework/
A Dsound_pcm.c371 params->access = AOS_PCM_ACCESS_RW_INTERLEAVED; in aos_pcm_hw_params_any()
397 params.interleave = (p->access == AOS_PCM_ACCESS_RW_NONINTERLEAVED) ? 0 : 1; in aos_pcm_hw_params()
459 int aos_pcm_set_params(aos_pcm_t *pcm, aos_pcm_format_t format, aos_pcm_access_t access, unsigned i… in aos_pcm_set_params() argument
479 pcm->hw_params->access = access; in aos_pcm_set_params()
487 params.interleave = (access == AOS_PCM_ACCESS_RW_NONINTERLEAVED) ? 0 : 1; in aos_pcm_set_params()
/AliOS-Things-master/components/SDL2/
A Dsdl2.pc.in9 …yer is a cross-platform multimedia library designed to provide low level access to audio, keyboard…
A DSDL2.spec20 level access to audio, keyboard, mouse, and display framebuffer across
30 level access to audio, keyboard, mouse, and display framebuffer across

Completed in 272 milliseconds

123456