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

1 2 3 4 5 67 8 91011>>

  /external/javasqlite/src/main/java/SQLite/
Vm.java 10 * Internal handle for the compiled SQLite VM.
13 private long handle = 0; field in class:Vm
  /external/webrtc/src/modules/audio_processing/main/source/
echo_cancellation_impl.h 55 virtual int InitializeHandle(void* handle) const;
56 virtual int ConfigureHandle(void* handle) const;
57 virtual int DestroyHandle(void* handle) const;
59 virtual int GetHandleError(void* handle) const;
echo_control_mobile_impl.cc 23 typedef void Handle;
82 Handle* my_handle = static_cast<Handle*>(handle(handle_index));
125 Handle* my_handle = static_cast<Handle*>(handle(handle_index));
207 Handle* handle = NULL; local
208 if (WebRtcAecm_Create(&handle) != apm_->kNoError)
    [all...]
gain_control_impl.h 60 virtual int InitializeHandle(void* handle) const;
61 virtual int ConfigureHandle(void* handle) const;
62 virtual int DestroyHandle(void* handle) const;
64 virtual int GetHandleError(void* handle) const;
  /frameworks/base/media/java/android/mtp/
MtpPropertyList.java 53 public void append(int handle, int property, int type, long value) {
58 mObjectHandles[index] = handle;
64 public void append(int handle, int property, String value) {
69 mObjectHandles[index] = handle;
  /libcore/luni/src/main/java/org/w3c/dom/
UserDataHandler.java 66 public void handle(short operation, method in interface:UserDataHandler
  /bionic/libc/include/
dlfcn.h 47 extern int dlclose(void* handle);
49 extern void* dlsym(void* handle, const char* symbol);
  /bionic/libdl/
libdl.c 23 void *dlsym(void *handle, const char *symbol) { return 0; }
25 int dlclose(void *handle) { return 0; }
  /development/ndk/platforms/android-8/include/
dlfcn.h 47 extern int dlclose(void* handle);
49 extern void* dlsym(void* handle, const char* symbol);
  /device/moto/stingray/sensors/
AccelerationSensor.h 45 virtual int setDelay(int32_t handle, int64_t ns);
46 virtual int enable(int32_t handle, int enabled);
GyroSensor.h 44 virtual int enable(int32_t handle, int enabled);
46 virtual int setDelay(int32_t handle, int64_t ns);
PressureSensor.h 44 virtual int setDelay(int32_t handle, int64_t ns);
45 virtual int enable(int32_t handle, int enabled);
  /device/samsung/crespo/libsensors/
LightSensor.h 48 virtual int setDelay(int32_t handle, int64_t ns);
49 virtual int enable(int32_t handle, int enabled);
  /external/chromium/chrome/browser/first_run/
upgrade_util_win.cc 48 HANDLE handle = HANDLE(phandle); local
49 WaitForSingleObject(handle, INFINITE);
51 ::GetExitCodeProcess(handle, &exit_code);
52 ::CloseHandle(handle);
99 base::ProcessHandle handle; local
100 if (base::LaunchApp(rename_cmd, true, true, &handle)) {
102 ::GetExitCodeProcess(handle, &exit_code);
103 ::CloseHandle(handle);
    [all...]
  /external/sonivox/arm-fm-22k/lib_src/
eas_pcm.h 127 EAS_RESULT EAS_PEContinueStream (EAS_DATA_HANDLE pEASData, EAS_PCM_HANDLE handle, EAS_I32 size);
133 * Returns the file handle of a stream
145 EAS_RESULT EAS_PEGetFileHandle (EAS_DATA_HANDLE pEASData, EAS_PCM_HANDLE handle, EAS_FILE_HANDLE *pFileHandle);
192 * pState - stream handle
206 * handle - pointer to S_PCM_STATE for this stream
246 * handle - pointer to file handle
258 EAS_RESULT EAS_PEState (EAS_DATA_HANDLE pEASData, EAS_PCM_HANDLE handle, EAS_STATE *pState);
268 * handle - pointer to file handle
    [all...]
  /external/sonivox/arm-hybrid-22k/lib_src/
eas_pcm.h 127 EAS_RESULT EAS_PEContinueStream (EAS_DATA_HANDLE pEASData, EAS_PCM_HANDLE handle, EAS_I32 size);
133 * Returns the file handle of a stream
145 EAS_RESULT EAS_PEGetFileHandle (EAS_DATA_HANDLE pEASData, EAS_PCM_HANDLE handle, EAS_FILE_HANDLE *pFileHandle);
192 * pState - stream handle
206 * handle - pointer to S_PCM_STATE for this stream
246 * handle - pointer to file handle
258 EAS_RESULT EAS_PEState (EAS_DATA_HANDLE pEASData, EAS_PCM_HANDLE handle, EAS_STATE *pState);
268 * handle - pointer to file handle
    [all...]
  /external/sonivox/arm-wt-22k/lib_src/
eas_pcm.h 127 EAS_RESULT EAS_PEContinueStream (EAS_DATA_HANDLE pEASData, EAS_PCM_HANDLE handle, EAS_I32 size);
133 * Returns the file handle of a stream
145 EAS_RESULT EAS_PEGetFileHandle (EAS_DATA_HANDLE pEASData, EAS_PCM_HANDLE handle, EAS_FILE_HANDLE *pFileHandle);
192 * pState - stream handle
206 * handle - pointer to S_PCM_STATE for this stream
246 * handle - pointer to file handle
258 EAS_RESULT EAS_PEState (EAS_DATA_HANDLE pEASData, EAS_PCM_HANDLE handle, EAS_STATE *pState);
268 * handle - pointer to file handle
    [all...]
  /frameworks/base/core/jni/
sqlite3_exception.h 29 /* throw a SQLiteException with a message appropriate for the error in handle */
30 void throw_sqlite3_exception(JNIEnv* env, sqlite3* handle);
35 /* throw a SQLiteException with a message appropriate for the error in handle
38 void throw_sqlite3_exception(JNIEnv* env, sqlite3* handle, const char* message);
  /libcore/luni/src/test/java/tests/api/javax/security/auth/
CallbackHandlerTest.java 32 * javax.security.auth.callback.CallbackHandler#handle(Callback[] callbacks)
37 ch.handle(null);
43 public void handle(Callback[] callbacks) { method in class:CallbackHandlerTest.CallbackHandlerImpl
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/
dlfcn.h 47 extern int dlclose(void* handle);
49 extern void* dlsym(void* handle, const char* symbol);
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/
dlfcn.h 47 extern int dlclose(void* handle);
49 extern void* dlsym(void* handle, const char* symbol);
  /prebuilt/ndk/android-ndk-r5/platforms/android-8/arch-arm/usr/include/
dlfcn.h 47 extern int dlclose(void* handle);
49 extern void* dlsym(void* handle, const char* symbol);
  /prebuilt/ndk/android-ndk-r6/platforms/android-8/arch-arm/usr/include/
dlfcn.h 47 extern int dlclose(void* handle);
49 extern void* dlsym(void* handle, const char* symbol);
  /prebuilt/ndk/android-ndk-r6/platforms/android-8/arch-x86/usr/include/
dlfcn.h 47 extern int dlclose(void* handle);
49 extern void* dlsym(void* handle, const char* symbol);
  /prebuilt/ndk/android-ndk-r7/platforms/android-14/arch-arm/usr/include/
dlfcn.h 47 extern int dlclose(void* handle);
49 extern void* dlsym(void* handle, const char* symbol);

Completed in 333 milliseconds

1 2 3 4 5 67 8 91011>>