Searched defs:ext (Results 1 - 14 of 14) sorted by relevance

/system/bt/bta/pan/
H A Dbta_pan_ci.cc125 uint8_t* p_data, uint16_t len, bool ext) {
134 ((tBTA_PAN_DATA_PARAMS*)p_buf)->ext = ext;
162 BT_HDR* p_buf, bool ext) {
167 ((tBTA_PAN_DATA_PARAMS*)p_buf)->ext = ext;
196 *p_ext = ((tBTA_PAN_DATA_PARAMS*)p_buf)->ext;
245 UNUSED_ATTR BT_HDR* p_buf, UNUSED_ATTR bool ext) {}
123 bta_pan_ci_rx_write(uint16_t handle, const RawAddress& dst, const RawAddress& src, uint16_t protocol, uint8_t* p_data, uint16_t len, bool ext) argument
160 bta_pan_ci_rx_writebuf(uint16_t handle, const RawAddress& dst, const RawAddress& src, uint16_t protocol, BT_HDR* p_buf, bool ext) argument
241 bta_pan_ci_rx_writebuf(UNUSED_ATTR uint16_t handle, UNUSED_ATTR const RawAddress& src, UNUSED_ATTR const RawAddress& dst, UNUSED_ATTR uint16_t protocol, UNUSED_ATTR BT_HDR* p_buf, UNUSED_ATTR bool ext) argument
H A Dbta_pan_act.cc173 BT_HDR* p_buf, bool ext, bool forward) {
197 ((tBTA_PAN_DATA_PARAMS*)p_new_buf)->ext = ext;
626 ((tBTA_PAN_DATA_PARAMS*)p_buf)->ext,
676 ((tBTA_PAN_DATA_PARAMS*)p_data)->ext);
171 bta_pan_data_buf_ind_cback(uint16_t handle, const RawAddress& src, const RawAddress& dst, uint16_t protocol, BT_HDR* p_buf, bool ext, bool forward) argument
H A Dbta_pan_int.h149 bool ext; member in struct:__anon466
/system/bt/btif/co/
H A Dbta_pan_co.cc159 bool ext; local
176 p_buf = bta_pan_ci_readbuf(handle, src, dst, &protocol, &ext, &forward);
188 (char*)(p_buf + 1) + p_buf->offset, p_buf->len, ext,
232 UNUSED_ATTR bool ext, UNUSED_ATTR bool forward) {
254 UNUSED_ATTR BT_HDR* p_buf, UNUSED_ATTR bool ext,
226 bta_pan_co_tx_write(UNUSED_ATTR uint16_t handle, UNUSED_ATTR uint8_t app_id, UNUSED_ATTR const RawAddress& src, UNUSED_ATTR const RawAddress& dst, UNUSED_ATTR uint16_t protocol, UNUSED_ATTR uint8_t* p_data, UNUSED_ATTR uint16_t len, UNUSED_ATTR bool ext, UNUSED_ATTR bool forward) argument
249 bta_pan_co_tx_writebuf(UNUSED_ATTR uint16_t handle, UNUSED_ATTR uint8_t app_id, UNUSED_ATTR const RawAddress& src, UNUSED_ATTR const RawAddress& dst, UNUSED_ATTR uint16_t protocol, UNUSED_ATTR BT_HDR* p_buf, UNUSED_ATTR bool ext, UNUSED_ATTR bool forward) argument
/system/bt/stack/bnep/
H A Dbnep_main.cc482 uint8_t ext, length; local
491 ext = *p++;
500 if ((ext & 0x7F) == BNEP_EXTENSION_FILTER_CONTROL) {
513 } while (ext & 0x80);
H A Dbnep_api.cc354 ** If packet is filtered and ext headers are present
355 ** drop the data and forward the ext headers
358 uint8_t ext, length; local
364 ext = *p_data++;
375 } while (ext & 0x80);
453 ** If packet is filtered and ext headers are present
454 ** drop the data and forward the ext headers
457 uint8_t ext, length; local
464 ext = *p_data++;
472 } while (ext
[all...]
H A Dbnep_utils.cc1270 uint8_t len, ext; local
1273 ext = *p_data++;
1277 } while (ext & 0x80);
/system/bt/stack/pan/
H A Dpan_main.cc384 uint16_t len, bool ext) {
421 BNEP_Write(pan_cb.pcb[i].handle, dst, p_data, len, protocol, &src, ext);
427 ext, true);
437 BNEP_Write(pan_cb.pcb[i].handle, dst, p_data, len, protocol, &src, ext);
450 (*pan_cb.pan_data_ind_cb)(pcb->handle, src, dst, protocol, p_data, len, ext,
470 * ext - to indicate whether the data contains any
478 BT_HDR* p_buf, bool ext) {
504 "pan_data_buf_ind_cb - for handle %d, protocol 0x%x, length %d, ext %d",
505 handle, protocol, len, ext);
523 ext);
382 pan_data_ind_cb(uint16_t handle, const RawAddress& src, const RawAddress& dst, uint16_t protocol, uint8_t* p_data, uint16_t len, bool ext) argument
476 pan_data_buf_ind_cb(uint16_t handle, const RawAddress& src, const RawAddress& dst, uint16_t protocol, BT_HDR* p_buf, bool ext) argument
[all...]
H A Dpan_api.cc441 * ext - to indicate that extension headers present
450 uint16_t len, bool ext) {
464 BNEP_Write(pan_cb.pcb[i].handle, dst, p_data, len, protocol, &src, ext);
475 return PAN_WriteBuf(handle, dst, src, protocol, buffer, ext);
494 * ext - to indicate that extension headers present
503 BT_HDR* p_buf, bool ext) {
520 ext);
542 BNEP_WriteBuf(pan_cb.pcb[i].handle, dst, p_buf, protocol, &src, ext);
569 result = BNEP_WriteBuf(pcb->handle, dst, p_buf, protocol, &src, ext);
448 PAN_Write(uint16_t handle, const RawAddress& dst, const RawAddress& src, uint16_t protocol, uint8_t* p_data, uint16_t len, bool ext) argument
501 PAN_WriteBuf(uint16_t handle, const RawAddress& dst, const RawAddress& src, uint16_t protocol, BT_HDR* p_buf, bool ext) argument
/system/update_engine/payload_generator/
H A Dab_generator_unittest.cc45 bool ExtentEquals(const Extent& ext, argument
48 return ext.start_block() == start_block && ext.num_blocks() == num_blocks;
/system/core/libutils/
H A DString8.cpp610 char* ext; local
612 ext = find_extension();
613 if (ext != NULL)
614 return String8(ext);
621 char* ext; local
624 ext = find_extension();
625 if (ext == NULL)
628 return String8(str, ext - str);
/system/bt/btif/src/
H A Dbtif_pan.cc414 UNUSED_ATTR bool ext, UNUSED_ATTR bool forward) {
412 btpan_tap_send(int tap_fd, const RawAddress& src, const RawAddress& dst, uint16_t proto, const char* buf, uint16_t len, UNUSED_ATTR bool ext, UNUSED_ATTR bool forward) argument
/system/update_engine/
H A Dp2p_manager.cc304 string ext = string(".") + file_extension_ + kP2PExtension; local
309 ext += kTmpExtension;
314 return ext;
/system/media/audio/include/system/
H A Daudio.h431 } ext; member in struct:audio_port_config
482 } ext; member in struct:audio_port

Completed in 162 milliseconds