/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/ |
seq.h | 46 /** Sequencer handle */ 70 /** sequencer handle type */ 87 int snd_seq_open(snd_seq_t **handle, const char *name, int streams, int mode); 88 int snd_seq_open_lconf(snd_seq_t **handle, const char *name, int streams, int mode, snd_config_t *lconf); 91 int snd_seq_close(snd_seq_t *handle); 92 int snd_seq_poll_descriptors_count(snd_seq_t *handle, short events); 93 int snd_seq_poll_descriptors(snd_seq_t *handle, struct pollfd *pfds, unsigned int space, short events); 95 int snd_seq_nonblock(snd_seq_t *handle, int nonblock); 96 int snd_seq_client_id(snd_seq_t *handle); 98 size_t snd_seq_get_output_buffer_size(snd_seq_t *handle); [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/alsa/ |
seq.h | 46 /** Sequencer handle */ 70 /** sequencer handle type */ 87 int snd_seq_open(snd_seq_t **handle, const char *name, int streams, int mode); 88 int snd_seq_open_lconf(snd_seq_t **handle, const char *name, int streams, int mode, snd_config_t *lconf); 91 int snd_seq_close(snd_seq_t *handle); 92 int snd_seq_poll_descriptors_count(snd_seq_t *handle, short events); 93 int snd_seq_poll_descriptors(snd_seq_t *handle, struct pollfd *pfds, unsigned int space, short events); 95 int snd_seq_nonblock(snd_seq_t *handle, int nonblock); 96 int snd_seq_client_id(snd_seq_t *handle); 98 size_t snd_seq_get_output_buffer_size(snd_seq_t *handle); [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/alsa/ |
seq.h | 46 /** Sequencer handle */ 70 /** sequencer handle type */ 87 int snd_seq_open(snd_seq_t **handle, const char *name, int streams, int mode); 88 int snd_seq_open_lconf(snd_seq_t **handle, const char *name, int streams, int mode, snd_config_t *lconf); 91 int snd_seq_close(snd_seq_t *handle); 92 int snd_seq_poll_descriptors_count(snd_seq_t *handle, short events); 93 int snd_seq_poll_descriptors(snd_seq_t *handle, struct pollfd *pfds, unsigned int space, short events); 95 int snd_seq_nonblock(snd_seq_t *handle, int nonblock); 96 int snd_seq_client_id(snd_seq_t *handle); 98 size_t snd_seq_get_output_buffer_size(snd_seq_t *handle); [all...] |
/dalvik/vm/mterp/mips/ |
OP_THROW_VERIFICATION_ERROR.S | 3 * Handle a throw-verification-error instruction. This throws an 14 b common_exceptionThrown # handle exception
|
/device/lge/hammerhead/libsensors/ |
LightSensor.h | 51 virtual int setDelay(int32_t handle, int64_t ns); 52 virtual int enable(int32_t handle, int enabled);
|
/device/samsung/manta/libsensors/ |
IioSensorBase.h | 59 virtual int enable(int32_t handle, int en); 60 virtual int setDelay(int32_t handle, int64_t ns);
|
SensorBase.h | 51 virtual int setDelay(int32_t handle, int64_t ns); 52 virtual int enable(int32_t handle, int enabled) = 0;
|
/external/bluetooth/bluedroid/stack/bnep/ |
bnep_api.c | 129 ** p_handle - pointer to return the handle for the connection 211 (*bnep_cb.p_conn_state_cb) (p_bcb->handle, p_bcb->rem_bda, BNEP_CONN_FAILED, FALSE); 220 *p_handle = p_bcb->handle; 232 ** Parameters: handle - handle given in the connection indication 240 tBNEP_RESULT BNEP_ConnectResp (UINT16 handle, tBNEP_RESULT resp) 245 if ((!handle) || (handle > BNEP_MAX_CONNECTIONS)) 248 p_bcb = &(bnep_cb.bcb[handle - 1]); 254 BNEP_TRACE_API2 ("BNEP_ConnectResp() for handle %d, responce %d", handle, resp) [all...] |
/external/chromium/base/memory/ |
scoped_handle.h | 18 explicit ScopedStdioHandle(FILE* handle) 19 : handle_(handle) { }
|
/external/chromium/net/base/ |
crypto_module.h | 36 static CryptoModule* CreateFromHandle(OSModuleHandle handle); 41 explicit CryptoModule(OSModuleHandle handle);
|
/external/chromium_org/base/memory/ |
scoped_handle.h | 17 explicit ScopedStdioHandle(FILE* handle) 18 : handle_(handle) { }
|
/external/chromium_org/content/renderer/device_orientation/ |
device_sensor_event_pump.h | 45 void OnDidStart(base::SharedMemoryHandle handle); 49 virtual bool InitializeReader(base::SharedMemoryHandle handle) = 0;
|
/external/chromium_org/device/media_transfer_protocol/ |
media_transfer_protocol_daemon_client.h | 40 // A callback to handle the result of EnumerateAutoMountableDevices. 45 // A callback to handle the result of GetStorageInfo. 50 // A callback to handle the result of OpenStorage. 51 // The argument is the returned handle. 52 typedef base::Callback<void(const std::string& handle)> OpenStorageCallback; 54 // A callback to handle the result of CloseStorage. 57 // A callback to handle the result of ReadDirectoryByPath/Id. 62 // A callback to handle the result of ReadFileChunkByPath/Id. 66 // A callback to handle the result of GetFileInfoByPath/Id. 71 // A callback to handle storage attach/detach events [all...] |
/external/chromium_org/net/base/ |
crypto_module.h | 37 static CryptoModule* CreateFromHandle(OSModuleHandle handle); 42 explicit CryptoModule(OSModuleHandle handle);
|
/external/chromium_org/ppapi/c/trusted/ |
ppb_broker_trusted.h | 41 * handle is closed. The handle should be closed before the resource is 56 * The plugin takes ownership of the handle once the callback has been called 59 * handle. 70 * Gets the handle to the pipe. Use once Connect has completed. Each instance 74 * parameter. The handle is only set when returning PP_OK. Calling this 77 int32_t (*GetHandle)(PP_Resource broker, int32_t* handle); 96 int32_t (*GetHandle)(PP_Resource broker, int32_t* handle);
|
/external/chromium_org/printing/backend/ |
win_helper.h | 26 typedef HANDLE Handle; 28 static bool CloseHandle(HANDLE handle) { 29 return ::ClosePrinter(handle) != FALSE; 32 static bool IsHandleValid(HANDLE handle) { 33 return handle != NULL; 36 static HANDLE NullHandle() { 49 HANDLE temp_handle [all...] |
/external/chromium_org/sandbox/win/sandbox_poc/pocdll/ |
utils.h | 12 // Class to convert a HANDLE to a FILE *. The FILE * is closed when the 28 // Translates a HANDLE (handle) to a FILE * opened with the mode "mode". 30 FILE* Translate(HANDLE handle, const char *mode) { 35 HANDLE new_handle; 37 handle,
|
/external/chromium_org/sandbox/win/src/ |
registry_policy.h | 36 HANDLE root_directory, 40 HANDLE* handle, 50 HANDLE root_directory, 52 HANDLE* handle,
|
sync_policy.h | 41 HANDLE *handle); 46 HANDLE *handle);
|
/external/chromium_org/sync/notifier/ |
dropped_invalidation_tracker.cc | 23 WeakHandle<AckHandler> handler, AckHandle handle) { 25 drop_ack_handle_ = handle;
|
mock_ack_handler.h | 47 const AckHandle& handle) OVERRIDE; 50 const AckHandle& handle) OVERRIDE;
|
/external/chromium_org/third_party/leveldatabase/src/include/leveldb/ |
cache.h | 40 // Opaque handle to an entry stored in the cache. 41 struct Handle { }; 46 // Returns a handle that corresponds to the mapping. The caller 47 // must call this->Release(handle) when the returned mapping is no 52 virtual Handle* Insert(const Slice& key, void* value, size_t charge, 57 // Else return a handle that corresponds to the mapping. The caller 58 // must call this->Release(handle) when the returned mapping is no 60 virtual Handle* Lookup(const Slice& key) = 0; 63 // REQUIRES: handle must not have been released yet. 64 // REQUIRES: handle must have been returned by a method on *this [all...] |
table_builder.h | 79 void WriteBlock(BlockBuilder* block, BlockHandle* handle); 80 void WriteRawBlock(const Slice& data, CompressionType, BlockHandle* handle);
|
/external/chromium_org/third_party/mesa/src/src/gallium/tests/graw/ |
shader-leak.c | 78 void *handle; local 87 handle = ctx->create_vertex_elements_state(ctx, 2, ve); 88 ctx->bind_vertex_elements_state(ctx, handle); 104 void *handle; local 115 handle = graw_parse_vertex_shader(ctx, text); 116 ctx->bind_vs_state(ctx, handle); 124 void *handle; local 135 handle = graw_parse_fragment_shader(ctx, text); 136 return handle; 233 void *handle; local 242 void *handle; local 250 void *handle; local [all...] |
tri-instanced.c | 110 void *handle; local 130 handle = ctx->create_vertex_elements_state(ctx, 3, ve); 131 ctx->bind_vertex_elements_state(ctx, handle); 169 void *handle; local 181 handle = graw_parse_vertex_shader(ctx, text); 182 ctx->bind_vs_state(ctx, handle); 187 void *handle; local 195 handle = graw_parse_fragment_shader(ctx, text); 196 ctx->bind_fs_state(ctx, handle); 289 void *handle; local 298 void *handle; local 306 void *handle; local [all...] |