Searched refs:handover (Results 1 – 18 of 18) sorted by relevance
/packages/modules/Virtualization/libs/dice/open_dice/src/ |
D | bcc.rs | 187 pub fn bcc_handover_parse(handover: &[u8]) -> Result<BccHandover> { in bcc_handover_parse() 197 handover.as_ptr(), in bcc_handover_parse() 198 handover.len(), in bcc_handover_parse() 207 let cdi_attest = sub_slice(handover, cdi_attest, CDI_SIZE)?; in bcc_handover_parse() 208 let cdi_seal = sub_slice(handover, cdi_seal, CDI_SIZE)?; in bcc_handover_parse() 209 let bcc = sub_slice(handover, chain, chain_size).ok(); in bcc_handover_parse()
|
/packages/apps/Nfc/src/com/android/nfc/ |
D | NfcDispatcher.java | 66 import com.android.nfc.handover.HandoverDataParser; 67 import com.android.nfc.handover.PeripheralHandoverService; 973 HandoverDataParser.BluetoothHandoverData handover = mHandoverDataParser.parseBluetooth(m); in tryPeripheralHandover() local 974 if (handover == null || !handover.valid) return false; in tryPeripheralHandover() 983 intent.putExtra(PeripheralHandoverService.EXTRA_PERIPHERAL_DEVICE, handover.device); in tryPeripheralHandover() 984 intent.putExtra(PeripheralHandoverService.EXTRA_PERIPHERAL_NAME, handover.name); in tryPeripheralHandover() 985 intent.putExtra(PeripheralHandoverService.EXTRA_PERIPHERAL_TRANSPORT, handover.transport); in tryPeripheralHandover() 986 if (handover.oobData != null) { in tryPeripheralHandover() 987 intent.putExtra(PeripheralHandoverService.EXTRA_PERIPHERAL_OOB_DATA, handover.oobData); in tryPeripheralHandover() 989 if (handover.uuids != null) { in tryPeripheralHandover() [all …]
|
D | NfcInjector.java | 48 import com.android.nfc.handover.HandoverDataParser;
|
D | NfcService.java | 111 import com.android.nfc.handover.HandoverDataParser;
|
/packages/apps/Nfc/src/com/android/nfc/handover/ |
D | ConfirmConnectActivity.java | 17 package com.android.nfc.handover;
|
D | PeripheralHandoverService.java | 17 package com.android.nfc.handover;
|
D | HandoverDataParser.java | 17 package com.android.nfc.handover;
|
D | BluetoothPeripheralHandover.java | 17 package com.android.nfc.handover;
|
/packages/modules/Bluetooth/flags/ |
D | leaudio.aconfig | 188 description: "Fix for if HFP- LE Audio handover happened, LE audio resume active after the call" 235 …roduce getting active state for LE Audio to avoid unnecessary broadcast handover when changing act…
|
D | hfp.aconfig | 93 description: "During LE audio to HFP handover, keep HFP active throughout SCO retry"
|
/packages/apps/Nfc/tests/unit/src/com/android/nfc/ |
D | NfcDeveloperOptionNotificationTest.java | 46 import com.android.nfc.handover.HandoverDataParser;
|
D | NfcReaderConflictOccurredTest.java | 49 import com.android.nfc.handover.HandoverDataParser;
|
D | NfcDispatcherTest.java | 48 import com.android.nfc.handover.HandoverDataParser;
|
/packages/services/Iwlan/test/com/google/android/iwlan/epdg/ |
D | EpdgTunnelManagerTest.java | 1765 private void testSetIkeTrafficSelectors(int apnProtocol, boolean handover) throws Exception { in testSetIkeTrafficSelectors() argument 1780 if (handover) { in testSetIkeTrafficSelectors()
|
/packages/modules/Virtualization/pvmfw/ |
D | README.md | 192 - entry 0 must point to a valid DICE chain handover (see below)
|
/packages/inputmethods/LatinIME/dictionaries/ |
D | en_GB_wordlist.combined.gz |
|
D | en_US_wordlist.combined.gz |
|
D | en_wordlist.combined.gz |
|