HomeSort by relevance Sort by last modified time
    Searched defs:hdl (Results 1 - 20 of 20) sorted by null

  /external/libhevc/encoder/
osal_cond_var.h 46 osal_t *hdl; /* Associated OSAL handle */ member in struct:__anon28769
osal_mutex.h 47 osal_t *hdl; /* Associated OSAL handle */ member in struct:__anon28776
osal_network.h 47 osal_t *hdl; /* Associated OSAL handle */ member in struct:__anon28777
osal_semaphore.h 61 osal_t *hdl; /* Associated OSAL handle */ member in struct:__anon28779
osal_mbox.h 58 osal_t *hdl; /* Associated OSAL handle */ member in struct:__anon28774
64 osal_t *hdl; /* Associated OSAL handle */ member in struct:__anon28775
osal_thread.h 61 osal_t *hdl; /* Associated OSAL handle */ member in struct:__anon28780
osal_select_engine.h 67 osal_t *hdl; /* Associated OSAL handle */ member in struct:__anon28778
osal_thread.c 132 thread_handle_t *hdl = 0; local
137 hdl = handle->alloc(mmr_handle, sizeof(thread_handle_t));
138 if(0 == hdl)
142 hdl->mmr_handle = mmr_handle;
143 hdl->hdl = handle;
144 hdl->exit_code = attr->exit_code;
145 hdl->priority = priority;
146 hdl->thread_func = attr->thread_func;
147 hdl->thread_param = attr->thread_param
212 thread_handle_t *hdl = (thread_handle_t *)thread_handle; local
248 thread_handle_t *hdl = (thread_handle_t *)param; local
467 thread_handle_t *hdl = (thread_handle_t *)thread_handle; local
512 thread_handle_t *hdl = handle->alloc(handle->mmr_handle, sizeof(thread_handle_t)); local
    [all...]
  /external/e2fsprogs/misc/
create_inode.h 22 struct hdlink_s *hdl; member in struct:hdlinks_s
  /external/libchrome/mojo/public/java/system/javatests/src/org/chromium/mojo/bindings/
SerializationTest.java 48 Assert.assertFalse(struct.hdl.isValid());
52 struct.hdl = new HandleMock();
137 Assert.assertFalse(struct.hdl.isValid());
169 Assert.assertFalse(struct.hdl.isValid());
176 struct.hdl = new HandleMock();
  /frameworks/av/media/libeffects/factory/
