Home
last modified time | relevance | path

Searched refs:descs (Results 1 – 4 of 4) sorted by relevance

/frameworks/opt/gamesdk/samples/tuningfork/prototest/src/
Dplay.cc24 auto descs = dynamicproto::fileDescriptors(argv[1]); in main() local
26 if(descs.size()<2) { in main()
33 dynamicproto::extensionsOf(descs.back(), FIDELITYPARAMS, exts); in main()
35 << " in " << descs.back()->name() << " and its dependencies" in main()
38 auto m = dynamicproto::newMessage(descs.front(), "FidelityParams"); in main()
/frameworks/base/core/java/android/bluetooth/
DBluetoothGattCharacteristic.java326 ArrayList<BluetoothGattDescriptor> descs = in BluetoothGattCharacteristic() local
328 if (descs != null) { in BluetoothGattCharacteristic()
329 for (BluetoothGattDescriptor desc : descs) { in BluetoothGattCharacteristic()
/frameworks/base/core/java/android/accounts/
DChooseTypeAndAccountActivity.java560 AuthenticatorDescription[] descs = AccountManager.get(this).getAuthenticatorTypes(); in getReleventAccountTypes() local
561 Set<String> supportedAccountTypes = new HashSet<String>(descs.length); in getReleventAccountTypes()
562 for (AuthenticatorDescription desc : descs) { in getReleventAccountTypes()
DAccountManager.java846 Account[] descs = new Account[parcelables.length];
848 descs[i] = (Account) parcelables[i];
850 return descs;