| /packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/avrcpcontroller/bip/ |
| D | BipImageDescriptorTest.java | 45 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 …]
|
| D | RequestGetImageTest.java | 39 BipImageDescriptor descriptor = builder.build(); in constructor_withDescriptorNotNull() local
|
| /packages/services/Mtp/tests/src/com/android/mtp/ |
| D | PipeManagerTest.java | 53 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/ |
| D | TbsGattTest.java | 162 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/ |
| D | LeAudioService.java | 371 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/ |
| D | BluetoothGattCallback.java | 61 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
|
| D | BluetoothGattServerCallback.java | 62 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
|
| D | BluetoothGattWrapper.java | 96 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/ |
| D | DvbTunerHal.java | 140 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/ |
| D | VpnServiceTest.java | 52 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/ |
| D | SectionParserTest.java | 125 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/ |
| D | BluetoothGattServlet.java | 44 BluetoothGattDescriptor descriptor, @SuppressWarnings("unused") int offset) in readDescriptor() 51 BluetoothGattDescriptor descriptor, in writeDescriptor()
|
| /packages/apps/DocumentsUI/tests/functional/com/android/documentsui/archives/ |
| D | ReadableArchiveTest.java | 85 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/ |
| D | CoverArt.java | 128 public byte[] getImage(BipImageDescriptor descriptor) { in getImage() 147 private boolean isDescriptorValid(BipImageDescriptor descriptor) { in isDescriptorValid()
|
| /packages/modules/Bluetooth/framework/java/android/bluetooth/ |
| D | BluetoothGattCallback.java | 174 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/ |
| D | CoverArtTest.java | 248 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/ |
| D | Gatt.kt | 97 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/ |
| D | lib.rs | 19 mod descriptor; module
|
| /packages/apps/Test/connectivity/PMC/src/com/android/pmc/ |
| D | GattServer.java | 93 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/ |
| D | ManagedDataType.kt | 26 override val descriptor: DataTypeDescriptor, constant in com.android.libraries.pcc.chronicle.api.ManagedDataType
|
| /packages/apps/Messaging/src/com/android/messaging/datamodel/media/ |
| D | UriImageRequest.java | 29 public UriImageRequest(final Context context, final D descriptor) { in UriImageRequest()
|
| D | VideoThumbnailRequest.java | 36 final UriImageRequestDescriptor descriptor) { in VideoThumbnailRequest()
|
| /packages/modules/Connectivity/nearby/service/java/com/android/server/nearby/common/bluetooth/util/ |
| D | BluetoothGattUtils.java | 64 public static String toString(@Nullable BluetoothGattDescriptor descriptor) { in toString()
|
| /packages/services/Car/cpp/vhal/client/src/ |
| D | IVhalClient.cpp | 53 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/ |
| D | inputsource.cpp | 49 int InputSource::descriptor() const { in descriptor() function in InputSource
|