EffectsConfigLoader.c 154 void *hdl = NULL; local
170 hdl = dlopen(path, RTLD_NOW);
171 if (hdl == NULL) {
176 desc = (audio_effect_library_t *)dlsym(hdl, AUDIO_EFFECT_LIBRARY_INFO_SYM_AS_STR);
197 l->handle = hdl;
213 if (hdl != NULL) {
214 dlclose(hdl);
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
ASN1ObjectIdentifier.java 432 final OidHandle hdl = new OidHandle(getBody()); local
433 ASN1ObjectIdentifier oid = pool.get(hdl);
436 oid = pool.putIfAbsent(hdl, this);
476 final OidHandle hdl = new OidHandle(enc); local
477 ASN1ObjectIdentifier oid = pool.get(hdl);
  /external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/asn1/
ASN1ObjectIdentifier.java 438 final OidHandle hdl = new OidHandle(getBody()); local
439 ASN1ObjectIdentifier oid = pool.get(hdl);
442 oid = pool.putIfAbsent(hdl, this);
482 final OidHandle hdl = new OidHandle(enc); local
483 ASN1ObjectIdentifier oid = pool.get(hdl);
  /external/libusb/libusb/os/
sunos_usb.c 473 sunos_check_device_and_status_open(struct libusb_device_handle *hdl,
484 hpriv = (sunos_dev_handle_priv_t *)hdl->os_priv;
495 if (sunos_find_interface(hdl, ep_addr, &ifc) < 0) {
928 struct libusb_device_handle *hdl = transfer->dev_handle; local
932 hpriv = (sunos_dev_handle_priv_t *)hdl->os_priv;
1025 struct libusb_device_handle *hdl; local
1029 hdl = transfer->dev_handle;
1031 err = sunos_check_device_and_status_open(hdl,
    [all...]
  /external/toybox/toys/pending/
tar.c 270 struct archive_handler *hdl = (struct archive_handler*)TT.handle; local
272 if (!fstat(hdl->src_fd, &st) && st.st_dev == node->st.st_dev
280 add_file(hdl, &path, &(node->st)); //path may be modified
  /external/python/cpython2/Mac/Modules/ctl/
_Ctlmodule.c 3414 Handle hdl; local
    [all...]
  /device/google/bonito/sdm710/kernel-headers/linux/
msm_ipa.h 533 uint32_t hdl; member in struct:ipa_ioc_get_hdr
536 uint32_t hdl; member in struct:ipa_hdr_del
542 struct ipa_hdr_del hdl[0]; member in struct:ipa_ioc_del_hdr
545 uint32_t hdl; member in struct:ipa_hdr_proc_ctx_del
551 struct ipa_hdr_proc_ctx_del hdl[0]; member in struct:ipa_ioc_del_hdr_proc_ctx
586 uint32_t hdl; member in struct:ipa_rt_rule_del
607 struct ipa_rt_rule_del hdl[0]; member in struct:ipa_ioc_del_rt_rule
648 uint32_t hdl; member in struct:ipa_flt_rule_del
655 struct ipa_flt_rule_del hdl[0]; member in struct:ipa_ioc_del_flt_rule
660 uint32_t hdl; member in struct:ipa_ioc_get_rt_tbl
    [all...]
  /device/google/bonito/sdm710/original-kernel-headers/linux/
msm_ipa.h 1043 * @hdl: out parameter, handle of header entry
1048 uint32_t hdl; member in struct:ipa_ioc_get_hdr
1055 * @hdl: handle returned from header add operation
1061 uint32_t hdl; member in struct:ipa_hdr_del
1070 * @ipa_hdr_del hdl: all handles need to go here back to back, no pointers
1075 struct ipa_hdr_del hdl[0]; member in struct:ipa_ioc_del_hdr
1081 * @hdl: handle returned from processing context add operation
1087 uint32_t hdl; member in struct:ipa_hdr_proc_ctx_del
1096 * @ipa_hdr_proc_ctx_del hdl: all handles need to go here back to back,
1102 struct ipa_hdr_proc_ctx_del hdl[0]; member in struct:ipa_ioc_del_hdr_proc_ctx
1204 uint32_t hdl; member in struct:ipa_rt_rule_del
1262 struct ipa_rt_rule_del hdl[0]; member in struct:ipa_ioc_del_rt_rule
1379 uint32_t hdl; member in struct:ipa_flt_rule_del
1395 struct ipa_flt_rule_del hdl[0]; member in struct:ipa_ioc_del_flt_rule
1410 uint32_t hdl; member in struct:ipa_ioc_get_rt_tbl
    [all...]
  /device/google/crosshatch/sdm845/kernel-headers/linux/
msm_ipa.h 533 uint32_t hdl; member in struct:ipa_ioc_get_hdr
536 uint32_t hdl; member in struct:ipa_hdr_del
542 struct ipa_hdr_del hdl[0]; member in struct:ipa_ioc_del_hdr
545 uint32_t hdl; member in struct:ipa_hdr_proc_ctx_del
551 struct ipa_hdr_proc_ctx_del hdl[0]; member in struct:ipa_ioc_del_hdr_proc_ctx
586 uint32_t hdl; member in struct:ipa_rt_rule_del
607 struct ipa_rt_rule_del hdl[0]; member in struct:ipa_ioc_del_rt_rule
648 uint32_t hdl; member in struct:ipa_flt_rule_del
655 struct ipa_flt_rule_del hdl[0]; member in struct:ipa_ioc_del_flt_rule
660 uint32_t hdl; member in struct:ipa_ioc_get_rt_tbl
    [all...]
  /device/google/crosshatch/sdm845/original-kernel-headers/linux/
msm_ipa.h 1043 * @hdl: out parameter, handle of header entry
1048 uint32_t hdl; member in struct:ipa_ioc_get_hdr
1055 * @hdl: handle returned from header add operation
1061 uint32_t hdl; member in struct:ipa_hdr_del
1070 * @ipa_hdr_del hdl: all handles need to go here back to back, no pointers
1075 struct ipa_hdr_del hdl[0]; member in struct:ipa_ioc_del_hdr
1081 * @hdl: handle returned from processing context add operation
1087 uint32_t hdl; member in struct:ipa_hdr_proc_ctx_del
1096 * @ipa_hdr_proc_ctx_del hdl: all handles need to go here back to back,
1102 struct ipa_hdr_proc_ctx_del hdl[0]; member in struct:ipa_ioc_del_hdr_proc_ctx
1204 uint32_t hdl; member in struct:ipa_rt_rule_del
1262 struct ipa_rt_rule_del hdl[0]; member in struct:ipa_ioc_del_rt_rule
1379 uint32_t hdl; member in struct:ipa_flt_rule_del
1395 struct ipa_flt_rule_del hdl[0]; member in struct:ipa_ioc_del_flt_rule
1410 uint32_t hdl; member in struct:ipa_ioc_get_rt_tbl
    [all...]

Completed in 511 milliseconds