Searched defs:handle (Results 251 - 275 of 693) sorted by relevance

<<11121314151617181920>>

/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
H A DDTMDefaultBaseTraversers.java516 * implemented by derived classes, and must be robust enough to handle any
610 * Get the subtree root identity from the handle that was passed in by
614 * @param handle handle to the root context.
617 protected int getSubtreeRoot(int handle) argument
619 return makeNodeIdentity(handle);
641 * implemented by derived classes, and must be robust enough to handle any
716 return makeNodeHandle(current); // make handle.
752 return makeNodeHandle(current); // make handle.
822 return makeNodeHandle(current); // make handle
1625 getSubtreeRoot(int handle) argument
1697 getSubtreeRoot(int handle) argument
[all...]
/external/blktrace/btt/
H A Dseek.c251 void seeki_add(void *handle, struct io *iop) argument
253 struct seeki *sip = handle;
272 long long seeki_nseeks(void *handle) argument
274 return ((struct seeki *)handle)->tot_seeks;
277 double seeki_mean(void *handle) argument
279 struct seeki *sip = handle;
283 long long seeki_median(void *handle) argument
286 struct seeki *sip = handle;
295 int seeki_mode(void *handle, struct mode *mp) argument
297 struct seeki *sip = handle;
[all...]
/external/bluetooth/bluedroid/bta/av/
H A Dbta_av_api.c169 void BTA_AvOpen(BD_ADDR bd_addr, tBTA_AV_HNDL handle, BOOLEAN use_rc, tBTA_SEC sec_mask) argument
176 p_buf->hdr.layer_specific = handle;
194 void BTA_AvClose(tBTA_AV_HNDL handle) argument
201 p_buf->layer_specific = handle;
482 ** specified handle
487 void BTA_AvOpenRc(tBTA_AV_HNDL handle) argument
494 p_buf->hdr.layer_specific = handle;
/external/bluetooth/bluedroid/bta/hh/
H A Dbta_hh_utils.c171 void bta_hh_add_device_to_list(tBTA_HH_DEV_CB *p_cb, UINT8 handle, argument
183 p_cb->hid_handle = handle;
476 ** Description convert a HID device handle to the device control block index.
511 APPL_TRACE_DEBUG3("kdev[%d] in_use[%d] handle[%d] ",xx,
/external/bluetooth/bluedroid/bta/hl/
H A Dbta_hl_sdp.c144 BOOLEAN bta_hl_add_sup_feature_list (UINT32 handle, UINT16 num_elem, argument
154 result = SDP_AddAttribute (handle, ATTR_ID_HDP_SUP_FEAT_LIST,
/external/bluetooth/bluedroid/bta/pan/
H A Dbta_pan_act.c54 static void bta_pan_conn_state_cback(UINT16 handle, BD_ADDR bd_addr, tPAN_RESULT state, argument
67 if((p_scb = bta_pan_scb_by_handle(handle)) == NULL)
76 PAN_Disconnect (handle);
80 p_scb->handle = handle;
106 p_buf->hdr.layer_specific = handle;
125 static void bta_pan_data_flow_cb(UINT16 handle, tPAN_RESULT result) argument
130 if((p_scb = bta_pan_scb_by_handle(handle)) == NULL)
137 p_buf->layer_specific = handle;
141 bta_pan_co_rx_flow(handle, p_sc
166 bta_pan_data_buf_ind_cback(UINT16 handle, BD_ADDR src, BD_ADDR dst, UINT16 protocol, BT_HDR *p_buf, BOOLEAN ext, BOOLEAN forward) argument
231 bta_pan_pfilt_ind_cback(UINT16 handle, BOOLEAN indication,tBNEP_RESULT result, UINT16 num_filters, UINT8 *p_filters) argument
252 bta_pan_mfilt_ind_cback(UINT16 handle, BOOLEAN indication,tBNEP_RESULT result, UINT16 num_mfilters, UINT8 *p_mfilters) argument
[all...]
H A Dbta_pan_int.h134 UINT16 handle; /* BTA PAN/BNEP handle */ member in struct:__anon884
192 extern tBTA_PAN_SCB *bta_pan_scb_by_handle(UINT16 handle);
H A Dbta_pan_main.c338 ** Description Find scb associated with handle.
344 tBTA_PAN_SCB *bta_pan_scb_by_handle(UINT16 handle) argument
351 if (p_scb->handle == handle)
358 APPL_TRACE_WARNING1("No scb for handle %d", handle);
380 /* handle enable event */
385 /* handle disable event */
390 /* handle set role event */
395 /* handle ope
[all...]
/external/bluetooth/bluedroid/btif/co/
H A Dbta_dm_co.c243 void bta_dm_sco_co_open(UINT16 handle, UINT8 pkt_size, UINT16 event) argument
249 BTIF_TRACE_DEBUG2("bta_dm_sco_co_open handle:%d pkt_size:%d", handle, pkt_size);
257 btui_sco_codec_start(handle);
/external/bluetooth/bluedroid/btif/src/
H A Dbtif_sock_sdp.c208 APPL_TRACE_DEBUG1("PBS: SDP Registered (handle 0x%08x)", sdp_handle);
352 int handle = 0; local
375 handle = add_ops_sdp(name,final_scn);
379 handle = add_pbap_sdp(name, final_scn); //PBAP Server is always 19
383 handle = add_spp_sdp(name, final_scn);
387 handle = add_sdp_by_uuid(name, uuid, final_scn);
389 return handle;
439 void del_rfc_sdp_rec(int handle) argument
441 APPL_TRACE_DEBUG1("del_rfc_sdp_rec: handle:0x%x", handle);
[all...]
/external/bluetooth/bluedroid/stack/avrc/
H A Davrc_api.c67 static void avrc_ctrl_cback(UINT8 handle, UINT8 event, UINT16 result, argument
72 if (event <= AVRC_MAX_RCV_CTRL_EVT && avrc_cb.ccb[handle].p_ctrl_cback)
80 (*avrc_cb.ccb[handle].p_ctrl_cback)(handle, avrc_event, result, peer_addr);
124 static void avrc_prep_end_frag(UINT8 handle) argument
132 p_fcb = &avrc_cb.fcb[handle];
162 static void avrc_send_continue_frag(UINT8 handle, UINT8 label) argument
170 p_fcb = &avrc_cb.fcb[handle];
195 avrc_prep_end_frag (handle);
211 AVRC_BldResponse( handle, (tAVRC_RESPONS
233 avrc_proc_vendor_command(UINT8 handle, UINT8 label, BT_HDR *p_pkt, tAVRC_MSG_VENDOR *p_msg) argument
346 avrc_proc_far_msg(UINT8 handle, UINT8 label, UINT8 cr, BT_HDR **pp_pkt, tAVRC_MSG_VENDOR *p_msg) argument
471 avrc_msg_cback(UINT8 handle, UINT8 label, UINT8 cr, BT_HDR *p_pkt) argument
865 AVRC_Close(UINT8 handle) argument
888 AVRC_MsgReq(UINT8 handle, UINT8 label, UINT8 ctype, BT_HDR *p_pkt) argument
1017 AVRC_PassCmd(UINT8 handle, UINT8 label, tAVRC_MSG_PASS *p_msg) argument
1056 AVRC_PassRsp(UINT8 handle, UINT8 label, tAVRC_MSG_PASS *p_msg) argument
[all...]
/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_API2 ("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/bluetooth/bluedroid/stack/gatt/
H A Datt_protocol.c122 /* GATT_HDR_SIZE (1B ERR_RSP op code+ 2B handle) + 1B cmd_op_code + 1B status */
234 BT_HDR *attp_build_handle_cmd(UINT8 op_code, UINT16 handle, UINT16 offset) argument
248 UINT16_TO_STREAM (p, handle);
295 BT_HDR *attp_build_value_cmd (UINT16 payload_size, UINT8 op_code, UINT16 handle, argument
318 UINT16_TO_STREAM (p, handle);
334 /* update handle value pair length */
406 p_msg->attr_value.handle,
417 p_cmd = attp_build_err_cmd(p_msg->error.cmd_code, p_msg->error.handle, p_msg->error.reason);
495 /* do not enq cmd if handle value confirmation or set request */
536 UINT16 offset = 0, handle; local
[all...]
H A Dgatt_cl.c33 #define GATT_WRITE_LONG_HDR_SIZE 5 /* 1 opcode + 2 handle + 2 offset */
105 else /* end of handle range */
148 msg.handle = p_clcb->s_handle;
161 msg.read_blob.handle = p_clcb->s_handle;
168 msg.read_blob.handle = p_clcb->s_handle;
179 msg.handle = p_clcb->s_handle;
215 p_clcb->s_handle = p_attr->handle;
220 p_attr->handle,
229 p_clcb->s_handle = p_attr->handle;
234 p_attr->handle,
486 gatt_proc_disc_error_rsp(tGATT_TCB *p_tcb, tGATT_CLCB *p_clcb, UINT8 opcode, UINT16 handle, UINT8 reason) argument
527 UINT16 handle; local
700 UINT16 handle = 0; local
979 UINT16 handle; local
[all...]
/external/bluetooth/bluedroid/stack/l2cap/
H A Dl2c_ble.c119 btsnd_hcic_ble_upd_ll_conn_params (p_lcb->handle, min_int, max_int, latency, timeout, 0, 0);
169 btsnd_hcic_ble_upd_ll_conn_params (p_lcb->handle, p_lcb->min_interval, p_lcb->max_interval,
186 btsnd_hcic_ble_upd_ll_conn_params (p_lcb->handle,
251 void l2cble_scanner_conn_comp (UINT16 handle, BD_ADDR bda, tBLE_ADDR_TYPE type, argument
258 handle, type, conn_interval, conn_latency, conn_timeout);
271 btm_sec_disconnect (handle, HCI_ERR_NO_CONNECTION);
279 btm_sec_disconnect (handle, HCI_ERR_NO_CONNECTION);
292 /* Save the handle */
293 p_lcb->handle = handle;
351 l2cble_advertiser_conn_comp(UINT16 handle, BD_ADDR bda, tBLE_ADDR_TYPE type, UINT16 conn_interval, UINT16 conn_latency, UINT16 conn_timeout) argument
409 l2cble_conn_comp(UINT16 handle, UINT8 role, BD_ADDR bda, tBLE_ADDR_TYPE type, UINT16 conn_interval, UINT16 conn_latency, UINT16 conn_timeout) argument
[all...]
H A Dl2c_main.c122 UINT16 handle, hci_len; local
128 /* Extract the handle */
129 STREAM_TO_UINT16 (handle, p);
130 pkt_type = HCID_GET_EVENT (handle);
131 handle = HCID_GET_HANDLE (handle);
137 /* Find the LCB based on the handle */
138 if ((p_lcb = l2cu_find_lcb_by_handle (handle)) == NULL)
153 L2CAP_TRACE_WARNING5 ("L2CAP - holding ACL for unknown handle:%d ls:%d cid:%d opcode:%d cur count:%d",
154 handle, p_ms
[all...]
/external/bluetooth/bluedroid/stack/mcap/
H A Dmca_api.c116 ** If the given p_reg->ctrl_psm is 0, this handle is INT only.
118 ** Returns 0, if failed. Otherwise, the MCA handle.
124 tMCA_HANDLE handle = 0; local
170 handle = mca_rcb_to_handle (p_rcb);
174 return handle;
189 void MCA_Deregister(tMCA_HANDLE handle) argument
191 tMCA_RCB *p_rcb = mca_rcb_by_handle(handle);
193 MCA_TRACE_API1 ("MCA_Deregister: %d", handle);
201 mca_rcb_dealloc(handle);
217 tMCA_RESULT MCA_CreateDep(tMCA_HANDLE handle, tMCA_DE argument
287 MCA_DeleteDep(tMCA_HANDLE handle, tMCA_DEP dep) argument
335 MCA_ConnectReq(tMCA_HANDLE handle, BD_ADDR bd_addr, UINT16 ctrl_psm, UINT16 sec_mask) argument
[all...]
H A Dmca_csm.c222 tMCA_CCB *mca_ccb_by_bd(tMCA_HANDLE handle, BD_ADDR bd_addr) argument
225 tMCA_RCB *p_rcb = mca_rcb_by_handle(handle);
231 i = handle-1;
256 tMCA_CCB *mca_ccb_alloc(tMCA_HANDLE handle, BD_ADDR bd_addr) argument
259 tMCA_RCB *p_rcb = mca_rcb_by_handle(handle);
263 MCA_TRACE_DEBUG1("mca_ccb_alloc handle:0x%x", handle);
266 i = handle-1;
H A Dmca_main.c62 ** Description This function returns the handle for the given control
65 ** Returns the MCA handle.
71 tMCA_HANDLE handle = 0; local
78 handle = i+1;
82 return handle;
89 ** Description This function returns the handle for the given data
92 ** Returns the MCA handle.
98 tMCA_HANDLE handle = 0; local
105 handle = i+1;
109 return handle;
539 mca_rcb_dealloc(tMCA_HANDLE handle) argument
598 mca_rcb_by_handle(tMCA_HANDLE handle) argument
[all...]
/external/bluetooth/bluedroid/stack/pan/
H A Dpan_api.c286 ** *handle - Pointer for returning Handle to the connection
296 tPAN_RESULT PAN_Connect (BD_ADDR rem_bda, UINT8 src_role, UINT8 dst_role, UINT16 *handle) argument
305 ** Initialize the handle so that in case of failure return values
308 *handle = BNEP_INVALID_HANDLE;
424 result = BNEP_Connect (rem_bda, &src_uuid, &dst_uuid, &(pcb->handle));
434 *handle = pcb->handle;
447 ** Parameters: handle - handle for the connection
454 tPAN_RESULT PAN_Disconnect (UINT16 handle) argument
511 PAN_Write(UINT16 handle, BD_ADDR dst, BD_ADDR src, UINT16 protocol, UINT8 *p_data, UINT16 len, BOOLEAN ext) argument
620 PAN_WriteBuf(UINT16 handle, BD_ADDR dst, BD_ADDR src, UINT16 protocol, BT_HDR *p_buf, BOOLEAN ext) argument
729 PAN_SetProtocolFilters(UINT16 handle, UINT16 num_filters, UINT16 *p_start_array, UINT16 *p_end_array) argument
778 PAN_SetMulticastFilters(UINT16 handle, UINT16 num_mcast_filters, UINT8 *p_start_array, UINT8 *p_end_array) argument
[all...]
H A Dpan_int.h54 UINT16 handle; member in struct:__anon1523
112 extern void pan_conn_ind_cb (UINT16 handle,
117 extern void pan_connect_state_cb (UINT16 handle, BD_ADDR rem_bda, tBNEP_RESULT result, BOOLEAN is_role_change);
118 extern void pan_data_ind_cb (UINT16 handle,
125 extern void pan_data_buf_ind_cb (UINT16 handle,
131 extern void pan_tx_data_flow_cb (UINT16 handle,
133 void pan_proto_filt_ind_cb (UINT16 handle,
138 void pan_mcast_filt_ind_cb (UINT16 handle,
144 extern tPAN_CONN *pan_allocate_pcb (BD_ADDR p_bda, UINT16 handle);
145 extern tPAN_CONN *pan_get_pcb_by_handle (UINT16 handle);
[all...]
/external/chromium/base/
H A Dshared_memory_posix.cc37 SharedMemory::SharedMemory(SharedMemoryHandle handle, bool read_only) argument
38 : mapped_file_(handle.fd),
45 if (fstat(handle.fd, &st) == 0) {
52 SharedMemory::SharedMemory(SharedMemoryHandle handle, bool read_only, argument
54 : mapped_file_(handle.fd),
60 // We don't handle this case yet (note the ignored parameter); let's die if
70 bool SharedMemory::IsHandleValid(const SharedMemoryHandle& handle) { argument
71 return handle.fd >= 0;
80 void SharedMemory::CloseHandle(const SharedMemoryHandle& handle) { argument
81 DCHECK(handle
225 SharedMemoryHandle SharedMemory::handle() const { function in class:base::SharedMemory
[all...]
H A Dshared_memory_unittest.cc83 SharedMemoryHandle handle = NULL; local
88 EXPECT_TRUE(memory1.ShareToProcess(GetCurrentProcess(), &handle));
94 SharedMemory memory2(handle, false);
/external/chromium/chrome/browser/chromeos/input_method/
H A Dxkeyboard.cc269 base::ProcessHandle handle = base::kNullProcessHandle; local
278 &handle);
287 const base::ProcessId pid = base::GetProcId(handle);
/external/chromium/chrome/browser/
H A Dcustom_home_pages_table_model.cc172 void CustomHomePagesTableModel::OnGotTitle(HistoryService::Handle handle, argument
178 GetEntryByLoadHandle(&Entry::title_handle, handle, &entry_index);
192 FaviconService::Handle handle,
196 GetEntryByLoadHandle(&Entry::favicon_handle, handle, &entry_index);
222 CancelableRequestProvider::Handle handle,
225 if (entries_[i].*member == handle) {
191 OnGotFavicon( FaviconService::Handle handle, history::FaviconData favicon) argument
220 GetEntryByLoadHandle( CancelableRequestProvider::Handle Entry::* member, CancelableRequestProvider::Handle handle, int* index) argument

Completed in 668 milliseconds

<<11121314151617181920>>