Home
last modified time | relevance | path

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

1234

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/avrcpcontroller/bip/
DBipImageDescriptorTest.java45 BipImageDescriptor descriptor = builder.build(); in testBuildImageDescriptor_encodingConstants() local
61 BipImageDescriptor descriptor = builder.build(); in testBuildImageDescriptor_encodingObject() local
76 BipImageDescriptor descriptor = builder.build(); in testBuildImageDescriptor_proprietaryEncoding() local
92 BipImageDescriptor descriptor = builder.build(); in testBuildImageDescriptor_transformationConstantStretch() local
108 BipImageDescriptor descriptor = builder.build(); in testBuildImageDescriptor_transformationConstantCrop() local
124 BipImageDescriptor descriptor = builder.build(); in testBuildImageDescriptor_transformationConstantFill() local
141 BipImageDescriptor descriptor = builder.build(); in testBuildImageDescriptor_transformationConstantCropThenFill() local
155 BipImageDescriptor descriptor = builder.build(); in testBuildImageDescriptor_noSize() local
170 BipImageDescriptor descriptor = builder.build(); in testBuildImageDescriptor_useMaxSize() local
187 BipImageDescriptor descriptor = builder.build(); in testBuildImageDescriptor_allButSize() local
[all …]
DRequestGetImageTest.java39 BipImageDescriptor descriptor = builder.build(); in constructor_withDescriptorNotNull() local
/packages/services/Mtp/tests/src/com/android/mtp/
DPipeManagerTest.java53 final ParcelFileDescriptor descriptor = mPipeManager.readDocument( in testReadDocument_basic() local
60 final ParcelFileDescriptor descriptor = mPipeManager.readDocument( in testReadDocument_error() local
68 final ParcelFileDescriptor descriptor = mPipeManager.readThumbnail( in testReadThumbnail_basic() local
75 final ParcelFileDescriptor descriptor = mPipeManager.readThumbnail( in testReadThumbnail_error() local
81 private void assertDescriptor(ParcelFileDescriptor descriptor, byte[] expectedBytes) in assertDescriptor()
95 private void assertDescriptorError(ParcelFileDescriptor descriptor) in assertDescriptorError()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/tbs/
DTbsGattTest.java162 BluetoothGattDescriptor descriptor = in configureNotifications() local
720 BluetoothGattDescriptor descriptor = in testClientCharacteristicConfiguration() local
752 BluetoothGattDescriptor descriptor = in testMultipleClientCharacteristicConfiguration() local
900 BluetoothGattDescriptor descriptor = in testDescriptorReadAccessRejectedUnauthorized() local
920 BluetoothGattDescriptor descriptor = in testDescriptorReadAccessUnknownUnauthorized() local
938 BluetoothGattDescriptor descriptor = in testDescriptorWriteAccessRejectedUnauthorized() local
961 BluetoothGattDescriptor descriptor = in testDescriptorWriteAccessUnknownUnauthorized() local
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/le_audio/
DLeAudioService.java371 LeAudioGroupDescriptor descriptor = entry.getValue(); in stop() local
493 LeAudioDeviceDescriptor descriptor = mDeviceDescriptors.get(device); in createDeviceDescriptor() local
573 LeAudioDeviceDescriptor descriptor = getDeviceDescriptor(device); in disconnect() local
618 LeAudioDeviceDescriptor descriptor = getDeviceDescriptor(device); in getConnectedGroupLeadDevice() local
648 LeAudioDeviceDescriptor descriptor = getDeviceDescriptor(device); in getDevicesMatchingConnectionStates() local
699 LeAudioDeviceDescriptor descriptor = getDeviceDescriptor(device); in getConnectionState() local
804 LeAudioGroupDescriptor descriptor = entry.getValue(); in getActiveGroupId() local
1039 LeAudioGroupDescriptor descriptor = getGroupDescriptor(deviceDescriptor.mGroupId); in updateActiveInDevice() local
1103 LeAudioGroupDescriptor descriptor = getGroupDescriptor(deviceDescriptor.mGroupId); in updateActiveOutDevice() local
1360 LeAudioDeviceDescriptor descriptor = getDeviceDescriptor(device); in setActiveGroupWithDevice() local
[all …]
/packages/modules/Connectivity/nearby/service/java/com/android/server/nearby/common/bluetooth/testability/android/bluetooth/
DBluetoothGattCallback.java61 BluetoothGattWrapper gatt, BluetoothGattDescriptor descriptor, int status) {} in onDescriptorRead()
67 public void onDescriptorWrite(BluetoothGattWrapper gatt, BluetoothGattDescriptor descriptor, in onDescriptorWrite()
133 BluetoothGattDescriptor descriptor, int status) { in onDescriptorRead()
135 BluetoothGattWrapper.wrap(gatt), descriptor, status); in onDescriptorRead() local
140 BluetoothGattDescriptor descriptor, int status) { in onDescriptorWrite()
142 BluetoothGattWrapper.wrap(gatt), descriptor, status); in onDescriptorWrite() local
DBluetoothGattServerCallback.java62 BluetoothGattDescriptor descriptor) {} in onDescriptorReadRequest()
71 BluetoothGattDescriptor descriptor, in onDescriptorWriteRequest()
143 int offset, BluetoothGattDescriptor descriptor) { in onDescriptorReadRequest()
145 requestId, offset, descriptor); in onDescriptorReadRequest() local
151 BluetoothGattDescriptor descriptor, in onDescriptorWriteRequest()
158 descriptor, in onDescriptorWriteRequest() local
DBluetoothGattWrapper.java96 public boolean readDescriptor(BluetoothGattDescriptor descriptor) { in readDescriptor()
104 public int writeDescriptor(BluetoothGattDescriptor descriptor, byte[] value) { in writeDescriptor()
/packages/apps/TV/tuner/src/com/android/tv/tuner/dvb/
DDvbTunerHal.java140 ParcelFileDescriptor descriptor = in openDvbFrontEndFd() local
153 ParcelFileDescriptor descriptor = in openDvbDemuxFd() local
166 ParcelFileDescriptor descriptor = in openDvbDvrFd() local
/packages/modules/Connectivity/tests/cts/net/src/android/net/cts/
DVpnServiceTest.java52 ParcelFileDescriptor descriptor = null; in testEstablish() local
99 ParcelFileDescriptor descriptor = ParcelFileDescriptor.fromDatagramSocket(socket); in testProtect_int() local
/packages/apps/TV/tuner/tests/robotests/javatests/com/android/tv/tuner/data/
DSectionParserTest.java125 ContentAdvisoryDescriptor descriptor = createDescriptorForTest(ratingRegion); in testGenerateContentRating_validInputs() local
138 ContentAdvisoryDescriptor descriptor = createDescriptorForTest(ratingRegion); in testGenerateContentRating_invalidInput() local
/packages/modules/Connectivity/nearby/tests/multidevices/clients/test_support/fastpair_provider/src/android/nearby/fastpair/provider/bluetooth/
DBluetoothGattServlet.java44 BluetoothGattDescriptor descriptor, @SuppressWarnings("unused") int offset) in readDescriptor()
51 BluetoothGattDescriptor descriptor, in writeDescriptor()
/packages/apps/DocumentsUI/tests/functional/com/android/documentsui/archives/
DReadableArchiveTest.java85 private void loadArchive(ParcelFileDescriptor descriptor, String mimeType) in loadArchive()
96 private void loadArchive(ParcelFileDescriptor descriptor) in loadArchive()
393 final ParcelFileDescriptor descriptor = mArchive.openDocument( in commonTestOpenDocument() local
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/avrcp/helpers/
DCoverArt.java128 public byte[] getImage(BipImageDescriptor descriptor) { in getImage()
147 private boolean isDescriptorValid(BipImageDescriptor descriptor) { in isDescriptorValid()
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothGattCallback.java174 public void onDescriptorRead(BluetoothGatt gatt, BluetoothGattDescriptor descriptor, in onDescriptorRead()
188 @NonNull BluetoothGattDescriptor descriptor, int status, @NonNull byte[] value) { in onDescriptorRead()
200 public void onDescriptorWrite(BluetoothGatt gatt, BluetoothGattDescriptor descriptor, in onDescriptorWrite()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/avrcp/
DCoverArtTest.java248 BipImageDescriptor descriptor = getDescriptor(BipEncoding.JPEG, 200, 200); in testGetImageWithValidDescriptor() local
259 BipImageDescriptor descriptor = getDescriptor(BipEncoding.JPEG, 200, 200); in testGetImageWithThumbnailDescriptor() local
272 BipImageDescriptor descriptor = getDescriptor(BipEncoding.BMP, 1200, 1200); in testGetImageWithInvalidDescriptor() local
/packages/modules/Bluetooth/android/pandora/server/src/com/android/pandora/
DGatt.kt97 val descriptor: BluetoothGattDescriptor? = in writeAttFromHandle() constant
227 val descriptor: BluetoothGattDescriptor? = in readCharacteristicDescriptorFromHandle() constant
287 val descriptor: BluetoothGattDescriptor? = in setCharacteristicNotificationFromHandle() constant
318 val descriptor: BluetoothGattDescriptor? = in waitCharacteristicNotification() constant
361 for (descriptor: BluetoothGattDescriptor in characteristic.descriptors) { in getDescriptorWithHandle() method
413 for (descriptor in descriptorsList) { in generateDescriptorsList() constant
/packages/modules/Virtualization/pvmfw/avb/src/
Dlib.rs19 mod descriptor; module
/packages/apps/Test/connectivity/PMC/src/com/android/pmc/
DGattServer.java93 BluetoothGattDescriptor descriptor = in GattServer() local
152 BluetoothGattDescriptor descriptor) { in onDescriptorReadRequest()
158 BluetoothGattDescriptor descriptor, boolean preparedWrite, boolean responseNeeded, in onDescriptorWriteRequest()
/packages/modules/OnDevicePersonalization/src/com/android/libraries/pcc/chronicle/api/
DManagedDataType.kt26 override val descriptor: DataTypeDescriptor, constant in com.android.libraries.pcc.chronicle.api.ManagedDataType
/packages/apps/Messaging/src/com/android/messaging/datamodel/media/
DUriImageRequest.java29 public UriImageRequest(final Context context, final D descriptor) { in UriImageRequest()
DVideoThumbnailRequest.java36 final UriImageRequestDescriptor descriptor) { in VideoThumbnailRequest()
/packages/modules/Connectivity/nearby/service/java/com/android/server/nearby/common/bluetooth/util/
DBluetoothGattUtils.java64 public static String toString(@Nullable BluetoothGattDescriptor descriptor) { in toString()
/packages/services/Car/cpp/vhal/client/src/
DIVhalClient.cpp53 std::shared_ptr<IVhalClient> IVhalClient::tryCreateAidlClient(const char* descriptor) { in tryCreateAidlClient()
57 std::shared_ptr<IVhalClient> IVhalClient::tryCreateHidlClient(const char* descriptor) { in tryCreateHidlClient()
/packages/services/Car/tools/keventreader/server/
Dinputsource.cpp49 int InputSource::descriptor() const { in descriptor() function in InputSource

1234