Searched refs:ext (Results 1 - 25 of 25) sorted by relevance

/system/core/libpixelflinger/arch-mips/
H A Dcol32cb16blend.S21 ext $t4,\src,\shift+11,5
25 ext $t5,\src,\shift+5,6
29 ext $t6,\src,\shift,5
76 ext $a3,$a1,3,5 /* sR */
77 ext $t0,$a1,10,6 /* sG */
78 ext $t1,$a1,19,5 /* sB */
H A Dt32cb16blend.S52 ext $t8,\dreg,\shift+6+5,5 # dst[\shift:15..11]
54 ext $t0,\dreg,\shift+5,6 # start green extraction dst[\shift:10..5]
55 ext $t8,\src,3,5 # src[7..3]
67 ext $t0,\dreg,\shift,5 # start blue extraction dst[\shift:4..0]
68 ext $t6,\src,2+8,6 # src[15..10]
76 ext $t6,\src,(3+8+8),5
/system/core/libpixelflinger/arch-mips64/
H A Dt32cb16blend.S46 ext $t8,\dreg,\shift+6+5,5 # dst[\shift:15..11]
48 ext $a4,\dreg,\shift+5,6 # start green extraction dst[\shift:10..5]
49 ext $t8,\src,3,5 # src[7..3]
61 ext $a4,\dreg,\shift,5 # start blue extraction dst[\shift:4..0]
62 ext $t2,\src,2+8,6 # src[15..10]
70 ext $t2,\src,(3+8+8),5
H A Dcol32cb16blend.S69 ext $a3,$a1,3,5 /* sR */
70 ext $a4,$a1,10,6 /* sG */
71 ext $a5,$a1,19,5 /* sB */
/system/bt/bta/pan/
H A Dbta_pan_ci.c125 UINT8 *p_data, UINT16 len, BOOLEAN ext)
135 ((tBTA_PAN_DATA_PARAMS *)p_buf)->ext = ext;
162 BT_HDR *p_buf, BOOLEAN ext)
169 ((tBTA_PAN_DATA_PARAMS *)p_buf)->ext = ext;
203 *p_ext = ((tBTA_PAN_DATA_PARAMS *)p_buf)->ext;
264 void bta_pan_ci_rx_writebuf(UINT16 handle, BD_ADDR src, BD_ADDR dst, UINT16 protocol, BT_HDR *p_buf, BOOLEAN ext) argument
271 UNUSED(ext);
124 bta_pan_ci_rx_write(UINT16 handle, BD_ADDR dst, BD_ADDR src, UINT16 protocol, UINT8 *p_data, UINT16 len, BOOLEAN ext) argument
161 bta_pan_ci_rx_writebuf(UINT16 handle, BD_ADDR dst, BD_ADDR src, UINT16 protocol, BT_HDR *p_buf, BOOLEAN ext) argument
H A Dbta_pan_int.h176 BOOLEAN ext; member in struct:__anon540
H A Dbta_pan_act.c172 BOOLEAN ext, BOOLEAN forward)
192 ((tBTA_PAN_DATA_PARAMS *)p_new_buf)->ext = ext;
690 ((tBTA_PAN_DATA_PARAMS *)p_buf)->ext,
747 ((tBTA_PAN_DATA_PARAMS *)p_data)->ext);
171 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
/system/bt/bta/include/
H A Dbta_pan_co.h140 UINT16 len, BOOLEAN ext, BOOLEAN forward);
156 BOOLEAN ext, BOOLEAN forward);
H A Dbta_pan_ci.h98 extern void bta_pan_ci_rx_writebuf(UINT16 handle, BD_ADDR src, BD_ADDR dst, UINT16 protocol, BT_HDR *p_buf, BOOLEAN ext);
/system/bt/btif/co/
H A Dbta_pan_co.c165 BOOLEAN ext; local
187 &ext, &forward)))
203 (char*)(p_buf + 1) + p_buf->offset, p_buf->len, ext, forward);
245 UINT16 len, BOOLEAN ext, BOOLEAN forward)
254 UNUSED(ext);
275 BOOLEAN ext, BOOLEAN forward)
283 UNUSED(ext);
243 bta_pan_co_tx_write(UINT16 handle, UINT8 app_id, BD_ADDR src, BD_ADDR dst, UINT16 protocol, UINT8 *p_data, UINT16 len, BOOLEAN ext, BOOLEAN forward) argument
273 bta_pan_co_tx_writebuf(UINT16 handle, UINT8 app_id, BD_ADDR src, BD_ADDR dst, UINT16 protocol, BT_HDR *p_buf, BOOLEAN ext, BOOLEAN forward) argument
/system/bt/stack/include/
H A Dpan_api.h115 ** ext is flag to indicate whether it has aby extension headers
126 BOOLEAN ext,
135 ** ext is flag to indicate whether it has aby extension headers
145 BOOLEAN ext,
342 ** ext - to indicate that extension headers present
355 BOOLEAN ext);
372 ** ext - to indicate that extension headers present
384 BOOLEAN ext);
/system/bt/stack/pan/
H A Dpan_main.c439 BOOLEAN ext)
482 BNEP_Write (pan_cb.pcb[i].handle, dst, p_data, len, protocol, src, ext);
487 (*pan_cb.pan_data_ind_cb) (pcb->handle, src, dst, protocol, p_data, len, ext, TRUE);
500 BNEP_Write (pan_cb.pcb[i].handle, dst, p_data, len, protocol, src, ext);
513 (*pan_cb.pan_data_ind_cb) (pcb->handle, src, dst, protocol, p_data, len, ext, forward);
532 ** ext - to indicate whether the data contains any
543 BOOLEAN ext)
571 PAN_TRACE_EVENT ("pan_data_buf_ind_cb - for handle %d, protocol 0x%x, length %d, ext %d",
572 handle, protocol, len, ext);
592 BNEP_Write (pan_cb.pcb[i].handle, dst, p_data, len, protocol, src, ext);
433 pan_data_ind_cb(UINT16 handle, UINT8 *src, UINT8 *dst, UINT16 protocol, UINT8 *p_data, UINT16 len, BOOLEAN ext) argument
538 pan_data_buf_ind_cb(UINT16 handle, UINT8 *src, UINT8 *dst, UINT16 protocol, BT_HDR *p_buf, BOOLEAN ext) argument
[all...]
H A Dpan_api.c485 ** ext - to indicate that extension headers present
492 tPAN_RESULT PAN_Write(UINT16 handle, BD_ADDR dst, BD_ADDR src, UINT16 protocol, UINT8 *p_data, UINT16 len, BOOLEAN ext) argument
507 BNEP_Write (pan_cb.pcb[i].handle, dst, p_data, len, protocol, src, ext);
517 return PAN_WriteBuf(handle, dst, src, protocol, buffer, ext);
537 ** ext - to indicate that extension headers present
544 tPAN_RESULT PAN_WriteBuf (UINT16 handle, BD_ADDR dst, BD_ADDR src, UINT16 protocol, BT_HDR *p_buf, BOOLEAN ext) argument
563 BNEP_Write(pan_cb.pcb[i].handle, dst, data, p_buf->len, protocol, src, ext);
587 result = BNEP_WriteBuf (pan_cb.pcb[i].handle, dst, p_buf, protocol, src, ext);
619 result = BNEP_WriteBuf (pcb->handle, dst, p_buf, protocol, src, ext);
H A Dpan_int.h129 BOOLEAN ext);
/system/bt/btif/include/
H A Dbtif_pan_internal.h105 const char* buff, UINT16 size, BOOLEAN ext, BOOLEAN forward);
/system/extras/tests/net_test/
H A Dsock_diag.py72 "InetDiagReqV2", "=BBBxIS", "family protocol ext states id",
228 def DumpAllInetSockets(self, protocol, bytecode, sock_id=None, ext=0,
241 diag_req = InetDiagReqV2((family, protocol, ext, states, sock_id))
338 ext = 1 << (INET_DIAG_TOS - 1) | 1 << (INET_DIAG_TCLASS - 1) variable in class:SockDiag
341 sock_id=sock_id, ext=ext, states=states)
/system/bt/stack/bnep/
H A Dbnep_api.c386 ** If packet is filtered and ext headers are present
387 ** drop the data and forward the ext headers
391 UINT8 ext, length; local
398 ext = *p_data++;
410 } while (ext & 0x80);
495 ** If packet is filtered and ext headers are present
496 ** drop the data and forward the ext headers
500 UINT8 ext, length; local
508 ext = *p_data++;
517 } while (ext
[all...]
H A Dbnep_main.c521 UINT8 ext, length; local
528 ext = *p++;
532 if ((!(ext & 0x7F)) && (*p > BNEP_FILTER_MULTI_ADDR_RESPONSE_MSG))
540 } while (ext & 0x80);
H A Dbnep_utils.c1287 UINT8 len, ext; local
1291 ext = *p_data++;
1295 } while (ext & 0x80);
/system/core/libutils/
H A DString8.cpp611 char* ext; local
613 ext = find_extension();
614 if (ext != NULL)
615 return String8(ext);
622 char* ext; local
625 ext = find_extension();
626 if (ext == NULL)
629 return String8(str, ext - str);
/system/update_engine/
H A Dp2p_manager.cc301 string ext = string(".") + file_extension_ + kP2PExtension; local
306 ext += kTmpExtension;
311 return ext;
/system/update_engine/payload_generator/
H A Dab_generator_unittest.cc45 bool ExtentEquals(Extent ext, uint64_t start_block, uint64_t num_blocks) { argument
46 return ext.start_block() == start_block && ext.num_blocks() == num_blocks;
/system/update_engine/payload_consumer/
H A Ddelta_performer.cc991 for (Extent ext : extents) {
992 for (uint64_t j = 0; j < ext.num_blocks(); j++)
993 blocks->push_back(ext.start_block() + j);
1000 for (Extent ext : extents) {
1001 sum += ext.num_blocks();
/system/bt/btif/src/
H A Dbtif_pan.c439 UINT16 len, BOOLEAN ext, BOOLEAN forward)
441 UNUSED(ext);
438 btpan_tap_send(int tap_fd, const BD_ADDR src, const BD_ADDR dst, UINT16 proto, const char* buf, UINT16 len, BOOLEAN ext, BOOLEAN forward) argument
/system/media/audio/include/system/
H A Daudio.h1044 } ext; member in struct:audio_port_config
1101 } ext; member in struct:audio_port

Completed in 2306 milliseconds