Home
last modified time | relevance | path

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

12

/system/tools/aidl/tests/java_app/src/android/aidl/tests/
DExtensionTests.java68 assertThat(vep.ext.setParcelable(vp), is(true)); in testVintfParcelableHolderCanContainVintfParcelable()
69 assertThat(vep.ext.getParcelable(VintfParcelable.class), is(vp)); in testVintfParcelableHolderCanContainVintfParcelable()
74 assertThat(vep.ext.setParcelable(sp), is(false)); in testVintfParcelableHolderCannotContainNonVintfParcelable()
75 assertThat(vep.ext.getParcelable(VintfParcelable.class), is(nullValue())); in testVintfParcelableHolderCannotContainNonVintfParcelable()
80 assertThat(vep.ext.setParcelable(up), is(false)); in testVintfParcelableHolderCannotContainUnstableParcelable()
81 assertThat(vep.ext.getParcelable(UnstableParcelable.class), is(nullValue())); in testVintfParcelableHolderCannotContainUnstableParcelable()
86 assertThat(sep.ext.setParcelable(vp), is(true)); in testStableParcelableHolderCanContainVintfParcelable()
87 assertThat(sep.ext.getParcelable(VintfParcelable.class), is(vp)); in testStableParcelableHolderCanContainVintfParcelable()
92 assertThat(sep.ext.setParcelable(sp), is(true)); in testStableParcelableHolderCanContainNonVintfParcelable()
93 assertThat(sep.ext.getParcelable(NonVintfParcelable.class), is(sp)); in testStableParcelableHolderCanContainNonVintfParcelable()
[all …]
/system/bt/bta/pan/
Dbta_pan_ci.cc125 uint8_t* p_data, uint16_t len, bool ext) { in bta_pan_ci_rx_write() argument
134 ((tBTA_PAN_DATA_PARAMS*)p_buf)->ext = ext; in bta_pan_ci_rx_write()
162 BT_HDR* p_buf, bool ext) { in bta_pan_ci_rx_writebuf() argument
167 ((tBTA_PAN_DATA_PARAMS*)p_buf)->ext = ext; in bta_pan_ci_rx_writebuf()
196 *p_ext = ((tBTA_PAN_DATA_PARAMS*)p_buf)->ext; in bta_pan_ci_readbuf()
245 UNUSED_ATTR BT_HDR* p_buf, UNUSED_ATTR bool ext) {} in bta_pan_ci_rx_writebuf() argument
Dbta_pan_act.cc173 BT_HDR* p_buf, bool ext, bool forward) { in bta_pan_data_buf_ind_cback() argument
197 ((tBTA_PAN_DATA_PARAMS*)p_new_buf)->ext = ext; in bta_pan_data_buf_ind_cback()
647 ((tBTA_PAN_DATA_PARAMS*)p_data)->ext); in bta_pan_write_buf()
/system/update_engine/scripts/
Dpayload_info.py136 num_blocks = sum([ext.num_blocks for ext in extents])
138 '(%s,%s)' % (ext.start_block, ext.num_blocks) for ext in extents)
173 read_blocks += sum([ext.num_blocks for ext in curr_op.src_extents])
174 written_blocks += sum([ext.num_blocks for ext in curr_op.dst_extents])
/system/bt/stack/pan/
Dpan_main.cc384 uint16_t len, bool ext) { in pan_data_ind_cb() argument
421 BNEP_Write(pan_cb.pcb[i].handle, dst, p_data, len, protocol, &src, ext); in pan_data_ind_cb()
427 ext, true); in pan_data_ind_cb()
437 BNEP_Write(pan_cb.pcb[i].handle, dst, p_data, len, protocol, &src, ext); in pan_data_ind_cb()
450 (*pan_cb.pan_data_ind_cb)(pcb->handle, src, dst, protocol, p_data, len, ext, in pan_data_ind_cb()
478 BT_HDR* p_buf, bool ext) { in pan_data_buf_ind_cb() argument
505 handle, protocol, len, ext); in pan_data_buf_ind_cb()
523 ext); in pan_data_buf_ind_cb()
529 ext, forward); in pan_data_buf_ind_cb()
532 ext, forward); in pan_data_buf_ind_cb()
[all …]
Dpan_api.cc450 uint16_t len, bool ext) { in PAN_Write() argument
464 BNEP_Write(pan_cb.pcb[i].handle, dst, p_data, len, protocol, &src, ext); in PAN_Write()
475 return PAN_WriteBuf(handle, dst, src, protocol, buffer, ext); in PAN_Write()
503 BT_HDR* p_buf, bool ext) { in PAN_WriteBuf() argument
520 ext); in PAN_WriteBuf()
542 BNEP_WriteBuf(pan_cb.pcb[i].handle, dst, p_buf, protocol, &src, ext); in PAN_WriteBuf()
569 result = BNEP_WriteBuf(pcb->handle, dst, p_buf, protocol, &src, ext); in PAN_WriteBuf()
Dpan_int.h111 BT_HDR* p_buf, bool ext);
/system/media/audio/include/system/
Daudio.h500 } ext; member
551 } ext; member
1344 if (lhs->ext.device.hw_module != rhs->ext.device.hw_module || in audio_port_configs_are_equal()
1345 lhs->ext.device.type != rhs->ext.device.type || in audio_port_configs_are_equal()
1346 strncmp(lhs->ext.device.address, rhs->ext.device.address, in audio_port_configs_are_equal()
1352 if (lhs->ext.mix.hw_module != rhs->ext.mix.hw_module || in audio_port_configs_are_equal()
1353 lhs->ext.mix.handle != rhs->ext.mix.handle) return false; in audio_port_configs_are_equal()
1355 lhs->ext.mix.usecase.stream != rhs->ext.mix.usecase.stream) return false; in audio_port_configs_are_equal()
1357 lhs->ext.mix.usecase.source != rhs->ext.mix.usecase.source) return false; in audio_port_configs_are_equal()
1360 if (lhs->ext.session.session != rhs->ext.session.session) return false; in audio_port_configs_are_equal()
/system/bt/stack/include/
Dpan_api.h123 uint8_t* p_data, uint16_t len, bool ext,
138 BT_HDR* p_buf, bool ext, bool forward);
329 uint8_t* p_data, uint16_t len, bool ext);
355 BT_HDR* p_buf, bool ext);
/system/bt/btif/co/
Dbta_pan_co.cc159 bool ext; in bta_pan_co_tx_path() local
176 p_buf = bta_pan_ci_readbuf(handle, src, dst, &protocol, &ext, &forward); in bta_pan_co_tx_path()
188 (char*)(p_buf + 1) + p_buf->offset, p_buf->len, ext, in bta_pan_co_tx_path()
232 UNUSED_ATTR bool ext, UNUSED_ATTR bool forward) { in bta_pan_co_tx_write() argument
/system/core/libutils/
DString8.cpp558 char* ext; in getPathExtension() local
560 ext = find_extension(); in getPathExtension()
561 if (ext != nullptr) in getPathExtension()
562 return String8(ext); in getPathExtension()
569 char* ext; in getBasePath() local
572 ext = find_extension(); in getBasePath()
573 if (ext == nullptr) in getBasePath()
576 return String8(str, ext - str); in getBasePath()
/system/tools/aidl/tests/stability_test/android/aidl/tests/nonvintf/
DNonVintfExtendableParcelable.aidl20 ParcelableHolder ext;
/system/tools/aidl/tests/stability_test/android/aidl/tests/unstable/
DUnstableExtendableParcelable.aidl20 ParcelableHolder ext;
/system/tools/aidl/tests/stability_test/aidl_api/aidl_test_nonvintf_parcelable/current/android/aidl/tests/nonvintf/
DNonVintfExtendableParcelable.aidl20 ParcelableHolder ext;
/system/tools/aidl/tests/stability_test/aidl_api/aidl_test_nonvintf_parcelable/1/android/aidl/tests/nonvintf/
DNonVintfExtendableParcelable.aidl20 ParcelableHolder ext;
/system/tools/aidl/tests/stability_test/aidl_api/aidl_test_vintf_parcelable/1/android/aidl/tests/vintf/
DVintfExtendableParcelable.aidl21 ParcelableHolder ext;
/system/tools/aidl/tests/stability_test/aidl_api/aidl_test_vintf_parcelable/current/android/aidl/tests/vintf/
DVintfExtendableParcelable.aidl21 ParcelableHolder ext;
/system/tools/aidl/tests/stability_test/android/aidl/tests/vintf/
DVintfExtendableParcelable.aidl21 ParcelableHolder ext;
/system/tools/aidl/tests/android/aidl/tests/extension/
DExtendableParcelable.aidl22 ParcelableHolder ext;
/system/bt/stack/bnep/
Dbnep_api.cc358 uint8_t ext, length; in BNEP_WriteBuf() local
369 ext = *p_data++; in BNEP_WriteBuf()
380 } while (ext & 0x80); in BNEP_WriteBuf()
462 uint8_t ext, length; in BNEP_Write() local
473 ext = *p_data++; in BNEP_Write()
481 } while (ext & 0x80); in BNEP_Write()
Dbnep_main.cc483 uint8_t ext, length; in bnep_data_ind() local
492 ext = *p++; in bnep_data_ind()
501 if ((ext & 0x7F) == BNEP_EXTENSION_FILTER_CONTROL) { in bnep_data_ind()
514 } while (ext & 0x80); in bnep_data_ind()
/system/bt/bta/include/
Dbta_pan_ci.h96 BT_HDR* p_buf, bool ext);
Dbta_pan_co.h138 uint16_t len, bool ext, bool forward);
/system/extras/simpleperf/demo/SimpleperfExampleOfKotlin/
Dbuild.gradle4 ext.kotlin_version = '1.1.2-4'
/system/bt/btif/include/
Dbtif_pan_internal.h102 uint16_t protocol, const char* buff, uint16_t size, bool ext,

12