Searched defs:data (Results 76 - 100 of 7161) sorted by path

1234567891011>>

/external/apache-xml/src/main/java/org/apache/xml/utils/
H A DUnImplNode.java841 * @param data Data for text node
845 public Text createTextNode(String data) argument
856 * @param data Data for comment
860 public Comment createComment(String data) argument
871 * @param data Data for CDATA section
877 public CDATASection createCDATASection(String data) throws DOMException argument
889 * @param data Data for Processing instruction
896 String target, String data) throws DOMException
1014 * Set Node data
1017 * @param data dat
895 createProcessingInstruction( String target, String data) argument
1021 setData(String data) argument
1211 setUserData(String key, Object data, UserDataHandler handler) argument
[all...]
/external/arduino/libraries/Wire/
H A DWire.cpp127 void TwoWire::send(uint8_t data) argument
136 txBuffer[txBufferIndex] = data;
143 twi_transmit(&data, 1);
150 void TwoWire::send(uint8_t* data, uint8_t quantity) argument
155 send(data[i]);
160 twi_transmit(data, quantity);
167 void TwoWire::send(char* data) argument
169 send((uint8_t*)data, strlen(data));
175 void TwoWire::send(int data) argument
[all...]
/external/arduino/libraries/Wire/utility/
H A Dtwi.c110 * data: pointer to byte array
114 uint8_t twi_readFrom(uint8_t address, uint8_t* data, uint8_t length) argument
118 // ensure data will fit into buffer
138 // expected byte of data.
155 // copy twi buffer to data
157 data[i] = twi_masterBuffer[i];
168 * data: pointer to byte array
174 * 3 .. data send, NACK received
177 uint8_t twi_writeTo(uint8_t address, uint8_t* data, uint8_t length, uint8_t wait) argument
181 // ensure data wil
235 twi_transmit(uint8_t* data, uint8_t length) argument
[all...]
/external/bison/lib/
H A Dhash.c48 void *data; member in struct:hash_entry
87 some user-provided data (also called a user entry). An entry indistinctly
92 starts a linked chain of entries for which the user data all hash to this
97 entries divided by the table size. Finding the slot for a data is usually
181 if (bucket->data)
209 if (bucket->data)
266 if (bucket->data == NULL)
270 if (entry == cursor->data || table->comparator (entry, cursor->data))
271 return cursor->data;
486 raw_hasher(const void *data, size_t n) argument
805 void *data = bucket->data; local
833 void *data = cursor->next->data; local
868 void *data; local
1041 void *data; local
1150 void *data; local
[all...]
/external/blktrace/
H A Dblkiomon.c2 * I/O monitor based on block queue trace data
270 static void *blkiomon_interval(void *data) argument
285 /* grab tree and make data gatherer build up another tree */
303 return data;
610 "\t-d Output file for data emitted by low level device driver.\n" \
611 "\t-D Output file for debugging data.\n" \
/external/blktrace/btt/doc/
H A Dbtt.tex45 provides data we believe is useful to plot to provide visual comparisons
49 and also show some interesting plots generated from the data provided
80 errors in the trace streams saved, it is best to recapture the data
85 helps to ensure data coming from \texttt{btt} makes the most sense.
189 Using the data from the previous chart, we can then provide some idea
316 how the larger number of data values for device (8,0) dominates in
347 \subsection*{\label{sec:detailed-data}Detailed Data}
350 \texttt{--all-data} or \texttt{-A} argument (see section~\ref{sec:o-A})
426 \newpage\section{\label{sec:data-files}Data Files Output}
429 created with data point
[all...]
/external/bluetooth/bluedroid/bta/ag/
H A Dbta_ag_int.h153 /* data type for BTA_AG_API_ENABLE_EVT */
161 /* data type for BTA_AG_API_REGISTER_EVT */
172 /* data type for BTA_AG_API_OPEN_EVT */
181 /* data type for BTA_AG_API_RESULT_EVT */
186 tBTA_AG_RES_DATA data; member in struct:__anon415
189 /* data type for BTA_AG_API_SETCODEC_EVT */
196 /* data type for BTA_AG_DISC_RESULT_EVT */
203 /* data type for RFCOMM events */
210 /* data type for BTA_AG_CI_RX_WRITE_EVT */
303 /* type for sco data */
[all...]
/external/bluetooth/bluedroid/bta/ar/
H A Dbta_ar.c176 tAVDT_CTRL data; local
182 (*bta_ar_cb.p_avk_conn_cback)(0, bd_addr, event, &data);
189 (*bta_ar_cb.p_av_conn_cback)(0, bd_addr, event, &data);
/external/bluetooth/bluedroid/bta/av/
H A Dbta_av_aact.c452 /* copy event data, bd addr, and handle to event message buffer */
1166 /* in case of A2DP SINK this is the first time peer data is being sent to co functions */
2186 ** Description Handle stream data path.
2212 /* use q_info.a2d data, read the timestamp */
2218 /* q_info.a2d empty, call co_data, dup data to other channels */
2219 p_buf = (BT_HDR *)p_scb->p_cos->data(p_scb->codec_type, &data_len,
2227 /* dup the data to other channels */
2255 /* there's a buffer, but L2CAP does not seem to be moving data */
2448 p_scb->cong = TRUE; /* do not allow the media data to go through */
2493 tBTA_AV data; local
[all...]
H A Dbta_av_int.h138 /* maximum length of AVDTP security data */
192 tBTA_AV_CO_DATAPATH data; member in struct:__anon432
196 /* data type for BTA_AV_API_ENABLE_EVT */
205 /* data type for BTA_AV_API_REG_EVT */
223 /* data type for BTA_AV_API_OPEN_EVT */
234 /* data type for BTA_AV_API_STOP_EVT */
242 /* data type for BTA_AV_API_DISCONNECT_EVT */
249 /* data type for BTA_AV_API_PROTECT_REQ_EVT */
257 /* data type for BTA_AV_API_PROTECT_RSP_EVT */
266 /* data typ
[all...]
/external/bluetooth/bluedroid/bta/dm/
H A Dbta_dm_act.c1137 ** Description Retrieve the OOB data from the local LM
1171 ** Description respond to the OOB data request for the remote device from BTM
1568 tBTA_DM_SEARCH data; local
1572 data.inq_cmpl.num_resps = p_data->inq_cmpl.num;
1573 bta_dm_search_cb.p_search_cback(BTA_DM_INQ_CMPL_EVT, &data);
1873 APPL_TRACE_DEBUG("bta_dm_sdp_result raw data size is 0 or raw_data is null!!\r\n");
2052 ** Description Frees SDP data base
2357 ** Description Starts discovery on the next device in Inquiry data base
2501 //set the raw data buffer here
2528 /* initialize the data structur
4815 tBTA_DM_SEARCH data; local
5199 tBTA_DM_SEARCH data; local
[all...]
/external/bluetooth/bluedroid/bta/hh/
H A Dbta_hh_act.c47 UINT32 data, BT_HDR *pdata);
440 /* initialize call back data */
657 ** Description HID Host process a data report
692 APPL_TRACE_DEBUG("HANDSHAKE received for: event = %s data= %d",
693 bta_hh_get_w4_event(p_cb->w4_evt), p_data->hid_cback.data);
709 if ((hs_data.status = bta_hh_get_trans_status(p_data->hid_cback.data)) == BTA_HH_OK)
721 cback_data.status = bta_hh_get_trans_status(p_data->hid_cback.data);
728 conn.status =p_data->hid_cback.data ? BTA_HH_ERR_PROTO: BTA_HH_OK;
752 ** Description HID Host process a data report from control channel.
761 UINT8 *data local
1185 bta_hh_cback(UINT8 dev_handle, BD_ADDR addr, UINT8 event, UINT32 data, BT_HDR *pdata) argument
[all...]
H A Dbta_hh_api.c168 UINT16 data, UINT8 rpt_id, BT_HDR *p_data)
180 p_buf->data = data;
295 ** p_data: data to be sent in the DATA transaction; or
296 ** the data to be write into the Output Report of a LE HID
456 ** For keyboard report, report data will carry the keycode max
167 bta_hh_snd_write_dev(UINT8 dev_handle, UINT8 t_type, UINT8 param, UINT16 data, UINT8 rpt_id, BT_HDR *p_data) argument
H A Dbta_hh_int.h105 /* data structure used to send a command/data to HID device */
115 UINT16 data; member in struct:__anon616
119 /* data type for BTA_HH_API_ENABLE_EVT */
136 /* internal event data from BTE HID callback */
141 UINT32 data; member in struct:__anon619
172 /* union of all event data types */
/external/bluetooth/bluedroid/bta/pan/
H A Dbta_pan_act.c41 /* RX and TX data flow mask */
195 ** Description data indication callback from pan profile
210 /* offset smaller than data structure in front of actual data */
230 /* copy params into the space before the data */
438 /* free all queued up data buffers */
469 tBTA_PAN_OPEN data; local
492 bdcpy(data.bd_addr, p_data->api_open.bd_addr);
493 data.status = BTA_PAN_FAIL;
494 data
546 tBTA_PAN_OPEN data; local
588 tBTA_PAN_CLOSE data; local
[all...]
H A Dbta_pan_main.c147 ** Global data
280 tBTA_PAN_OPEN data; local
289 bdcpy(data.bd_addr, p_data->api_open.bd_addr);
290 data.status = BTA_PAN_FAIL;
291 bta_pan_cb.p_cback(BTA_PAN_OPEN_EVT, (tBTA_PAN *)&data);
/external/bluetooth/bluedroid/btif/include/
H A Dbtif_gatt_multi_adv_util.h59 tBTA_BLE_ADV_DATA data; member in struct:__anon1010
68 // Includes the stored data for standard LE instance
/external/bluetooth/bluedroid/btif/src/
H A Dbtif_config_util.cpp115 static inline void bytes2hex(const char* data, int bytes, char* str) argument
120 *str = hex_table[(data[i] >> 4) & 0xf];
122 *str = hex_table[data[i] & 0xf];
150 static inline bool hex2bytes(const char* str, int len, char* data) argument
165 *data = (char)(d << 4);
172 *data++ |= (char)d;
193 enum_user_data data; local
194 memset(&data, 0, sizeof(data));
195 data
[all...]
H A Dbtif_gatt_client.c250 int client_if = ((TIMER_LIST_ENT*)p_tle)->data;
265 // Allocate buffer for request data if necessary
434 btgatt_read_params_t data; local
435 set_read_value(&data, &p_data->read);
438 , p_data->read.conn_id, p_data->read.status, &data);
445 btgatt_write_params_t data; local
446 bta_to_btif_srvc_id(&data.srvc_id, &p_data->write.srvc_id);
447 bta_to_btif_gatt_id(&data.char_id, &p_data->write.char_id);
450 , p_data->write.conn_id, p_data->write.status, &data
472 btgatt_srvc_id_t data; local
481 btgatt_read_params_t data; local
491 btgatt_write_params_t data; local
503 btgatt_notify_params_t data; local
[all...]
H A Dbtif_hh.c56 #define KEYSTATE_FILEPATH "/data/misc/bluedroid/bt_hh_ks" //keep this in sync with HID host jni
257 static BT_HDR *create_pbuf(UINT16 len, UINT8 *data) argument
268 memcpy(pbuf_data, data, len);
285 UINT8 data[] = {0x01, /* report id */ local
293 p_buf = create_pbuf(len, data);
845 UINT8 *data = NULL; local
854 data = (UINT8 *)(hdr + 1) + hdr->offset;
858 (bthh_status_t) p_data->hs_data.status, data, len);
1555 /* Build a SetReport data buffer */
1586 static bt_status_t send_data (bt_bdaddr_t *bd_addr, char* data) argument
[all...]
H A Dbtif_sm.c143 ** Description Dispatches the 'event' along with 'data' to the current state handler
151 void *data)
163 if (p_cb->p_handlers[p_cb->state](event, data) == FALSE)
150 btif_sm_dispatch(btif_sm_handle_t handle, btif_sm_event_t event, void *data) argument
H A Dbtif_sock_thread.c312 int btsock_thread_post_cmd(int h, int type, const unsigned char* data, int size, uint32_t user_id) argument
328 if(data && size)
335 memcpy(cmd_send + 1, data, size);
587 else {APPL_TRACE_DEBUG("no data, select ret: %d", ret)};
H A Dbtif_sock_util.c166 static inline void byte2hex(const char* data, char** str) argument
168 **str = hex_table[(*data >> 4) & 0xf];
170 **str = hex_table[*data & 0xf];
173 static inline void byte2char(const char* data, char** str) argument
175 **str = *data < ' ' ? '.' : *data > '~' ? '.' : *data;
178 static inline void word2hex(const char* data, char** hex) argument
180 byte2hex(&data[1], hex);
181 byte2hex(&data[
183 dump_bin(const char* title, const char* data, int size) argument
[all...]
/external/bluetooth/bluedroid/embdrv/sbc/decoder/include/
H A Doi_codec_sbc.h33 Declarations of codec functions, data types, and macros.
205 OI_UINT32 data[CODEC_DATA_WORDS(1, SBC_CODEC_FAST_FILTER_BUFFERS)]; member in struct:__anon1111
209 OI_UINT32 data[CODEC_DATA_WORDS(2, SBC_CODEC_FAST_FILTER_BUFFERS)]; member in struct:__anon1112
265 * available in the sbc data stream. OI_CODEC_SBC_DecoderReset must be called
308 * @param frameData Address of a pointer to the SBC data to decode. This
313 * bytes of frame data. This value will be updated to reflect
317 * populated with the decoded audio data. This address
322 * data. On output, it will contain the number of bytes
339 * @param frameData Address of a pointer to the SBC data to decode. This
344 * bytes of frame data
[all...]
/external/bluetooth/bluedroid/embdrv/sbc/decoder/srce/
H A Ddecoder-private.c88 INLINE void OI_SBC_ReadHeader(OI_CODEC_SBC_COMMON_CONTEXT *common, const OI_BYTE *data) argument
94 OI_ASSERT(data[0] == OI_SBC_SYNCWORD || data[0] == OI_SBC_ENHANCED_SYNCWORD);
97 * from last time. Just in case we get a stream corresponding to data[1] ==
101 d1 = data[1];
123 frame->bitpool = data[2];
124 frame->crc = data[3];

Completed in 8461 milliseconds

1234567891011>>