Home
last modified time | relevance | path

Searched defs:descriptor (Results 1 – 25 of 99) 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
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 …]
DRequestGetImageTest.java39 BipImageDescriptor descriptor = builder.build(); in constructor_withDescriptorNotNull() local
/packages/services/Mtp/tests/src/com/android/mtp/
DPipeManagerTest.java54 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/
DLeAudioService.java554 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/
DTbsGattTest.java155 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/
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.java78 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/
DSectionParserTest.java125 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/
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/pandora/server/src/
DGatt.kt95 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/
DCoverArt.java114 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/
DCoverArtTest.java222 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/
DBluetoothGattCallback.java166 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/
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
DDataType.kt43 val descriptor: DataTypeDescriptor constant
/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()
DFileImageRequest.java39 final FileImageRequestDescriptor descriptor) { in FileImageRequest()
DNetworkUriImageRequest.java40 public NetworkUriImageRequest(Context context, D descriptor) { in NetworkUriImageRequest()
/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/modules/Virtualization/libs/vbmeta/src/
Ddescriptor.rs44 descriptor: AvbHashtreeDescriptor, field
119 let descriptor = unsafe { in to_hashtree() localVariable
/packages/services/Car/tools/keventreader/server/
Dinputsource.cpp49 int InputSource::descriptor() const { in descriptor() function in InputSource
/packages/modules/IntentResolver/java/src/com/android/intentresolver/profiles/
DMultiProfilePagerAdapter.java252 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/
DRequestGetImage.java39 public RequestGetImage(String imageHandle, BipImageDescriptor descriptor) { in RequestGetImage()

1234