/external/v8/src/ |
v8dll-main.cc | 14 BOOL WINAPI DllMain(HANDLE hinstDLL,
|
/external/webrtc/src/modules/audio_processing/ |
echo_cancellation_impl.h | 58 virtual int InitializeHandle(void* handle) const; 59 virtual int ConfigureHandle(void* handle) const; 60 virtual int DestroyHandle(void* handle) const; 62 virtual int GetHandleError(void* handle) const;
|
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/av/include/soundtrigger/ |
ISoundTrigger.h | 36 sound_model_handle_t *handle) = 0; 38 virtual status_t unloadSoundModel(sound_model_handle_t handle) = 0; 40 virtual status_t startRecognition(sound_model_handle_t handle, 42 virtual status_t stopRecognition(sound_model_handle_t handle) = 0;
|
SoundTrigger.h | 49 sound_model_handle_t *handle); 51 status_t unloadSoundModel(sound_model_handle_t handle); 53 status_t startRecognition(sound_model_handle_t handle, const sp<IMemory>& dataMemory); 54 status_t stopRecognition(sound_model_handle_t handle);
|
/frameworks/base/core/java/android/app/ |
NativeActivity.java | 97 private native void unloadNativeCode(long handle); 98 private native void onStartNative(long handle); 99 private native void onResumeNative(long handle); 100 private native byte[] onSaveInstanceStateNative(long handle); 101 private native void onPauseNative(long handle); 102 private native void onStopNative(long handle); 103 private native void onConfigurationChangedNative(long handle); 104 private native void onLowMemoryNative(long handle); 105 private native void onWindowFocusChangedNative(long handle, boolean focused); 106 private native void onSurfaceCreatedNative(long handle, Surface surface) [all...] |
/frameworks/base/core/java/android/widget/ |
SlidingDrawer.java | 37 * SlidingDrawer hides content out of the screen and allows the user to drag a handle 40 * A special widget composed of two children views: the handle, that the users drags, 41 * and the content, attached to the handle and dragged with it. 48 * Inside an XML layout, SlidingDrawer must define the id of the handle and of the 57 * android:handle="@+id/handle" 61 * android:id="@id/handle" 169 * Invoked when the user starts dragging/flinging the drawer's handle. 174 * Invoked when the user stops dragging/flinging the drawer's handle. 230 throw new IllegalArgumentException("The handle attribute is required and must refer 290 final View handle = mHandle; local 309 final View handle = mHandle; local 343 final View handle = mHandle; local 385 final View handle = mHandle; local 587 final View handle = mHandle; local [all...] |
/frameworks/base/native/android/ |
net.c | 26 static int getnetidfromhandle(net_handle_t handle, unsigned *netid) { 33 if (handle != NETWORK_UNSPECIFIED && 34 (handle & k32BitMask) != kHandleMagic) { 39 *netid = ((handle >> (CHAR_BIT * sizeof(k32BitMask))) & k32BitMask);
|
/frameworks/opt/bluetooth/src/android/bluetooth/client/map/ |
BluetoothMasRequestPushMessage.java | 57 String handle = (String) headerset.getHeader(HeaderSet.NAME); local 58 if (handle != null) { 60 new BigInteger(handle, 16); 62 mMsgHandle = handle;
|
/frameworks/rs/api/ |
rs_object_types.spec | 25 // Opaque handle to a RenderScript object. Do not use this directly. 44 summary: Handle to an element 46 An opaque handle to a RenderScript element. 53 summary: Handle to a Type 55 An opaque handle to a RenderScript type. 62 summary: Handle to an allocation 64 An opaque handle to a RenderScript allocation. 71 summary: Handle to a Sampler 73 An opaque handle to a RenderScript sampler object. 80 summary: Handle to a Scrip [all...] |
/frameworks/rs/scriptc/ |
rs_object_types.rsh | 31 // Opaque handle to a RenderScript object. Do not use this directly. 48 * rs_element: Handle to an element 50 * An opaque handle to a RenderScript element. 57 * rs_type: Handle to a Type 59 * An opaque handle to a RenderScript type. 66 * rs_allocation: Handle to an allocation 68 * An opaque handle to a RenderScript allocation. 75 * rs_sampler: Handle to a Sampler 77 * An opaque handle to a RenderScript sampler object. 84 * rs_script: Handle to a Scrip [all...] |
/hardware/akm/AK8975_FS/libsensors/ |
SensorBase.h | 63 virtual int setDelay(int32_t handle, int64_t ns); 64 virtual int64_t getDelay(int32_t handle); 67 virtual int setEnable(int32_t handle, int enabled) = 0; 69 virtual int getEnable(int32_t handle) = 0;
|
/hardware/intel/img/hwcomposer/merrifield/include/ |
BufferManager.h | 43 DataBuffer* lockDataBuffer(buffer_handle_t handle); 48 DataBuffer* get(buffer_handle_t handle); 61 void freeGrallocBuffer(buffer_handle_t handle); 66 buffer_handle_t handle) = 0;
|
/hardware/intel/img/hwcomposer/moorefield_hdmi/include/ |
BufferManager.h | 43 DataBuffer* lockDataBuffer(uint32_t handle); 48 DataBuffer* get(uint32_t handle); 61 void freeGrallocBuffer(uint32_t handle); 66 uint32_t handle) = 0;
|
/hardware/invensense/6515/libsensors_iio/ |
PressureSensor.IIO.secondary.h | 44 virtual int enable(int32_t handle, int enabled); 45 virtual int setDelay(int32_t handle, int64_t ns); 46 virtual int getEnable(int32_t handle); 47 virtual int64_t getDelay(int32_t handle);
|
/hardware/invensense/6515/libsensors_iio/software/core/mllite/ |
start_manager.h | 16 /** Max number of start callbacks we can handle. */
|
/hardware/invensense/65xx/libsensors_iio/ |
PressureSensor.IIO.secondary.h | 44 virtual int enable(int32_t handle, int enabled); 45 virtual int setDelay(int32_t handle, int64_t ns); 46 virtual int getEnable(int32_t handle); 47 virtual int64_t getDelay(int32_t handle);
|
/hardware/invensense/65xx/libsensors_iio/software/core/mllite/ |
start_manager.h | 16 /** Max number of start callbacks we can handle. */
|
/packages/apps/Bluetooth/tests/src/com/android/bluetooth/tests/ |
ITestSequenceConfigurator.java | 11 * @param sequence A reference to the sequence to handle
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/alsa/ |
seq.h | 46 /** Sequencer handle */ 61 /** sequencer handle type */ 78 int snd_seq_open(snd_seq_t **handle, const char *name, int streams, int mode); 79 int snd_seq_open_lconf(snd_seq_t **handle, const char *name, int streams, int mode, snd_config_t *lconf); 82 int snd_seq_close(snd_seq_t *handle); 83 int snd_seq_poll_descriptors_count(snd_seq_t *handle, short events); 84 int snd_seq_poll_descriptors(snd_seq_t *handle, struct pollfd *pfds, unsigned int space, short events); 86 int snd_seq_nonblock(snd_seq_t *handle, int nonblock); 87 int snd_seq_client_id(snd_seq_t *handle); 89 size_t snd_seq_get_output_buffer_size(snd_seq_t *handle); [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/alsa/ |
seq.h | 46 /** Sequencer handle */ 61 /** sequencer handle type */ 78 int snd_seq_open(snd_seq_t **handle, const char *name, int streams, int mode); 79 int snd_seq_open_lconf(snd_seq_t **handle, const char *name, int streams, int mode, snd_config_t *lconf); 82 int snd_seq_close(snd_seq_t *handle); 83 int snd_seq_poll_descriptors_count(snd_seq_t *handle, short events); 84 int snd_seq_poll_descriptors(snd_seq_t *handle, struct pollfd *pfds, unsigned int space, short events); 86 int snd_seq_nonblock(snd_seq_t *handle, int nonblock); 87 int snd_seq_client_id(snd_seq_t *handle); 89 size_t snd_seq_get_output_buffer_size(snd_seq_t *handle); [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
davclnt.h | 74 HANDLE *ConnectionHandle, 88 HANDLE ConnectionHandle 92 HANDLE hFile 96 HANDLE hFile,
|
/prebuilts/sdk/renderscript/include/ |
rs_object_types.rsh | 31 // Opaque handle to a RenderScript object. Do not use this directly. 48 * rs_element: Handle to an element 50 * An opaque handle to a RenderScript element. 57 * rs_type: Handle to a Type 59 * An opaque handle to a RenderScript type. 66 * rs_allocation: Handle to an allocation 68 * An opaque handle to a RenderScript allocation. 75 * rs_sampler: Handle to a Sampler 77 * An opaque handle to a RenderScript sampler object. 84 * rs_script: Handle to a Scrip [all...] |
/system/bt/bta/include/ |
bta_gatts_co.h | 34 ** handle range ios to be added or removed. 36 ** Parameter is_add: true is to add a handle range; otherwise is to delete. 37 ** p_hndl_range: handle range. 70 ** handle range is requested to be loaded from NV.
|
/system/bt/stack/gatt/ |
gatt_sr.c | 46 UINT32 gatt_sr_enqueue_cmd (tGATT_TCB *p_tcb, UINT8 op_code, UINT16 handle) 65 p_cmd->handle = handle; 196 if (p_rsp->attr_value.handle == p_cmd->multi_req.handles[ii]) 242 else /* any handle read exception occurs, return error */ 310 ret_code = gatt_send_error_rsp (p_tcb, status, op_code, p_tcb->sr_cmd.handle, FALSE); 346 gatt_send_error_rsp (p_tcb, gatt_cb.err_status, gatt_cb.req_op_code, gatt_cb.handle, FALSE); 398 UINT16 handle = 0, ll = len; local 417 STREAM_TO_UINT16(handle, p); 419 gatt_send_error_rsp (p_tcb, gatt_cb.err_status, gatt_cb.req_op_code, handle, FALSE) 1257 UINT16 handle = 0; local 1417 UINT16 handle = p_tcb->indicate_handle; local [all...] |