Home
last modified time | relevance | path

Searched defs:bcc (Results 1 – 8 of 8) sorted by relevance

/packages/modules/Virtualization/pvmfw/src/
Dmain.rs22 mod bcc; module
87 let bcc = Bcc::new(bcc_handover.bcc()).map_err(|e| { in main() localVariable
Dbcc.rs109 let bcc = match bcc_cbor { in new() localVariable
/packages/modules/Virtualization/compos/compos_key_helper/
Dcompos_key_main.cpp61 std::vector<uint8_t> bcc(bcc_size); in write_bcc() local
/packages/modules/AppSearch/testing/testutils/src/android/app/appsearch/testutil/external/testutil/
DAppSearchEmail.java192 public Builder setBcc(@NonNull String... bcc) { in setBcc()
/packages/modules/Virtualization/compos/composd/src/
Dinstance_starter.rs116 let bcc = instance.service.getAttestationChain().context("Getting attestation chain")?; in start_new_instance() localVariable
/packages/modules/Bluetooth/framework/tests/unit/src/android/bluetooth/
DBluetoothCodecConfigTest.java189 BluetoothCodecConfig bcc = buildBluetoothCodecConfig(codec_type, codec_priority, in testBluetoothCodecConfig_valid_get_methods() local
/packages/apps/Dialer/java/com/android/voicemail/impl/mail/internet/
DMimeMessage.java65 private Address[] bcc; field in MimeMessage
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapbMessageMime.java289 public void setBcc(ArrayList<Rfc822Token> bcc) { in setBcc()