Home
last modified time | relevance | path

Searched defs:hnd (Results 1 – 23 of 23) sorted by relevance

/external/minigbm/cros_gralloc/
Dcros_gralloc_driver.cc97 struct cros_gralloc_handle *hnd; in allocate() local
170 auto hnd = cros_gralloc_convert_handle(handle); in retain() local
227 auto hnd = cros_gralloc_convert_handle(handle); in release() local
259 auto hnd = cros_gralloc_convert_handle(handle); in lock() local
278 auto hnd = cros_gralloc_convert_handle(handle); in unlock() local
304 auto hnd = cros_gralloc_convert_handle(handle); in get_backing_store() local
320 cros_gralloc_buffer *cros_gralloc_driver::get_buffer(cros_gralloc_handle_t hnd) in get_buffer()
Dcros_gralloc_helpers.cc49 auto hnd = reinterpret_cast<cros_gralloc_handle_t>(handle); in cros_gralloc_convert_handle() local
/external/curl/lib/
Dcurl_threads.c83 void Curl_thread_destroy(curl_thread_t hnd) in Curl_thread_destroy()
91 int Curl_thread_join(curl_thread_t *hnd) in Curl_thread_join()
134 void Curl_thread_destroy(curl_thread_t hnd) in Curl_thread_destroy()
139 int Curl_thread_join(curl_thread_t *hnd) in Curl_thread_join()
/external/curl/src/
Dtool_cb_see.c95 # define _lseeki64(hnd,ofs,whence) lseek(hnd,ofs,whence) argument
101 # define _lseeki64(hnd,ofs,whence) _lseek(hnd,ofs,whence) argument
103 # define _lseeki64(hnd,ofs,whence) _lseek64(hnd,ofs,whence) argument
110 # define _lseeki64(hnd,ofs,whence) lseek(hnd,ofs,whence) argument
Dtool_doswin.c680 HANDLE hnd = INVALID_HANDLE_VALUE; in GetLoadedModulePaths() local
/external/selinux/libselinux/utils/
Dselabel_partial_match.c33 struct selabel_handle *hnd; in main() local
Dselabel_lookup.c38 struct selabel_handle *hnd; in main() local
Dselabel_lookup_best_match.c60 struct selabel_handle *hnd; in main() local
Dselabel_digest.c72 struct selabel_handle *hnd; in main() local
/external/drm_hwcomposer/
Dplatformhisi.cpp128 private_handle_t const *hnd = reinterpret_cast<private_handle_t const *>( in ImportBuffer() local
202 private_handle_t const *hnd = reinterpret_cast<private_handle_t const *>( in CanImportBuffer() local
/external/minigbm/cros_gralloc/gralloc0/
Dgralloc0.cc127 auto hnd = cros_gralloc_convert_handle(*handle); in gralloc0_alloc() local
256 auto hnd = cros_gralloc_convert_handle(handle); in gralloc0_perform() local
308 auto hnd = cros_gralloc_convert_handle(handle); in gralloc0_lock_async() local
350 auto hnd = cros_gralloc_convert_handle(handle); in gralloc0_lock_async_ycbcr() local
/external/curl/tests/unit/
Dunit1396.c24 static CURL *hnd; variable
/external/curl/docs/examples/
Dhttp2-upload.c51 CURL *hnd; member
175 CURL *hnd; in setup() local
Dhttp2-pushinmemory.c72 static void setup(CURL *hnd) in setup()
Dhttp2-serverpush.c131 static int setup(CURL *hnd) in setup()
Dhttp2-download.c145 CURL *hnd; in setup() local
/external/selinux/policycoreutils/setfiles/
Drestorecon_xattr.c46 struct selabel_handle *hnd = NULL; in main() local
Drestore.h41 struct selabel_handle *hnd; member
/external/selinux/restorecond/
Drestore.h47 struct selabel_handle *hnd; member
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_lowering_nvc0.cpp886 Value *hnd = loadTexHandle(i->getIndirectR(), i->tex.r); in handleTEX() local
899 Value *hnd = bld.getScratch(); in handleTEX() local
926 Value *hnd = i->getIndirectR(); in handleTEX() local
936 Value *hnd = i->getIndirectR(); in handleTEX() local
1289 Value *hnd = loadTexHandle(txq->getIndirectR(), txq->tex.r); in handleTXQ() local
/external/selinux/libselinux/src/
Dmatchpathcon.c68 static __thread struct selabel_handle *hnd; variable
/external/minigbm/cros_gralloc/gralloc0/tests/
Dgralloctest.c126 native_handle_t *hnd = native_handle_create(handle->numFds, handle->numInts); in duplicate_buffer_handle() local
/external/wpa_supplicant_8/src/drivers/
Ddriver_ndis.c2399 DWORD i, hnd, len; in wpa_driver_ndis_set_wzc() local