HomeSort by relevance Sort by last modified time
    Searched defs:handle (Results 26 - 50 of 2427) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/tpm2/
_TPM_Hash_Start.c 18 TPMI_DH_OBJECT handle; local
27 // Create an event sequence object and store the handle in global
38 // slot numbers and handle numbers. To handle the general case, scan for
39 // a handle that is assigned and free it for the DRTM sequence.
42 // failed indicating that all slots are occupied, then the first handle we
45 for(handle = TRANSIENT_FIRST; handle < TRANSIENT_LAST; handle++)
48 if(ObjectIsPresent(handle))
    [all...]
  /external/valgrind/cachegrind/tests/
dlclose.c 15 void *handle; local
19 handle = dlopen ("./myprint.so", RTLD_LAZY);
20 if (!handle) {
25 myprint = dlsym(handle, "myprint");
34 dlclose(handle);
  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/inc/
omx_video_encoder.h 60 class venc_dev *handle; member in class:omx_venc
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/inc/
omx_video_encoder.h 61 class venc_dev *handle; member in class:omx_venc
  /prebuilts/go/darwin-x86/misc/cgo/testcshared/
main3.c 12 void* handle = dlopen(argv[1], RTLD_LAZY | RTLD_GLOBAL); local
13 if (!handle) {
19 uintptr_t main_fn = (uintptr_t)dlsym(handle, "main.main");
  /prebuilts/go/linux-x86/misc/cgo/testcshared/
main3.c 12 void* handle = dlopen(argv[1], RTLD_LAZY | RTLD_GLOBAL); local
13 if (!handle) {
19 uintptr_t main_fn = (uintptr_t)dlsym(handle, "main.main");
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-elf/
dl1main.c 10 void *handle; local
13 handle = dlopen("./tmpdir/libdl1.so", RTLD_GLOBAL|RTLD_LAZY);
14 if (!handle)
20 fcn = (void (*)(void)) dlsym(handle, "foo");
31 dlclose (handle);
dl6amain.c 10 void *handle; local
13 handle = dlopen("./tmpdir/libdl6a.so", RTLD_GLOBAL|RTLD_LAZY);
14 if (!handle)
20 fcn = (void (*)(void)) dlsym(handle, "foo");
31 dlclose (handle);
dl6bmain.c 10 void *handle; local
13 handle = dlopen("./tmpdir/libdl6b.so", RTLD_GLOBAL|RTLD_LAZY);
14 if (!handle)
20 fcn = (void (*)(void)) dlsym(handle, "foo");
31 dlclose (handle);
dl6cmain.c 10 void *handle; local
13 handle = dlopen("./tmpdir/libdl6c.so", RTLD_GLOBAL|RTLD_LAZY);
14 if (!handle)
20 fcn = (void (*)(void)) dlsym(handle, "foo");
31 dlclose (handle);
dl6dmain.c 10 void *handle; local
13 handle = dlopen("./tmpdir/libdl6d.so", RTLD_GLOBAL|RTLD_LAZY);
14 if (!handle)
20 fcn = (void (*)(void)) dlsym(handle, "foo");
31 dlclose (handle);
  /art/tools/ahat/src/main/com/android/ahat/
AhatHandler.java 29 * Handle the given query, rendering the page to the given document.
31 void handle(Doc doc, Query query) throws IOException; method in interface:AhatHandler
  /device/generic/goldfish/gatekeeper/
SoftGateKeeperDevice.cpp 31 // Current password and current password handle go together
67 gatekeeper::password_handle_t *handle = local
70 handle->hardware_backed = true;
  /device/google/contexthub/util/stm32_flash/
spi.h 24 handle_t handle; member in struct:spi_handle
28 uint8_t spi_write_data(handle_t *handle, uint8_t *buffer, int length);
29 uint8_t spi_write_cmd(handle_t *handle, uint8_t cmd);
30 uint8_t spi_read_data(handle_t *handle, uint8_t *data, int length);
31 uint8_t spi_read_ack(handle_t *handle);
32 int spi_init(handle_t *handle);
  /device/google/cuttlefish_common/guest/hals/gatekeeper/
SoftGateKeeperDevice.cpp 31 // Current password and current password handle go together
67 gatekeeper::password_handle_t *handle = local
70 handle->hardware_backed = true;
  /external/curl/tests/libtest/
lib1550.c 30 CURLM *handle; local
38 handle = curl_multi_init();
41 curl_multi_setopt(handle, CURLMOPT_PIPELINING_SERVER_BL, bl_servers);
42 curl_multi_setopt(handle, CURLMOPT_PIPELINING_SITE_BL, bl_sites);
43 curl_multi_cleanup(handle);
  /external/libxcam/xcore/
drm_v4l2_buffer.cpp 29 int handle = _display->get_drm_handle (); local
30 if (handle > 0) {
33 gem.handle = _gem_handle;
34 xcam_device_ioctl (handle, DRM_IOCTL_MODE_DESTROY_DUMB, &gem);
  /external/skia/tools/skiaserve/urlhandlers/
ClipAlphaHandler.cpp 22 int ClipAlphaHandler::handle(Request* request, MHD_Connection* connection, function in class:ClipAlphaHandler
InfoHandler.cpp 22 int InfoHandler::handle(Request* request, MHD_Connection* connection, function in class:InfoHandler
OpBoundsHandler.cpp 22 int OpBoundsHandler::handle(Request* request, MHD_Connection* connection, const char* url, function in class:OpBoundsHandler
OpsHandler.cpp 21 int OpsHandler::handle(Request* request, MHD_Connection* connection, const char* url, function in class:OpsHandler
PostHandler.cpp 35 int PostHandler::handle(Request* request, MHD_Connection* connection, function in class:PostHandler
  /external/skqp/tools/skiaserve/urlhandlers/
ClipAlphaHandler.cpp 22 int ClipAlphaHandler::handle(Request* request, MHD_Connection* connection, function in class:ClipAlphaHandler
InfoHandler.cpp 22 int InfoHandler::handle(Request* request, MHD_Connection* connection, function in class:InfoHandler
OpBoundsHandler.cpp 22 int OpBoundsHandler::handle(Request* request, MHD_Connection* connection, const char* url, function in class:OpBoundsHandler

Completed in 279 milliseconds

12 3 4 5 6 7 8 91011>>