HomeSort by relevance Sort by last modified time
    Searched refs:handle (Results 101 - 125 of 1597) sorted by null

1 2 3 45 6 7 8 91011>>

  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/
dlfcn.h 36 extern int dlclose(void* handle);
38 extern void* dlsym(void* handle, const char* symbol);
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/
dlfcn.h 36 extern int dlclose(void* handle);
38 extern void* dlsym(void* handle, const char* symbol);
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/
dlfcn.h 36 extern int dlclose(void* handle);
38 extern void* dlsym(void* handle, const char* symbol);
  /prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/
dlfcn.h 36 extern int dlclose(void* handle);
38 extern void* dlsym(void* handle, const char* symbol);
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/
dlfcn.h 36 extern int dlclose(void* handle);
38 extern void* dlsym(void* handle, const char* symbol);
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/
dlfcn.h 36 extern int dlclose(void* handle);
38 extern void* dlsym(void* handle, const char* symbol);
  /prebuilt/ndk/android-ndk-r7/platforms/android-3/arch-arm/usr/include/
dlfcn.h 36 extern int dlclose(void* handle);
38 extern void* dlsym(void* handle, const char* symbol);
  /prebuilt/ndk/android-ndk-r7/platforms/android-3/arch-x86/usr/include/
dlfcn.h 36 extern int dlclose(void* handle);
38 extern void* dlsym(void* handle, const char* symbol);
  /prebuilt/ndk/android-ndk-r7/platforms/android-4/arch-arm/usr/include/
dlfcn.h 36 extern int dlclose(void* handle);
38 extern void* dlsym(void* handle, const char* symbol);
  /prebuilt/ndk/android-ndk-r7/platforms/android-4/arch-x86/usr/include/
dlfcn.h 36 extern int dlclose(void* handle);
38 extern void* dlsym(void* handle, const char* symbol);
  /prebuilt/ndk/android-ndk-r7/platforms/android-5/arch-arm/usr/include/
dlfcn.h 36 extern int dlclose(void* handle);
38 extern void* dlsym(void* handle, const char* symbol);
  /prebuilt/ndk/android-ndk-r7/platforms/android-5/arch-x86/usr/include/
dlfcn.h 36 extern int dlclose(void* handle);
38 extern void* dlsym(void* handle, const char* symbol);
  /external/webrtc/src/modules/audio_processing/main/source/
voice_detection_impl.cc 23 typedef VadInst Handle;
78 vad_ret_val = WebRtcVad_Process(static_cast<Handle*>(handle(0)),
170 Handle* handle = NULL; local
171 if (WebRtcVad_Create(&handle) != apm_->kNoError) {
172 handle = NULL;
174 assert(handle != NULL);
177 return handle;
180 int VoiceDetectionImpl::DestroyHandle(void* handle) const
    [all...]
noise_suppression_impl.cc 28 typedef NsHandle Handle;
30 typedef NsxHandle Handle;
67 Handle* my_handle = static_cast<Handle*>(handle(i));
69 err = WebRtcNs_Process(static_cast<Handle*>(handle(i)),
75 err = WebRtcNsx_Process(static_cast<Handle*>(handle(i)),
128 Handle* handle = NULL local
    [all...]
  /external/iptables/include/
iptables.h 11 struct iptc_handle **handle);
13 struct iptc_handle *handle);
15 struct iptc_handle *handle);
17 int verbose, int builtinstoo, struct iptc_handle *handle);
19 struct iptc_handle *handle, const char *chain, int counters);
  /external/webkit/Source/WebCore/platform/graphics/win/
RefCountedGDIHandle.h 33 static PassRefPtr<RefCountedGDIHandle> create(T handle)
35 return adoptRef(new RefCountedGDIHandle<T>(handle));
49 T handle() const function in class:WebCore::RefCountedGDIHandle
60 RefCountedGDIHandle(T handle)
61 : m_handle(handle)
  /external/chromium/net/socket/
