/prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/ |
dlfcn.h | 47 extern int dlclose(void* handle); 49 extern void* dlsym(void* handle, const char* symbol);
|
/prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/ |
dlfcn.h | 47 extern int dlclose(void* handle); 49 extern void* dlsym(void* handle, const char* symbol);
|
/prebuilts/ndk/8/platforms/android-8/arch-arm/usr/include/ |
dlfcn.h | 47 extern int dlclose(void* handle); 49 extern void* dlsym(void* handle, const char* symbol);
|
/prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/ |
dlfcn.h | 47 extern int dlclose(void* handle); 49 extern void* dlsym(void* handle, const char* symbol);
|
/prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/ |
dlfcn.h | 47 extern int dlclose(void* handle); 49 extern void* dlsym(void* handle, const char* symbol);
|
/prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/ |
dlfcn.h | 47 extern int dlclose(void* handle); 49 extern void* dlsym(void* handle, const char* symbol);
|
/prebuilts/ndk/9/platforms/android-14/arch-arm/usr/include/ |
dlfcn.h | 47 extern int dlclose(void* handle); 49 extern void* dlsym(void* handle, const char* symbol);
|
/prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/ |
dlfcn.h | 47 extern int dlclose(void* handle); 49 extern void* dlsym(void* handle, const char* symbol);
|
/prebuilts/ndk/9/platforms/android-14/arch-x86/usr/include/ |
dlfcn.h | 47 extern int dlclose(void* handle); 49 extern void* dlsym(void* handle, const char* symbol);
|
/prebuilts/ndk/9/platforms/android-18/arch-arm/usr/include/ |
dlfcn.h | 47 extern int dlclose(void* handle); 49 extern void* dlsym(void* handle, const char* symbol);
|
/prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/ |
dlfcn.h | 47 extern int dlclose(void* handle); 49 extern void* dlsym(void* handle, const char* symbol);
|
/prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/ |
dlfcn.h | 47 extern int dlclose(void* handle); 49 extern void* dlsym(void* handle, const char* symbol);
|
/prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/ |
dlfcn.h | 47 extern int dlclose(void* handle); 49 extern void* dlsym(void* handle, const char* symbol);
|
/prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/ |
dlfcn.h | 47 extern int dlclose(void* handle); 49 extern void* dlsym(void* handle, const char* symbol);
|
/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/ |
dlfcn.h | 47 extern int dlclose(void* handle); 49 extern void* dlsym(void* handle, const char* symbol);
|
/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/ |
dlfcn.h | 47 extern int dlclose(void* handle); 49 extern void* dlsym(void* handle, const char* symbol);
|
/external/chromium/base/test/ |
multiprocess_test.cc | 52 ProcessHandle handle = static_cast<ProcessHandle>(NULL); local 54 false, true, &handle); local 55 return handle; 66 ProcessHandle handle = kNullProcessHandle; local 68 fds_to_map, false, &handle); 69 return handle;
|
/external/chromium/chrome/browser/policy/ |
configuration_policy_loader_win.cc | 21 if (!RegisterGPNotification(user_policy_changed_event_.handle(), false)) { 25 if (!RegisterGPNotification(machine_policy_changed_event_.handle(), true)) { 51 user_policy_changed_event_.handle(), this)) { 58 machine_policy_changed_event_.handle(), this)) { 73 void ConfigurationPolicyLoaderWin::OnObjectSignaled(HANDLE object) { 75 DCHECK(object == user_policy_changed_event_.handle() || 76 object == machine_policy_changed_event_.handle())
|
/external/chromium_org/content/common/gpu/client/ |
gpu_memory_buffer_impl_io_surface.cc | 45 gfx::GpuMemoryBufferHandle handle) { 46 io_surface_.reset(io_surface_support_->IOSurfaceLookup(handle.io_surface_id)); 73 gfx::GpuMemoryBufferHandle handle; local 74 handle.type = gfx::IO_SURFACE_BUFFER; 75 handle.io_surface_id = io_surface_support_->IOSurfaceGetID(io_surface_); 76 return handle;
|
/external/libsepol/include/sepol/ |
port_record.h | 5 #include <sepol/handle.h> 22 extern int sepol_port_key_create(sepol_handle_t * handle, 29 extern int sepol_port_key_extract(sepol_handle_t * handle, 54 extern int sepol_port_set_con(sepol_handle_t * handle, 58 extern int sepol_port_create(sepol_handle_t * handle, sepol_port_t ** port_ptr); 60 extern int sepol_port_clone(sepol_handle_t * handle,
|
/external/qemu/distrib/sdl-1.2.15/src/thread/beos/ |
SDL_systhread.c | 65 thread->handle=spawn_thread(RunThread, "SDL", B_NORMAL_PRIORITY, args); 66 if ( (thread->handle == B_NO_MORE_THREADS) || 67 (thread->handle == B_NO_MEMORY) ) { 71 resume_thread(thread->handle); 90 wait_for_thread(thread->handle, &the_status); 95 kill_thread(thread->handle);
|
/external/qemu/distrib/sdl-1.2.15/src/thread/symbian/ |
SDL_sysmutex.cpp | 51 TInt handle; member in struct:SDL_mutex 56 TInt handle; member in struct:_SDL_mutex 83 mutex->handle = rmutex.Handle(); 94 rmutex.SetHandle(mutex->handle); 114 rmutex.SetHandle(mutex->handle); 127 rmutex.SetHandle(mutex->handle);
|
/frameworks/base/core/jni/ |
android_database_SQLiteCommon.cpp | 23 /* throw a SQLiteException with a message appropriate for the error in handle */ 24 void throw_sqlite3_exception(JNIEnv* env, sqlite3* handle) { 25 throw_sqlite3_exception(env, handle, NULL); 33 /* throw a SQLiteException with a message appropriate for the error in handle 36 void throw_sqlite3_exception(JNIEnv* env, sqlite3* handle, const char* message) { 37 if (handle) { 42 throw_sqlite3_exception(env, sqlite3_extended_errcode(handle), 43 sqlite3_errmsg(handle), message);
|
/hardware/qcom/msm8960/original-kernel-headers/linux/ |
ion.h | 183 * an opaque handle to it. 190 * ion_free - free a handle 192 * @handle: the handle to free 194 * Free the provided handle. 196 void ion_free(struct ion_client *client, struct ion_handle *handle); 199 * ion_phys - returns the physical address and len of a handle 201 * @handle: the handle 205 * This function queries the heap for a particular handle to get th 517 struct ion_handle *handle; member in struct:ion_allocation_data 531 struct ion_handle *handle; member in struct:ion_fd_data 540 struct ion_handle *handle; member in struct:ion_handle_data [all...] |
/hardware/samsung_slsi/exynos5/libsecurepath/ |
tlc_communication.cpp | 49 bzero(&(comm_ctx->handle), sizeof(mcSessionHandle_t)); // Clear the session handle 51 comm_ctx->handle.deviceId = comm_ctx->device_id; // The device ID (default device is used) 53 mcRet = mcOpenSession(&(comm_ctx->handle), &(comm_ctx->uuid), (uint8_t *)(comm_ctx->tci_msg), 84 mcRet = mcCloseSession(&(comm_ctx->handle)); 111 mcRet = mcNotify(&(comm_ctx->handle)); 120 mcRet = mcWaitNotification(&(comm_ctx->handle), -1);
|