Home
last modified time | relevance | path

Searched defs:descriptor (Results 1 – 25 of 49) sorted by relevance

12

/cts/hostsidetests/biometrics/src/android/server/biometrics/cts/
DSensorInfo.java44 public Info(SensorStateProto descriptor) { in Info()
56 public SensorInfo(BiometricServiceStateProto descriptor) { in SensorInfo()
/cts/tests/tests/uiautomation/src/android/app/uiautomation/cts/
DUiAutomationShellTest.java56 private void writeString( in writeString()
64 private String readString(@NonNull ParcelFileDescriptor descriptor) throws IOException { in readString()
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DDynamicConfigDeviceSide.java58 ParcelFileDescriptor descriptor = resolver.openFileDescriptor(sdcardUri,"r"); in DynamicConfigDeviceSide() local
DBusinessLogicTestCase.java96 ParcelFileDescriptor descriptor = resolver.openFileDescriptor(sdcardUri, "r"); in loadBusinessLogic() local
/cts/tests/tests/security/src/android/security/cts/
DVisualizerEffectTest.java52 AudioEffect.Descriptor descriptor = descriptors[i]; in testVisualizer_MalformedConstructor() local
DIBinderExchange.java57 java.lang.String descriptor = DESCRIPTOR; in onTransact() local
/cts/hostsidetests/graphics/gpuprofiling/src/android/graphics/gpuprofiling/cts/
DCtsFrameTracerDataSourceTest.java74 DataSourceDescriptor descriptor = state.getDataSources(i).getDsDescriptor(); in testFrameTracerProducerAvailable() local
DCtsGpuProfilingDataTest.java172 DataSourceDescriptor descriptor = source.getDsDescriptor(); in testProfilingDataProducersAvailable() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
DVpnTestActivity.java54 private ParcelFileDescriptor descriptor = null; field in VpnTestActivity
/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
DBleClientService.java665 BluetoothGattDescriptor descriptor = getDescriptor(uid); in writeDescriptor() local
677 BluetoothGattDescriptor descriptor = getDescriptor(uuid); in readDescriptor() local
684 BluetoothGattDescriptor descriptor = getDescriptor(cuid, duid); in writeDescriptor() local
696 BluetoothGattDescriptor descriptor = getDescriptor(cuid, duid); in readDescriptor() local
744 BluetoothGattDescriptor descriptor = characteristic.getDescriptor( in setNotification() local
1028 BluetoothGattDescriptor descriptor = null; in getDescriptor() local
1041 BluetoothGattDescriptor descriptor = null; in getDescriptor() local
DBleEncryptedClientService.java241 BluetoothGattDescriptor descriptor = null; in getDescriptor() local
264 BluetoothGattDescriptor descriptor; in startEncryptedAction() local
DBleServerService.java611 BluetoothGattDescriptor descriptor = null; in getDescriptor() local
645 BluetoothGattDescriptor descriptor = new BluetoothGattDescriptor(UPDATE_DESCRIPTOR_UUID, in createAdditionalNotificationService() local
734 BluetoothGattDescriptor descriptor = new BluetoothGattDescriptor(DESCRIPTOR_UUID, 0x11); in createService() local
DBleEncryptedServerService.java278 BluetoothGattDescriptor descriptor = new BluetoothGattDescriptor(DESCRIPTOR_UUID, 0x11); in createService() local
DBleCocServerService.java400 BluetoothGattDescriptor descriptor = new BluetoothGattDescriptor(DESCRIPTOR_UUID, 0x11); in createService() local
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2017-0479/
Dpoc.cpp69 effect_descriptor_t descriptor; in main() local
/cts/hostsidetests/jvmti/attaching/app/jni/
Dcts_agent.cpp104 JNIEnv* env, jclass Main_klass ATTRIBUTE_UNUSED, jstring descriptor) { in Java_android_jvmti_JvmtiActivity_didSeeLoadOf()
/cts/hostsidetests/appsecurity/test-apps/DocumentClient/src/com/android/cts/documentclient/
DDocumentsClientTestCase.java125 final AssetFileDescriptor descriptor = in readTypedFully() local
/cts/tests/tests/hardware/res/raw/
Dgoogle_pixelusbcearbuds_register.json9 "descriptor": [0x05, 0x0c, 0x09, 0x01, 0xa1, 0x01, 0x85, 0x01, 0x15, 0x00, 0x25, 0x01, 0x75, array
Dgravis_gamepadprousb_register.json9 "descriptor": [0x05, 0x01, 0x09, 0x05, 0xa1, 0x01, 0x05, 0x01, 0x09, 0x01, 0xa1, 0x00, 0x09, array
Dgoogle_atvreferenceremote_register.json9 "descriptor": [ array
Dgoogle_gamepad_usb_register.json9 "descriptor": [ array
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
DAudioDescriptorActivity.java273 private Pair<Boolean, String> isAudioDescriptorValid(AudioDescriptor descriptor) { in isAudioDescriptorValid()
/cts/tests/pdf/module/src/android/graphics/pdf/cts/module/
DPdfRendererPreVTest.java399 ParcelFileDescriptor descriptor = ParcelFileDescriptor.open(filePath, in write_protectedPdf_withSecurity() local
423 ParcelFileDescriptor descriptor = ParcelFileDescriptor.open(filePath, in write_withUnprotected() local
DPdfRendererTest.java673 ParcelFileDescriptor descriptor = ParcelFileDescriptor.open(filePath, in write_protectedPdf_withSecurity() local
707 ParcelFileDescriptor descriptor = ParcelFileDescriptor.open(filePath, in assertWriteWithUnprotectedPdf() local
/cts/tests/media/common/src/android/mediav2/common/cts/
DCodecEncoderSurfaceTestBase.java533 protected void validateToneMappedFormat(MediaFormat format, String descriptor) { in validateToneMappedFormat()

12