ssl_client_socket_pool_unittest.cc 179 ClientSocketHandle handle; local
180 int rv = handle.Init("a", params, MEDIUM, NULL, pool_.get(), BoundNetLog());
182 EXPECT_FALSE(handle.is_initialized());
183 EXPECT_FALSE(handle.socket());
184 EXPECT_FALSE(handle.is_ssl_error());
196 ClientSocketHandle handle; local
198 int rv = handle.Init(
201 EXPECT_FALSE(handle.is_initialized());
202 EXPECT_FALSE(handle.socket());
205 EXPECT_FALSE(handle.is_initialized())
221 ClientSocketHandle handle; local
240 ClientSocketHandle handle; local
263 ClientSocketHandle handle; local
286 ClientSocketHandle handle; local
312 ClientSocketHandle handle; local
339 ClientSocketHandle handle; local
365 ClientSocketHandle handle; local
397 ClientSocketHandle handle; local
426 ClientSocketHandle handle; local
445 ClientSocketHandle handle; local
470 ClientSocketHandle handle; local
489 ClientSocketHandle handle; local
511 ClientSocketHandle handle; local
530 ClientSocketHandle handle; local
567 ClientSocketHandle handle; local
597 ClientSocketHandle handle; local
632 ClientSocketHandle handle; local
    [all...]
  /external/kernel-headers/original/linux/
ion.h 117 * an opaque handle to it.
123 * ion_free - free a handle
125 * @handle: the handle to free
127 * Free the provided handle.
129 void ion_free(struct ion_client *client, struct ion_handle *handle);
132 * ion_phys - returns the physical address and len of a handle
134 * @handle: the handle
138 * This function queries the heap for a particular handle to get th
244 struct ion_handle *handle; member in struct:ion_allocation_data
258 struct ion_handle *handle; member in struct:ion_fd_data
267 struct ion_handle *handle; member in struct:ion_handle_data
    [all...]
  /external/llvm/lib/Support/Windows/
Windows.h 45 HANDLE handle; member in class:AutoHandle
48 AutoHandle(HANDLE h) : handle(h) {}
51 if (handle)
52 CloseHandle(handle);
55 operator HANDLE() {
56 return handle;
59 AutoHandle &operator=(HANDLE h) {
60 handle = h
    [all...]
  /external/webkit/Source/WebCore/platform/chromium/
FileSystemChromium.cpp 90 void closeFile(PlatformFileHandle& handle)
92 return PlatformBridge::closeFile(handle);
95 long long seekFile(PlatformFileHandle handle, long long offset, FileSeekOrigin origin)
97 return PlatformBridge::seekFile(handle, offset, origin);
100 bool truncateFile(PlatformFileHandle handle, long long offset)
102 return PlatformBridge::truncateFile(handle, offset);
105 int readFromFile(PlatformFileHandle handle, char* data, int length)
107 return PlatformBridge::readFromFile(handle, data, length);
110 int writeToFile(PlatformFileHandle handle, const char* data, int length)
112 return PlatformBridge::writeToFile(handle, data, length)
    [all...]
  /frameworks/base/media/mtp/
MtpDatabase.h 44 MtpObjectHandle handle,
63 virtual MtpResponseCode getObjectPropertyValue(MtpObjectHandle handle,
67 virtual MtpResponseCode setObjectPropertyValue(MtpObjectHandle handle,
79 virtual MtpResponseCode getObjectPropertyList(MtpObjectHandle handle,
84 virtual MtpResponseCode getObjectInfo(MtpObjectHandle handle,
87 virtual void* getThumbnail(MtpObjectHandle handle, size_t& outThumbSize) = 0;
89 virtual MtpResponseCode getObjectFilePath(MtpObjectHandle handle,
94 virtual MtpResponseCode deleteFile(MtpObjectHandle handle) = 0;
96 virtual MtpObjectHandleList* getObjectReferences(MtpObjectHandle handle) = 0;
98 virtual MtpResponseCode setObjectReferences(MtpObjectHandle handle,
    [all...]
  /external/libxml2/
xmlmodule.c 24 void *handle; member in struct:_xmlModule
28 static int xmlModulePlatformClose(void *handle);
29 static int xmlModulePlatformSymbol(void *handle, const char *name, void **result);
41 * Handle an out of memory condition
66 * Returns a handle for the module or NULL in case of error
81 module->handle = xmlModulePlatformOpen(name);
83 if (module->handle == NULL) {
117 rc = xmlModulePlatformSymbol(module->handle, name, symbol);
133 * @module: the module handle
153 rc = xmlModulePlatformClose(module->handle);
402 void *handle; local
    [all...]
  /system/core/fastboot/
usb_osx.c 67 static int try_interfaces(IOUSBDeviceInterface182 **dev, usb_handle *handle) {
171 if ((*interface)->GetInterfaceClass(interface, &handle->info.ifc_class) != 0 ||
172 (*interface)->GetInterfaceSubClass(interface, &handle->info.ifc_subclass) != 0 ||
173 (*interface)->GetInterfaceProtocol(interface, &handle->info.ifc_protocol) != 0)
179 handle->info.has_bulk_in = 0;
180 handle->info.has_bulk_out = 0;
201 handle->info.has_bulk_in = 1;
202 handle->bulkIn = endpoint;
204 handle->info.has_bulk_out = 1;
205 handle->bulkOut = endpoint
446 usb_handle *handle = NULL; local
    [all...]
  /external/bluetooth/hcidump/parser/
cmtp.c 42 uint16_t handle; member in struct:__anon2204
49 uint16_t handle = frm->handle, cid = frm->cid; local
58 if (table[i].handle == handle && table[i].cid == cid) {
63 if (pos < 0 && !table[i].handle && !table[i].cid)
70 table[pos].handle = handle;
89 msg->handle = handle;
95 uint16_t handle = frm->handle, cid = frm->cid; local
130 uint16_t handle = frm->handle, cid = frm->cid; local
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/loadso/win32/
SDL_sysloadso.c 36 void *handle = NULL; local
46 handle = (void *)LoadLibrary(sofile_t);
49 if ( handle == NULL ) {
65 handle = (void *)LoadLibrary(sofile);
68 if ( handle == NULL ) {
78 if ( handle == NULL ) {
81 return(handle);
84 void *SDL_LoadFunction(void *handle, const char *name)
98 symbol = (void *)GetProcAddress((HMODULE)handle, name_t);
115 symbol = (void *)GetProcAddress((HMODULE)handle, name)
    [all...]

Completed in 675 milliseconds

1 2 3 45 6 7 8 91011>>