/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 63 BipImageDescriptor descriptor = builder.build(); in testBuildImageDescriptor_encodingObject() local 81 BipImageDescriptor descriptor = builder.build(); in testBuildImageDescriptor_proprietaryEncoding() local 99 BipImageDescriptor descriptor = builder.build(); in testBuildImageDescriptor_transformationConstantStretch() local 117 BipImageDescriptor descriptor = builder.build(); in testBuildImageDescriptor_transformationConstantCrop() local 135 BipImageDescriptor descriptor = builder.build(); in testBuildImageDescriptor_transformationConstantFill() local 154 BipImageDescriptor descriptor = builder.build(); in testBuildImageDescriptor_transformationConstantCropThenFill() local 170 BipImageDescriptor descriptor = builder.build(); in testBuildImageDescriptor_noSize() local 187 BipImageDescriptor descriptor = builder.build(); in testBuildImageDescriptor_useMaxSize() local 206 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 | 54 final ParcelFileDescriptor descriptor = mPipeManager.readDocument( in testReadDocument_basic() local 61 final ParcelFileDescriptor descriptor = mPipeManager.readDocument( in testReadDocument_error() local 69 final ParcelFileDescriptor descriptor = mPipeManager.readThumbnail( in testReadThumbnail_basic() local 76 final ParcelFileDescriptor descriptor = mPipeManager.readThumbnail( in testReadThumbnail_error() local 82 private void assertDescriptor(ParcelFileDescriptor descriptor, byte[] expectedBytes) in assertDescriptor() 96 private void assertDescriptorError(ParcelFileDescriptor descriptor) in assertDescriptorError()
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/le_audio/ |
D | LeAudioService.java | 554 LeAudioGroupDescriptor descriptor = entry.getValue(); in stop() local 697 LeAudioDeviceDescriptor descriptor = mDeviceDescriptors.get(device); in createDeviceDescriptor() local 779 LeAudioDeviceDescriptor descriptor = getDeviceDescriptor(device); in disconnectV2() local 814 LeAudioDeviceDescriptor descriptor = getDeviceDescriptor(device); in disconnect() local 875 LeAudioDeviceDescriptor descriptor = getDeviceDescriptor(device); in getDevicesMatchingConnectionStates() local 935 LeAudioDeviceDescriptor descriptor = getDeviceDescriptor(device); in getConnectionState() local 1057 LeAudioGroupDescriptor descriptor = entry.getValue(); in getActiveGroupId() local 1212 LeAudioBroadcastDescriptor descriptor = mBroadcastDescriptors.get(broadcastId); in updateBroadcast() local 1254 LeAudioBroadcastDescriptor descriptor = mBroadcastDescriptors.get(broadcastId); in pauseBroadcast() local 1288 LeAudioBroadcastDescriptor descriptor = mBroadcastDescriptors.get(broadcastId); in stopBroadcast() local [all …]
|
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/tbs/ |
D | TbsGattTest.java | 155 BluetoothGattDescriptor descriptor = in configureNotifications() local 890 BluetoothGattDescriptor descriptor = in testClientCharacteristicConfiguration() local 934 BluetoothGattDescriptor descriptor = in testMultipleClientCharacteristicConfiguration() local 1168 BluetoothGattDescriptor descriptor = in testDescriptorReadAccessRejectedUnauthorized() local 1192 BluetoothGattDescriptor descriptor = in testDescriptorReadAccessUnknownUnauthorized() local 1210 BluetoothGattDescriptor descriptor = in testDescriptorWriteAccessRejectedUnauthorized() local 1240 BluetoothGattDescriptor descriptor = in testDescriptorWriteAccessUnknownUnauthorized() local
|
/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 | 78 ParcelFileDescriptor descriptor = null; in testEstablish() local 128 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/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/pandora/server/src/ |
D | Gatt.kt | 95 val descriptor: BluetoothGattDescriptor? = in writeAttFromHandle() constant 237 val descriptor: BluetoothGattDescriptor? = in readCharacteristicDescriptorFromHandle() constant 301 val descriptor: BluetoothGattDescriptor? = in setCharacteristicNotificationFromHandle() constant 336 val descriptor: BluetoothGattDescriptor? = in waitCharacteristicNotification() constant 378 for (descriptor: BluetoothGattDescriptor in characteristic.descriptors) { in getDescriptorWithHandle() method 432 for (descriptor in descriptorsList) { in generateDescriptorsList() constant
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/avrcp/helpers/ |
D | CoverArt.java | 114 public byte[] getImage(BipImageDescriptor descriptor) { in getImage() 129 private boolean isDescriptorValid(BipImageDescriptor descriptor) { in isDescriptorValid()
|
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/avrcp/ |
D | CoverArtTest.java | 222 BipImageDescriptor descriptor = getDescriptor(BipEncoding.JPEG, 200, 200); in testGetImageWithValidDescriptor() local 231 BipImageDescriptor descriptor = getDescriptor(BipEncoding.JPEG, 200, 200); in testGetImageWithThumbnailDescriptor() local 242 BipImageDescriptor descriptor = getDescriptor(BipEncoding.BMP, 1200, 1200); in testGetImageWithInvalidDescriptor() local
|
/packages/modules/Bluetooth/framework/java/android/bluetooth/ |
D | BluetoothGattCallback.java | 166 BluetoothGatt gatt, BluetoothGattDescriptor descriptor, int status) {} in onDescriptorRead() 179 @NonNull BluetoothGattDescriptor descriptor, in onDescriptorRead() 194 BluetoothGatt gatt, BluetoothGattDescriptor descriptor, int status) {} in onDescriptorWrite()
|
/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
|
D | DataType.kt | 43 val descriptor: DataTypeDescriptor constant
|
/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()
|
D | FileImageRequest.java | 39 final FileImageRequestDescriptor descriptor) { in FileImageRequest()
|
D | NetworkUriImageRequest.java | 40 public NetworkUriImageRequest(Context context, D descriptor) { in NetworkUriImageRequest()
|
/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/modules/Virtualization/libs/vbmeta/src/ |
D | descriptor.rs | 44 descriptor: AvbHashtreeDescriptor, field 119 let descriptor = unsafe { in to_hashtree() localVariable
|
/packages/services/Car/tools/keventreader/server/ |
D | inputsource.cpp | 49 int InputSource::descriptor() const { in descriptor() function in InputSource
|
/packages/modules/IntentResolver/java/src/com/android/intentresolver/profiles/ |
D | MultiProfilePagerAdapter.java | 252 ProfileDescriptor<PageViewT, SinglePageAdapterT> descriptor = mItems.get(pageNumber); in setupProfileTabs() local 339 final ProfileDescriptor<PageViewT, SinglePageAdapterT> descriptor = getItem(position); in instantiateItem() local 663 ProfileDescriptor<PageViewT, SinglePageAdapterT> descriptor = in showEmptyState() local 678 ProfileDescriptor<PageViewT, SinglePageAdapterT> descriptor = in showListView() local
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/avrcpcontroller/bip/ |
D | RequestGetImage.java | 39 public RequestGetImage(String imageHandle, BipImageDescriptor descriptor) { in RequestGetImage()
|