Searched refs:handle (Results 351 - 375 of 2418) sorted by relevance

<<11121314151617181920>>

/external/bluetooth/bluedroid/stack/bnep/
H A Dbnep_api.c129 ** 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) argument
245 if ((!handle) || (handle > BNEP_MAX_CONNECTIONS))
248 p_bcb = &(bnep_cb.bcb[handle - 1]);
254 BNEP_TRACE_API ("BNEP_ConnectResp() for handle
318 BNEP_Disconnect(UINT16 handle) argument
361 BNEP_WriteBuf(UINT16 handle, UINT8 *p_dest_addr, BT_HDR *p_buf, UINT16 protocol, UINT8 *p_src_addr, BOOLEAN fw_ext_present) argument
473 BNEP_Write(UINT16 handle, UINT8 *p_dest_addr, UINT8 *p_data, UINT16 len, UINT16 protocol, UINT8 *p_src_addr, BOOLEAN fw_ext_present) argument
584 BNEP_SetProtocolFilters(UINT16 handle, UINT16 num_filters, UINT16 *p_start_array, UINT16 *p_end_array) argument
647 BNEP_SetMulticastFilters(UINT16 handle, UINT16 num_filters, UINT8 *p_start_array, UINT8 *p_end_array) argument
743 BNEP_GetStatus(UINT16 handle, tBNEP_STATUS *p_status) argument
[all...]
/external/chromium_org/device/serial/
H A Dasync_waiter.cc9 AsyncWaiter::AsyncWaiter(mojo::Handle handle, argument
15 id_ = waiter_->AsyncWait(handle.value(),
/external/chromium_org/mojo/public/js/bindings/
H A Dconnection.js11 handle, localFactory, remoteFactory, routerFactory, connectorFactory) {
14 this.router_ = new routerFactory(handle, connectorFactory);
42 function TestConnection(handle, localFactory, remoteFactory) {
44 handle,
/external/chromium_org/mojo/services/gles2/
H A Dmojo_buffer_backing.h17 MojoBufferBacking(mojo::ScopedSharedBufferHandle handle,
23 mojo::ScopedSharedBufferHandle handle,
/external/chromium_org/net/base/
H A Dcrypto_module.h37 static CryptoModule* CreateFromHandle(OSModuleHandle handle);
42 explicit CryptoModule(OSModuleHandle handle);
/external/chromium_org/ppapi/c/trusted/
H A Dppb_broker_trusted.h41 * 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/sandbox/win/sandbox_poc/pocdll/
H A Dutils.h28 // Translates a HANDLE (handle) to a FILE * opened with the mode "mode".
30 FILE* Translate(HANDLE handle, const char *mode) { argument
37 handle,
/external/chromium_org/sandbox/win/src/
H A Dshared_handles.h11 // We can provide our own windows compatilble handle definition, but
22 // It addresses the need to communicate a handle value between two windows
33 // HANDLE handle = SomeFunction(..);
36 // shared_handles.SetHandle(3, handle);
41 // HANDLE handle = shared_handles.GetHandle(3);
49 // Note3: Under windows a kernel object handle in one process does not
66 // Sets a handle in the shared memory for transfer.
69 // handle to transfer.
70 // handle: the handle valu
[all...]
H A Dsync_policy.h41 HANDLE *handle);
46 HANDLE *handle);
/external/chromium_org/third_party/angle/src/libGLESv2/
H A DResourceManager.h61 Buffer *getBuffer(GLuint handle);
62 Shader *getShader(GLuint handle);
63 Program *getProgram(GLuint handle);
64 Texture *getTexture(GLuint handle);
65 Renderbuffer *getRenderbuffer(GLuint handle);
66 Sampler *getSampler(GLuint handle);
67 FenceSync *getFenceSync(GLuint handle);
69 void setRenderbuffer(GLuint handle, Renderbuffer *renderbuffer);
/external/chromium_org/third_party/mesa/src/src/gallium/tests/graw/
H A Dshader-leak.c78 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...]
H A Dtri-instanced.c110 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...]
/external/chromium_org/third_party/skia/src/gpu/gl/iOS/
H A DGrGLCreateNativeInterface_iOS.cpp27 void* handle() const { function in class:GLLoader
40 return (GrGLFuncPtr) dlsym(fLoader.handle(), name);
/external/chromium_org/third_party/skia/src/gpu/gl/mac/
H A DGrGLCreateNativeInterface_mac.cpp29 void* handle() const { function in class:GLLoader
42 return (GrGLFuncPtr) dlsym(fLoader.handle(), name);
/external/chromium_org/third_party/webrtc/modules/audio_processing/
H A Decho_control_mobile_impl.cc95 Handle* my_handle = static_cast<Handle*>(handle(handle_index));
138 Handle* my_handle = static_cast<Handle*>(handle(handle_index));
231 Handle* my_handle = static_cast<Handle*>(handle(0));
253 Handle* handle = NULL; local
254 if (WebRtcAecm_Create(&handle) != apm_->kNoError) {
255 handle = NULL;
257 assert(handle != NULL);
260 return handle;
263 void EchoControlMobileImpl::DestroyHandle(void* handle) const {
264 WebRtcAecm_Free(static_cast<Handle*>(handle));
[all...]
/external/chromium_org/third_party/webrtc/modules/desktop_capture/
H A Dshared_memory.h44 // Platform-specific handle of the buffer.
45 Handle handle() const { return handle_; } function in class:webrtc::SharedMemory
54 SharedMemory(void* data, size_t size, Handle handle, int id);
/external/libnfc-nci/src/nfc/nfc/
H A Dnfc_utils.c76 UINT8 handle; local
82 handle = (UINT8) (p_cb - nfc_cb.conn_cb + 1);
83 nfc_cb.conn_id[conn_id] = handle;
84 NFC_TRACE_DEBUG2 ("nfc_set_conn_id conn_id:%d, handle:%d", conn_id, handle);
126 UINT8 handle; local
146 handle = nfc_cb.conn_id[id];
147 if (handle > 0)
148 p_conn_cb = &nfc_cb.conn_cb[handle - 1];
/external/libpcap/msdos/
H A Dpktdrvr.h55 WORD handle; /* Handle associated with session */ member in struct:__anon24594
94 WORD handle; /* instance that upcalled */ member in struct:__anon24597
133 extern BOOL PktReleaseHandle (WORD handle);
134 extern BOOL PktTerminHandle (WORD handle);
135 extern BOOL PktResetInterface (WORD handle);
138 extern BOOL PktGetStatistics (WORD handle);
139 extern BOOL PktSessStatistics (WORD handle);
140 extern BOOL PktResetStatistics(WORD handle);
/external/mesa3d/src/gallium/tests/graw/
H A Dshader-leak.c78 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...]
H A Dtri-instanced.c110 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...]
/external/skia/src/gpu/gl/mac/
H A DGrGLCreateNativeInterface_mac.cpp29 void* handle() const { function in class:GLLoader
42 return (GrGLFuncPtr) dlsym(fLoader.handle(), name);
/external/webrtc/src/modules/audio_processing/
H A Decho_control_mobile_impl.cc94 Handle* my_handle = static_cast<Handle*>(handle(handle_index));
137 Handle* my_handle = static_cast<Handle*>(handle(handle_index));
230 Handle* my_handle = static_cast<Handle*>(handle(0));
261 Handle* handle = NULL; local
262 if (WebRtcAecm_Create(&handle) != apm_->kNoError) {
263 handle = NULL;
265 assert(handle != NULL);
268 return handle;
271 int EchoControlMobileImpl::DestroyHandle(void* handle) const {
272 return WebRtcAecm_Free(static_cast<Handle*>(handle));
[all...]
/external/iptables/libiptc/
H A Dlibiptc.c337 unsigned int *idx, struct xtc_handle *handle,
344 list_pos=&handle->chains;
347 if (handle->chain_index_sz == 0) {
348 debug("WARNING: handle->chain_index_sz == 0\n");
353 end = handle->chain_index_sz;
361 if (!handle->chain_index[pos]) {
363 return &handle->chains; /* Be safe, return orig start pos */
367 pos, handle->chain_index[pos]->name);
372 res = strcmp(name, handle->chain_index[pos]->name);
376 handle
336 __iptcc_bsearch_chain_index(const char *name, unsigned int offset, unsigned int *idx, struct xtc_handle *handle, enum bsearch_type type) argument
437 iptcc_bsearch_chain_index(const char *name, unsigned int *idx, struct xtc_handle *handle) argument
446 iptcc_bsearch_chain_offset(unsigned int offset, unsigned int *idx, struct xtc_handle *handle) argument
467 iptcc_linearly_search_chain_index(const char *name, struct xtc_handle *handle) argument
687 iptcc_find_chain_by_offset(struct xtc_handle *handle, unsigned int offset) argument
719 iptcc_find_label(const char *name, struct xtc_handle *handle) argument
1422 TC_DUMP_ENTRIES(struct xtc_handle *const handle) argument
1448 TC_IS_CHAIN(const char *chain, struct xtc_handle *const handle) argument
1454 iptcc_chain_iterator_advance(struct xtc_handle *handle) argument
1467 TC_FIRST_CHAIN(struct xtc_handle *handle) argument
1489 TC_NEXT_CHAIN(struct xtc_handle *handle) argument
1508 TC_FIRST_RULE(const char *chain, struct xtc_handle *handle) argument
1538 TC_NEXT_RULE(const STRUCT_ENTRY *prev, struct xtc_handle *handle) argument
1598 TC_GET_TARGET(const STRUCT_ENTRY *ce, struct xtc_handle *handle) argument
1630 TC_BUILTIN(const char *chain, struct xtc_handle *const handle) argument
1647 TC_GET_POLICY(const char *chain, STRUCT_COUNTERS *counters, struct xtc_handle *handle) argument
1695 iptcc_map_target(struct xtc_handle *const handle, struct rule_head *r) argument
1747 TC_INSERT_ENTRY(const IPT_CHAINLABEL chain, const STRUCT_ENTRY *e, unsigned int rulenum, struct xtc_handle *handle) argument
1806 TC_REPLACE_ENTRY(const IPT_CHAINLABEL chain, const STRUCT_ENTRY *e, unsigned int rulenum, struct xtc_handle *handle) argument
1857 TC_APPEND_ENTRY(const IPT_CHAINLABEL chain, const STRUCT_ENTRY *e, struct xtc_handle *handle) argument
1964 delete_entry(const IPT_CHAINLABEL chain, const STRUCT_ENTRY *origfw, unsigned char *matchmask, struct xtc_handle *handle, bool dry_run) argument
2039 TC_CHECK_ENTRY(const IPT_CHAINLABEL chain, const STRUCT_ENTRY *origfw, unsigned char *matchmask, struct xtc_handle *handle) argument
2047 TC_DELETE_ENTRY(const IPT_CHAINLABEL chain, const STRUCT_ENTRY *origfw, unsigned char *matchmask, struct xtc_handle *handle) argument
2055 TC_DELETE_NUM_ENTRY(const IPT_CHAINLABEL chain, unsigned int rulenum, struct xtc_handle *handle) argument
2100 TC_FLUSH_ENTRIES(const IPT_CHAINLABEL chain, struct xtc_handle *handle) argument
2124 TC_ZERO_ENTRIES(const IPT_CHAINLABEL chain, struct xtc_handle *handle) argument
2149 TC_READ_COUNTER(const IPT_CHAINLABEL chain, unsigned int rulenum, struct xtc_handle *handle) argument
2173 TC_ZERO_COUNTER(const IPT_CHAINLABEL chain, unsigned int rulenum, struct xtc_handle *handle) argument
2202 TC_SET_COUNTER(const IPT_CHAINLABEL chain, unsigned int rulenum, STRUCT_COUNTERS *counters, struct xtc_handle *handle) argument
2238 TC_CREATE_CHAIN(const IPT_CHAINLABEL chain, struct xtc_handle *handle) argument
2297 TC_GET_REFERENCES(unsigned int *ref, const IPT_CHAINLABEL chain, struct xtc_handle *handle) argument
2315 TC_DELETE_CHAIN(const IPT_CHAINLABEL chain, struct xtc_handle *handle) argument
2370 TC_RENAME_CHAIN(const IPT_CHAINLABEL oldname, const IPT_CHAINLABEL newname, struct xtc_handle *handle) argument
2415 TC_SET_POLICY(const IPT_CHAINLABEL chain, const IPT_CHAINLABEL policy, STRUCT_COUNTERS *counters, struct xtc_handle *handle) argument
2525 TC_COMMIT(struct xtc_handle *handle) argument
[all...]
/external/chromium_org/base/process/
H A Dkill_win.cc65 DCHECK(!process_) << "Make sure to close the handle.";
79 // Stop watching the process handle since we're killing it.
111 FALSE, // Don't inherit handle
122 TerminationStatus GetTerminationStatus(ProcessHandle handle, int* exit_code) { argument
125 if (!::GetExitCodeProcess(handle, &tmp_exit_code)) {
144 DWORD wait_result = WaitForSingleObject(handle, 0);
180 bool WaitForExitCode(ProcessHandle handle, int* exit_code) { argument
182 handle, exit_code, base::TimeDelta::FromMilliseconds(INFINITE));
183 CloseProcessHandle(handle);
187 bool WaitForExitCodeWithTimeout(ProcessHandle handle, argument
222 WaitForSingleProcess(ProcessHandle handle, base::TimeDelta wait) argument
[all...]
/external/chromium_org/third_party/libjpeg_turbo/
H A Dturbojpeg.h481 * TurboJPEG instance handle
508 * @return a handle to the newly-created instance, or NULL if an error
517 * @param handle a handle to a TurboJPEG compressor or transformer instance
561 DLLEXPORT int DLLCALL tjCompress2(tjhandle handle, unsigned char *srcBuf,
623 * @param handle a handle to a TurboJPEG compressor or transformer instance
649 DLLEXPORT int DLLCALL tjEncodeYUV2(tjhandle handle,
657 * @return a handle to the newly-created instance, or NULL if an error
666 * @param handle
[all...]

Completed in 5447 milliseconds

<<11121314151617181920>>