Searched refs:handle (Results 451 - 475 of 2418) sorted by relevance

<<11121314151617181920>>

/external/bluetooth/bluedroid/stack/avct/
H A Davct_api.c148 /* get handle */
196 UINT16 AVCT_RemoveConn(UINT8 handle) argument
203 /* map handle to ccb */
204 if ((p_ccb = avct_ccb_by_idx(handle)) == NULL)
237 UINT16 AVCT_CreateBrowse (UINT8 handle, UINT8 role) argument
247 /* map handle to ccb */
248 if ((p_ccb = avct_ccb_by_idx(handle)) == NULL)
295 UNUSED(handle);
314 UINT16 AVCT_RemoveBrowse (UINT8 handle) argument
322 /* map handle t
349 AVCT_GetBrowseMtu(UINT8 handle) argument
375 AVCT_GetPeerMtu(UINT8 handle) argument
413 AVCT_MsgReq(UINT8 handle, UINT8 label, UINT8 cr, BT_HDR *p_msg) argument
[all...]
/external/chromium_org/content/renderer/
H A Dspeech_recognition_dispatcher.cc62 const WebSpeechRecognitionHandle& handle,
80 msg_params.request_id = GetOrCreateIDForHandle(handle);
81 // The handle mapping will be removed in |OnRecognitionEnd|.
86 const WebSpeechRecognitionHandle& handle,
89 if (recognizer_client_ != recognizer_client || !HandleExists(handle))
92 routing_id(), GetOrCreateIDForHandle(handle)));
96 const WebSpeechRecognitionHandle& handle,
99 if (recognizer_client_ != recognizer_client || !HandleExists(handle))
102 routing_id(), GetOrCreateIDForHandle(handle)));
165 // TODO(tommi): It is possible that the handle is
61 start( const WebSpeechRecognitionHandle& handle, const WebSpeechRecognitionParams& params, WebSpeechRecognizerClient* recognizer_client) argument
85 stop( const WebSpeechRecognitionHandle& handle, WebSpeechRecognizerClient* recognizer_client) argument
95 abort( const WebSpeechRecognitionHandle& handle, WebSpeechRecognizerClient* recognizer_client) argument
172 WebSpeechRecognitionHandle handle = iter->second; local
215 GetOrCreateIDForHandle( const WebSpeechRecognitionHandle& handle) argument
231 HandleExists( const WebSpeechRecognitionHandle& handle) argument
[all...]
/external/chromium_org/net/socket/
H A Dwebsocket_transport_client_socket_pool.h52 ClientSocketHandle* handle,
60 ClientSocketHandle* handle() const { return handle_; } function in class:net::WebSocketTransportConnectJob
128 // Allow another connection to be started to the IPEndPoint that this |handle|
133 static void UnlockEndpoint(ClientSocketHandle* handle);
139 ClientSocketHandle* handle,
147 ClientSocketHandle* handle) OVERRIDE;
158 const ClientSocketHandle* handle) const OVERRIDE;
188 ClientSocketHandle* handle,
194 ClientSocketHandle* const handle; member in struct:net::WebSocketTransportClientSocketPool::StalledRequest
209 void InvokeUserCallbackLater(ClientSocketHandle* handle,
[all...]
/external/kernel-headers/original/uapi/linux/
H A Dfirewire-cdev.h137 __u32 handle; member in struct:fw_cdev_event_request
152 * @handle: Reference to the kernel-side pending request
160 * using the same @handle.
200 __u32 handle; member in struct:fw_cdev_event_request2
308 * @handle: Reference by which an allocated resource can be deallocated
326 __u32 handle; member in struct:fw_cdev_event_iso_resource
519 * @handle: The handle from the &fw_cdev_event_request
524 * send a reply using this ioctl. The event has a handle to the kernel-side
531 __u32 handle; member in struct:fw_cdev_send_response
575 __u32 handle; member in struct:fw_cdev_allocate
585 __u32 handle; member in struct:fw_cdev_deallocate
642 __u32 handle; member in struct:fw_cdev_add_descriptor
655 __u32 handle; member in struct:fw_cdev_remove_descriptor
702 __u32 handle; member in struct:fw_cdev_create_iso_context
718 __u32 handle; member in struct:fw_cdev_set_iso_channels
828 __u32 handle; member in struct:fw_cdev_queue_iso
852 __u32 handle; member in struct:fw_cdev_start_iso
860 __u32 handle; member in struct:fw_cdev_stop_iso
879 __u32 handle; member in struct:fw_cdev_flush_iso
972 __u32 handle; member in struct:fw_cdev_allocate_iso_resource
[all...]
/external/libnfc-nci/src/nfa/include/
H A Dnfa_p2p_api.h92 tNFA_HANDLE handle; member in struct:__anon24054
100 tNFA_HANDLE handle; member in struct:__anon24055
126 tNFA_HANDLE handle; member in struct:__anon24058
133 tNFA_HANDLE handle; member in struct:__anon24059
141 tNFA_HANDLE handle; member in struct:__anon24060
149 tNFA_HANDLE handle; member in struct:__anon24061
158 tNFA_HANDLE handle; member in struct:__anon24062
195 ** NFA_P2P_REG_SERVER_EVT will be returned with status and handle.
222 ** NFA_P2P_REG_CLIENT_EVT will be returned with status and handle.
245 ** NFA_STATUS_BAD_HANDLE if handle i
[all...]
/external/libsepol/src/
H A Dmodule.c306 int sepol_link_packages(sepol_handle_t * handle, argument
315 ERR(handle, "Out of memory!");
322 retval = link_modules(handle, &base->policy->p, mod_pols, num_modules,
332 ERR(handle, "Out of memory!");
337 ERR(handle, "Out of memory!");
383 ERR(file->handle, "out of memory");
389 ERR(file->handle, "module package header truncated");
393 ERR(file->handle,
403 ERR(file->handle, "too many sections (%u) in module package",
410 ERR(file->handle, "ou
995 sepol_link_modules(sepol_handle_t * handle, sepol_policydb_t * base, sepol_policydb_t ** modules, size_t len, int verbose) argument
1003 sepol_expand_module(sepol_handle_t * handle, sepol_policydb_t * base, sepol_policydb_t * out, int verbose, int check) argument
[all...]
H A Dport_record.c28 int sepol_port_key_create(sepol_handle_t * handle, argument
37 ERR(handle, "out of memory, could not create " "port key");
62 int sepol_port_key_extract(sepol_handle_t * handle,
68 (handle, port->low, port->high, port->proto, key_ptr) < 0) {
70 ERR(handle, "could not extract key from port %s %d:%d",
203 int sepol_port_create(sepol_handle_t * handle, sepol_port_t ** port)
209 ERR(handle, "out of memory, could not create " "port record");
225 int sepol_port_clone(sepol_handle_t * handle,
230 if (sepol_port_create(handle, &new_port) < 0)
238 (sepol_context_clone(handle, por
[all...]
/external/bluetooth/bluedroid/bta/jv/
H A Dbta_jv_act.c48 #define HDL2CB(handle) \
49 UINT32 __hi = ((handle) & BTA_JV_RFC_HDL_MASK) - 1; \
50 UINT32 __si = BTA_JV_RFC_HDL_TO_SIDX(handle); \
148 if(bta_jv_cb.rfc_cb[i].handle )
181 ** Description allocate a control block for the given port handle
193 if (0 == bta_jv_cb.rfc_cb[i].handle )
196 /* mask handle to distinguish it with L2CAP handle */
197 p_cb->handle = (i + 1) | BTA_JV_RFCOMM_MASK;
204 APPL_TRACE_DEBUG( "bta_jv_alloc_rfc_cb port_handle:%d handle
257 UINT32 handle; local
2006 UINT16 handle = 0; local
2346 UINT16 handle = 0; local
[all...]
/external/bluetooth/bluedroid/stack/sdp/
H A Dsdp_db.c21 * this file contains functions that handle the database
156 ** Description This function searches for a record with a specific handle
157 ** It is passed the handle of the record.
162 tSDP_RECORD *sdp_db_find_record (UINT32 handle) argument
167 /* Look through the records for the caller's handle */
170 if (p_rec->record_handle == handle)
174 /* Record with that handle not found. */
277 ** Returns Record handle if OK, else 0.
283 UINT32 handle; local
293 /* We will use a handle o
330 SDP_DeleteRecord(UINT32 handle) argument
398 SDP_AddAttribute(UINT32 handle, UINT16 attr_id, UINT8 attr_type, UINT32 attr_len, UINT8 *p_val) argument
536 SDP_AddSequence(UINT32 handle, UINT16 attr_id, UINT16 num_elem, UINT8 type[], UINT8 len[], UINT8 *p_val[]) argument
619 SDP_AddUuidSequence(UINT32 handle, UINT16 attr_id, UINT16 num_uuids, UINT16 *p_uuids) argument
669 SDP_AddProtocolList(UINT32 handle, UINT16 num_elem, tSDP_PROTOCOL_ELEM *p_elem_list) argument
705 SDP_AddAdditionProtoLists(UINT32 handle, UINT16 num_elem, tSDP_PROTO_LIST_ELEM *p_proto_list) argument
757 SDP_AddProfileDescriptorList(UINT32 handle, UINT16 profile_uuid, UINT16 version) argument
806 SDP_AddLanguageBaseAttrIDList(UINT32 handle, UINT16 lang, UINT16 char_enc, UINT16 base_id) argument
854 SDP_AddServiceClassIdList(UINT32 handle, UINT16 num_services, UINT16 *p_service_uuids) argument
896 SDP_DeleteAttribute(UINT32 handle, UINT16 attr_id) argument
970 SDP_ReadRecord(UINT32 handle, UINT8 *p_data, INT32 *p_data_len) argument
[all...]
/external/chromium_org/chrome/browser/prerender/
H A Dprerender_link_manager.cc152 if (i->handle) {
153 DCHECK(!i->handle->IsPrerendering())
156 delete i->handle;
157 i->handle = 0;
224 if (!prerender->handle) {
230 prerender->handle->OnNavigateAway();
231 DCHECK(prerender->handle);
236 if (!prerender->handle->IsPrerendering())
274 handle(NULL),
280 DCHECK_EQ(static_cast<PrerenderHandle*>(NULL), handle) local
384 PrerenderHandle* handle = manager_->AddPrerenderFromLinkRelPrerender( local
[all...]
/external/chromium_org/components/autofill/core/browser/webdata/
H A Dweb_data_service_unittest.cc56 virtual void OnWebDataServiceRequestDone(WebDataServiceBase::Handle handle, argument
58 handle_ = handle;
66 WebDataServiceBase::Handle handle() { return handle_; } function in class:__anon6351::AutofillWebDataServiceConsumer
224 WebDataServiceBase::Handle handle; local
226 handle = wds_->GetFormValuesForElementName(
232 EXPECT_EQ(handle, consumer.handle());
306 WebDataServiceBase::Handle handle = wds_->GetAutofillProfiles(&consumer); local
308 EXPECT_EQ(handle, consumer.handle());
325 WebDataServiceBase::Handle handle = wds_->GetAutofillProfiles(&consumer); local
369 WebDataServiceBase::Handle handle = wds_->GetAutofillProfiles(&consumer); local
408 WebDataServiceBase::Handle handle = wds_->GetCreditCards(&consumer); local
425 WebDataServiceBase::Handle handle = wds_->GetCreditCards(&consumer); local
458 WebDataServiceBase::Handle handle = wds_->GetCreditCards(&consumer); local
495 WebDataServiceBase::Handle handle = local
[all...]
/external/chromium_org/mojo/android/system/src/org/chromium/mojo/system/impl/
H A DCoreImpl.java41 * the size of a handle, in bytes.
51 * The mojo handle for an invalid handle.
86 for (Pair<Handle, HandleSignals> handle : handles) {
87 buffer.putInt(HANDLE_SIZE * index, getMojoHandle(handle.first));
89 handle.second.getFlags());
94 // If result is greater than 0, result is the indexed of the available handle. To make sure
105 public int wait(Handle handle, HandleSignals signals, long deadline) { argument
106 return filterMojoResultForWait(nativeWait(getMojoHandle(handle),
177 public UntypedHandle acquireNativeHandle(int handle) { argument
193 asyncWait(Handle handle, HandleSignals signals, long deadline, Callback callback) argument
241 readMessage(MessagePipeHandleImpl handle, ByteBuffer bytes, int maxNumberOfHandles, MessagePipeHandle.ReadFlags flags) argument
276 discardData(DataPipeConsumerHandleImpl handle, int numBytes, DataPipe.ReadFlags flags) argument
289 readData(DataPipeConsumerHandleImpl handle, ByteBuffer elements, DataPipe.ReadFlags flags) argument
306 beginReadData(DataPipeConsumerHandleImpl handle, int numBytes, DataPipe.ReadFlags flags) argument
321 endReadData(DataPipeConsumerHandleImpl handle, int numBytesRead) argument
332 writeData(DataPipeProducerHandleImpl handle, ByteBuffer elements, DataPipe.WriteFlags flags) argument
341 beginWriteData(DataPipeProducerHandleImpl handle, int numBytes, DataPipe.WriteFlags flags) argument
356 endWriteData(DataPipeProducerHandleImpl handle, int numBytesWritten) argument
367 duplicate(SharedBufferHandleImpl handle, DuplicateOptions options) argument
387 map(SharedBufferHandleImpl handle, long offset, long numBytes, MapFlags flags) argument
410 getMojoHandle(Handle handle) argument
[all...]
/external/libpcap/
H A Dpcap-dag.c602 * Get a handle for a live capture from the given DAG device. Passing a NULL
612 static int dag_activate(pcap_t* handle) argument
614 struct pcap_dag *handlep = handle->priv;
622 char * device = handle->opt.source;
630 snprintf(handle->errbuf, PCAP_ERRBUF_SIZE, "device is NULL: %s", pcap_strerror(errno));
639 snprintf(handle->errbuf, PCAP_ERRBUF_SIZE, "Can't allocate string for device name: %s\n", pcap_strerror(errno));
645 snprintf(handle->errbuf, PCAP_ERRBUF_SIZE, "dag_parse_name: %s\n", pcap_strerror(errno));
651 snprintf(handle->errbuf, PCAP_ERRBUF_SIZE, "dag_parse_name: tx (even numbered) streams not supported for capture\n");
658 snprintf(handle->errbuf, PCAP_ERRBUF_SIZE, "Can't allocate string for device name: %s\n", pcap_strerror(errno));
668 if((handle
[all...]
/external/chromium_org/third_party/libusb/src/libusb/
H A Dhotplug.c58 * a handle that can be passed to \ref libusb_hotplug_deregister_callback().
78 * on each handle to free up any remaining resources associated with the device.
93 static libusb_device_handle *handle = NULL;
100 rc = libusb_open(dev, &handle);
105 if (handle) {
106 libusb_close(handle);
107 handle = NULL;
118 libusb_hotplug_callback_handle handle;
126 &handle);
137 libusb_hotplug_deregister_callback(handle);
201 libusb_hotplug_register_callback(libusb_context *ctx, libusb_hotplug_event events, libusb_hotplug_flag flags, int vendor_id, int product_id, int dev_class, libusb_hotplug_callback_fn cb_fn, void *user_data, libusb_hotplug_callback_handle *handle) argument
279 libusb_hotplug_deregister_callback(struct libusb_context *ctx, libusb_hotplug_callback_handle handle) argument
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/tests/graw/
H A Dtex-srgb.c60 void *handle; local
69 handle = info.ctx->create_vertex_elements_state(info.ctx, 2, ve);
70 info.ctx->bind_vertex_elements_state(info.ctx, handle);
86 void *handle; local
97 handle = graw_parse_vertex_shader(info.ctx, text);
98 info.ctx->bind_vs_state(info.ctx, handle);
103 void *handle; local
114 handle = graw_parse_fragment_shader(info.ctx, text);
115 info.ctx->bind_fs_state(info.ctx, handle);
H A Dtex-swizzle.c42 void *handle; local
51 handle = info.ctx->create_vertex_elements_state(info.ctx, 2, ve);
52 info.ctx->bind_vertex_elements_state(info.ctx, handle);
68 void *handle; local
79 handle = graw_parse_vertex_shader(info.ctx, text);
80 info.ctx->bind_vs_state(info.ctx, handle);
85 void *handle; local
94 handle = graw_parse_fragment_shader(info.ctx, text);
95 info.ctx->bind_fs_state(info.ctx, handle);
/external/iproute2/tc/
H A Df_tcindex.c27 static int tcindex_parse_opt(struct filter_util *qu, char *handle, int argc, argument
34 if (handle) {
35 t->tcm_handle = strtoul(handle,&end,0);
92 __u32 handle; local
95 if (get_tc_classid(&handle,*argv)) {
99 addattr_l(n, 4096, TCA_TCINDEX_CLASSID, &handle, 4);
122 struct rtattr *opt, __u32 handle)
131 if (handle != ~0) fprintf(f,"handle 0x%04x ",handle);
121 tcindex_print_opt(struct filter_util *qu, FILE *f, struct rtattr *opt, __u32 handle) argument
[all...]
/external/mesa3d/src/gallium/tests/graw/
H A Dtex-srgb.c60 void *handle; local
69 handle = info.ctx->create_vertex_elements_state(info.ctx, 2, ve);
70 info.ctx->bind_vertex_elements_state(info.ctx, handle);
86 void *handle; local
97 handle = graw_parse_vertex_shader(info.ctx, text);
98 info.ctx->bind_vs_state(info.ctx, handle);
103 void *handle; local
114 handle = graw_parse_fragment_shader(info.ctx, text);
115 info.ctx->bind_fs_state(info.ctx, handle);
H A Dtex-swizzle.c42 void *handle; local
51 handle = info.ctx->create_vertex_elements_state(info.ctx, 2, ve);
52 info.ctx->bind_vertex_elements_state(info.ctx, handle);
68 void *handle; local
79 handle = graw_parse_vertex_shader(info.ctx, text);
80 info.ctx->bind_vs_state(info.ctx, handle);
85 void *handle; local
94 handle = graw_parse_fragment_shader(info.ctx, text);
95 info.ctx->bind_fs_state(info.ctx, handle);
/external/chromium_org/content/common/
H A Dhost_shared_bitmap_manager_unittest.cc26 base::SharedMemoryHandle handle; local
27 bitmap->ShareToProcess(base::GetCurrentProcessHandle(), &handle); local
29 size_in_bytes, handle, base::GetCurrentProcessHandle(), id);
81 base::SharedMemoryHandle handle; local
83 base::GetCurrentProcessHandle(), size_in_bytes, id, &handle); local
85 EXPECT_TRUE(base::SharedMemory::IsHandleValid(handle));
86 scoped_ptr<base::SharedMemory> bitmap(new base::SharedMemory(handle, false));
106 base::SharedMemoryHandle handle; local
107 bitmap->ShareToProcess(base::GetCurrentProcessHandle(), &handle); local
109 size_in_bytes, handle, bas
140 base::SharedMemoryHandle handle; local
141 bitmap->ShareToProcess(base::GetCurrentProcessHandle(), &handle); local
[all...]
/external/chromium_org/ppapi/proxy/
H A Dresource_message_params.cc87 SerializedHandle handle; local
90 handle = data[index];
93 return handle;
98 base::SharedMemoryHandle* handle) const {
103 *handle = serialized.shmem();
109 IPC::PlatformFileForTransit* handle) const {
114 *handle = serialized.descriptor();
120 IPC::PlatformFileForTransit* handle) const {
125 *handle = serialized.descriptor();
132 base::SharedMemoryHandle handle; local
[all...]
/external/chromium_org/third_party/libjingle/source/talk/media/devices/
H A Dgdivideorenderer.cc130 if (handle()) {
131 SendMessage(handle(), WM_CLOSE, 0, 0);
142 SendMessage(handle(), kSetSizeMsg, 0, MAKELPARAM(width, height));
148 if (!handle()) {
152 SendMessage(handle(), kRenderFrameMsg, reinterpret_cast<WPARAM>(frame), 0);
197 GetClientRect(handle(), &rcClient);
199 HDC hdc = BeginPaint(handle(), &ps);
204 EndPaint(handle(), &ps);
211 GetClientRect(handle(), &rcClient);
212 GetWindowRect(handle(),
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
H A Dsvga_sampler_view.c128 sv->handle = tex->handle;
144 sv->handle = svga_texture_view_surface(svga, tex, flags, format,
150 if (!sv->handle) {
153 sv->handle = tex->handle;
179 if (v->handle == tex->handle)
193 tex->handle, 0, 0, 0, i, k,
194 v->handle,
[all...]
/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_sampler_view.c128 sv->handle = tex->handle;
144 sv->handle = svga_texture_view_surface(svga, tex, flags, format,
150 if (!sv->handle) {
153 sv->handle = tex->handle;
179 if (v->handle == tex->handle)
193 tex->handle, 0, 0, 0, i, k,
194 v->handle,
[all...]
/external/qemu/android/utils/
H A Dmapfile.c97 mapfile_close(MapFile* handle) argument
100 if (CloseHandle(handle)) {
107 return close((int)(ptrdiff_t)handle);
112 mapfile_read(MapFile* handle, void* buf, size_t nbyte) argument
117 if (ReadFile(handle, buf, nbyte, &read_bytes, NULL)) {
125 return HANDLE_EINTR(read((int)(ptrdiff_t)handle, buf, nbyte));
130 mapfile_read_at(MapFile* handle, size_t offset, void* buf, size_t nbyte) argument
135 if ((SetFilePointer(handle, convert.LowPart, &convert.HighPart,
141 return mapfile_read(handle, buf, nbyte);
143 ssize_t res = lseek((int)(ptrdiff_t)handle, offse
149 mapfile_map(MapFile* handle, size_t offset, size_t size, int prot, void** mapped_offset, size_t* mapped_size) argument
[all...]

Completed in 765 milliseconds

<<11121314151617181920>>