HomeSort by relevance Sort by last modified time
    Searched refs:handle (Results 201 - 225 of 3441) sorted by null

1 2 3 4 5 6 7 891011>>

  /prebuilts/ndk/7/platforms/android-4/arch-arm/usr/include/
dlfcn.h 36 extern int dlclose(void* handle);
38 extern void* dlsym(void* handle, const char* symbol);
  /prebuilts/ndk/7/platforms/android-4/arch-x86/usr/include/
dlfcn.h 36 extern int dlclose(void* handle);
38 extern void* dlsym(void* handle, const char* symbol);
  /prebuilts/ndk/7/platforms/android-5/arch-arm/usr/include/
dlfcn.h 36 extern int dlclose(void* handle);
38 extern void* dlsym(void* handle, const char* symbol);
  /prebuilts/ndk/7/platforms/android-5/arch-x86/usr/include/
dlfcn.h 36 extern int dlclose(void* handle);
38 extern void* dlsym(void* handle, const char* symbol);
  /prebuilts/ndk/8/platforms/android-3/arch-arm/usr/include/
dlfcn.h 36 extern int dlclose(void* handle);
38 extern void* dlsym(void* handle, const char* symbol);
  /prebuilts/ndk/8/platforms/android-4/arch-arm/usr/include/
dlfcn.h 36 extern int dlclose(void* handle);
38 extern void* dlsym(void* handle, const char* symbol);
  /prebuilts/ndk/8/platforms/android-5/arch-arm/usr/include/
dlfcn.h 36 extern int dlclose(void* handle);
38 extern void* dlsym(void* handle, const char* symbol);
  /prebuilts/ndk/9/platforms/android-3/arch-arm/usr/include/
dlfcn.h 36 extern int dlclose(void* handle);
38 extern void* dlsym(void* handle, const char* symbol);
  /prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/
dlfcn.h 36 extern int dlclose(void* handle);
38 extern void* dlsym(void* handle, const char* symbol);
  /prebuilts/ndk/9/platforms/android-5/arch-arm/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/
voice_detection_impl.cc 23 typedef VadInst Handle;
77 int vad_ret = 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...]
  /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
455 usb_handle *handle = NULL; local
    [all...]
  /external/chromium_org/ppapi/cpp/private/
pass_file_handle.h 15 // A wrapper class for PP_FileHandle to make sure a file handle is
16 // closed. This object takes the ownership of the file handle when it
22 // This constructor takes the ownership of |handle|.
23 explicit PassFileHandle(PP_FileHandle handle);
24 // Moves the ownership of |handle| to this object.
25 PassFileHandle(PassFileHandle& handle);
28 // Releases |handle_|. The caller must close the file handle returned.
35 PP_FileHandle handle; member in struct:pp::PassFileHandle::PassFileHandleRef
37 : handle(h) {
43 : handle_(ref.handle) {
    [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/libsepol/src/
context.h 8 #include <sepol/handle.h>
11 extern int context_from_record(sepol_handle_t * handle,
16 extern int context_to_record(sepol_handle_t * handle,
22 extern int context_from_string(sepol_handle_t * handle,
32 extern int context_to_string(sepol_handle_t * handle,
  /hardware/akm/AK8975_FS/libsensors/
AkmSensor.h 47 virtual int setDelay(int32_t handle, int64_t ns);
48 virtual int setEnable(int32_t handle, int enabled);
49 virtual int64_t getDelay(int32_t handle);
50 virtual int getEnable(int32_t handle);
62 int handle2id(int32_t handle);
  /system/core/include/ion/
ion.h 31 unsigned int flags, struct ion_handle **handle);
35 int ion_free(int fd, struct ion_handle *handle);
36 int ion_map(int fd, struct ion_handle *handle, size_t length, int prot,
38 int ion_share(int fd, struct ion_handle *handle, int *share_fd);
39 int ion_import(int fd, int share_fd, struct ion_handle **handle);
  /system/media/audio_utils/include/audio_utils/
sndfile.h 61 void sf_close(SNDFILE *handle);
64 sf_count_t sf_readf_short(SNDFILE *handle, short *ptr, sf_count_t desired);
65 sf_count_t sf_readf_float(SNDFILE *handle, float *ptr, sf_count_t desired);
68 sf_count_t sf_writef_short(SNDFILE *handle, const short *ptr, sf_count_t desired);
69 sf_count_t sf_writef_float(SNDFILE *handle, const float *ptr, sf_count_t desired);
  /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/chromium-trace/trace-viewer/src/ui/
drag_handle.css 6 x-drag-handle {
12 x-drag-handle.horizontal-drag-handle {
25 x-drag-handle.vertical-drag-handle {
  /external/chromium_org/third_party/WebKit/Source/core/loader/
Prerenderer.cpp 93 RefPtr<PrerenderHandle> handle = m_activeHandles[0].release(); local
95 handle->abandon();
98 RefPtr<PrerenderHandle> handle = m_suspendedHandles[0].release(); local
100 handle->abandon();
108 RefPtr<PrerenderHandle> handle = m_activeHandles[0].release(); local
110 handle->suspend();
111 m_suspendedHandles.append(handle);
119 RefPtr<PrerenderHandle> handle = m_suspendedHandles[0].release(); local
121 handle->resume();
122 m_activeHandles.append(handle);
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/base/
win32toolhelp.h 28 // - implement bool First(HANDLE, T*) normally calls a
31 // - implement bool Next(HANDLE, T*) normally calls a
34 // - implement bool CloseHandle(HANDLE)
39 ToolhelpEnumeratorBase(HANDLE snapshot)
89 // Checks the state of the snapshot handle.
98 HANDLE snapshot_;
106 static HANDLE CreateSnapshot(uint32 flags, uint32 process_id) {
110 static bool CloseHandle(HANDLE handle) {
111 return ::CloseHandle(handle) == TRUE
    [all...]
  /frameworks/av/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/chromium_org/third_party/libxml/src/
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...]

Completed in 776 milliseconds

1 2 3 4 5 6 7 891011>>