/aosp12/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/avrcpcontroller/bip/ |
H A 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 …]
|
/aosp12/packages/services/Mtp/tests/src/com/android/mtp/ |
H A 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()
|
/aosp12/hardware/google/gchips/gralloc3/src/ |
H A D | gralloc_vendor_interface.cpp | 36 void deleteDescriptor(Descriptor *descriptor) { delete descriptor; } in deleteDescriptor() 38 void setProducerUsage(Descriptor &descriptor, uint64_t usage) { in setProducerUsage() 42 void setConsumerUsage(Descriptor &descriptor, uint64_t usage) { in setConsumerUsage() 46 void setPlaneCount(Descriptor &descriptor, int count) { in setPlaneCount() 50 void setPlane(Descriptor &descriptor, int index, int fd, size_t size, off_t offset, int stride_byte… in setPlane() 57 void setWidth(Descriptor &descriptor, int width) { in setWidth() 61 void setHeight(Descriptor &descriptor, int height) { in setHeight() 65 void setStridePixel(Descriptor &descriptor, int stride_pixel) { in setStridePixel() 69 void setFormat(Descriptor &descriptor, int format) { in setFormat() 82 buffer_handle_t createNativeHandle(const Descriptor &descriptor) { in createNativeHandle()
|
H A D | mali_gralloc_bufferdescriptor.cpp | 88 int mali_gralloc_destroy_descriptor_internal(gralloc1_buffer_descriptor_t descriptor) in mali_gralloc_destroy_descriptor_internal() 101 int mali_gralloc_set_dimensions_internal(gralloc1_buffer_descriptor_t descriptor, uint32_t width, u… in mali_gralloc_set_dimensions_internal() 115 int mali_gralloc_set_format_internal(gralloc1_buffer_descriptor_t descriptor, int32_t format) in mali_gralloc_set_format_internal() 134 int mali_gralloc_set_producerusage_internal(gralloc1_buffer_descriptor_t descriptor, uint64_t usage) in mali_gralloc_set_producerusage_internal() 147 int mali_gralloc_set_consumerusage_internal(gralloc1_buffer_descriptor_t descriptor, uint64_t usage) in mali_gralloc_set_consumerusage_internal() 253 int mali_gralloc_set_layer_count_internal(gralloc1_buffer_descriptor_t descriptor, uint32_t layerCo… in mali_gralloc_set_layer_count_internal()
|
H A D | GrallocBufferDescriptor.h | 57 V2_0::BufferDescriptor descriptor; in grallocEncodeBufferDescriptor() local 82 V2_0::BufferDescriptor descriptor; in grallocEncodeBufferDescriptor() local
|
/aosp12/hardware/google/gchips/gralloc4/src/libGralloc4Wrapper/ |
H A D | wrapper.cpp | 35 void deleteDescriptor(Descriptor *descriptor) { delete descriptor; } in deleteDescriptor() 37 void setProducerUsage(Descriptor &descriptor, uint64_t usage) { in setProducerUsage() 41 void setConsumerUsage(Descriptor &descriptor, uint64_t usage) { in setConsumerUsage() 45 void setPlaneCount(Descriptor &descriptor, int count) { in setPlaneCount() 49 void setPlane(Descriptor &descriptor, int index, int fd, size_t size, off_t offset, int stride_byte… in setPlane() 56 void setWidth(Descriptor &descriptor, int width) { in setWidth() 60 void setHeight(Descriptor &descriptor, int height) { in setHeight() 64 void setStridePixel(Descriptor &descriptor, int stride_pixel) { in setStridePixel() 68 void setFormat(Descriptor &descriptor, int format) { in setFormat() 72 buffer_handle_t createNativeHandle(const Descriptor &descriptor) { in createNativeHandle()
|
/aosp12/frameworks/base/keystore/java/android/security/keystore2/ |
H A D | AndroidKeyStoreProvider.java | 205 static AndroidKeyStorePublicKey makeAndroidKeyStorePublicKeyFromKeyEntryResponse( in makeAndroidKeyStorePublicKeyFromKeyEntryResponse() 251 @NonNull KeyStore2 keyStore, @NonNull KeyDescriptor descriptor) in loadAndroidKeyStoreKeyPairFromKeystore() 280 @NonNull KeyStore2 keyStore, @NonNull KeyDescriptor descriptor) in loadAndroidKeyStoreSecretKeyFromKeystore() 293 private static AndroidKeyStoreSecretKey makeAndroidKeyStoreSecretKeyFromKeyEntryResponse( in makeAndroidKeyStoreSecretKeyFromKeyEntryResponse() 328 KeyDescriptor descriptor = new KeyDescriptor(); in loadAndroidKeyStoreKeyFromKeystore() local 348 @NonNull KeyStore2 keyStore, @NonNull KeyDescriptor descriptor) in loadAndroidKeyStoreKeyFromKeystore()
|
H A D | AndroidKeyStoreECPublicKey.java | 39 public AndroidKeyStoreECPublicKey(@NonNull KeyDescriptor descriptor, in AndroidKeyStoreECPublicKey() 49 public AndroidKeyStoreECPublicKey(@NonNull KeyDescriptor descriptor, in AndroidKeyStoreECPublicKey()
|
/aosp12/frameworks/base/keystore/java/android/security/ |
H A D | KeyStore2.java | 149 void delete(KeyDescriptor descriptor) throws KeyStoreException { in delete() 219 public KeyDescriptor grant(KeyDescriptor descriptor, int granteeUid, int accessVector) in grant() 234 public void ungrant(KeyDescriptor descriptor, int granteeUid) in ungrant() 250 public KeyEntryResponse getKeyEntry(@NonNull KeyDescriptor descriptor) in getKeyEntry() 296 public void deleteKey(@NonNull KeyDescriptor descriptor) in deleteKey()
|
/aosp12/art/runtime/verifier/ |
H A D | reg_type.cc | 58 const std::string_view& descriptor, in PrimitiveType() 66 const std::string_view& descriptor, in Cat1Type() 72 const std::string_view& descriptor, in Cat2Type() 169 const std::string_view& descriptor, in CreateInstance() 177 const std::string_view& descriptor, in CreateInstance() 199 const std::string_view& descriptor, in CreateInstance() 214 const std::string_view& descriptor, in CreateInstance() 229 const std::string_view& descriptor, in CreateInstance() 244 const std::string_view& descriptor, in CreateInstance() 323 const std::string_view& descriptor, in PreciseReferenceType() [all …]
|
H A D | reg_type.h | 322 const std::string_view& descriptor, in RegType() 383 const std::string_view& descriptor, in ConflictType() 461 const std::string_view& descriptor, in IntegerType() 486 const std::string_view& descriptor, in BooleanType() 512 const std::string_view& descriptor, in ByteType() 561 const std::string_view& descriptor, in CharType() 586 const std::string_view& descriptor, in FloatType() 619 const std::string_view& descriptor, in LongLoType() 644 const std::string_view& descriptor, in LongHiType() 670 const std::string_view& descriptor, in DoubleLoType() [all …]
|
H A D | reg_type_cache.cc | 87 const char* descriptor, in FromDescriptor() 158 ObjPtr<mirror::Class> RegTypeCache::ResolveClass(const char* descriptor, in ResolveClass() 185 const char* descriptor, in From() 262 const RegType* RegTypeCache::InsertClass(const std::string_view& descriptor, in InsertClass() 274 const RegType& RegTypeCache::FromClass(const char* descriptor, in FromClass() 344 const char* descriptor; member 502 const std::string_view& descriptor(type.GetDescriptor()); in Uninitialized() local 539 const std::string_view& descriptor(uninit_type.GetDescriptor()); in FromUninitialized() local 589 const std::string_view& descriptor(type.GetDescriptor()); in UninitializedThisArgument() local 670 const std::string descriptor(array.GetDescriptor()); in GetComponentType() local [all …]
|
/aosp12/frameworks/wilhelm/src/ |
H A D | devices.h | 22 const SLAudioInputDescriptor *descriptor; member 27 const SLAudioOutputDescriptor *descriptor; member 32 const SLLEDDescriptor *descriptor; member 37 const SLVibraDescriptor *descriptor; member
|
/aosp12/frameworks/base/tools/incident_section_gen/ |
H A D | main.cpp | 108 static bool generateIncidentSectionsCpp(Descriptor const* descriptor) in generateIncidentSectionsCpp() 191 static inline PrivacyFlags getPrivacyFlags(const Descriptor* descriptor) { in getPrivacyFlags() 196 static inline Destination getMessageDest(const Descriptor* descriptor, const Destination overridden… in getMessageDest() 226 static inline string getMessageName(const Descriptor* descriptor, const Destination overridden) { in getMessageName() 246 static bool isDefaultMessageImpl(const Descriptor* descriptor, const Destination dest, set<string>*… in isDefaultMessageImpl() 276 static bool isDefaultMessage(const Descriptor* descriptor, const Destination dest) { in isDefaultMessage() 287 static vector<const FieldDescriptor*> sortFields(const Descriptor* descriptor) { in sortFields() 301 static bool generatePrivacyFlags(const Descriptor* descriptor, const Destination overridden, in generatePrivacyFlags() 399 static bool generateSectionListCpp(Descriptor const* descriptor) { in generateSectionListCpp() 557 static void generateCsv(Descriptor const* descriptor, const string& indent, set<string>* parents, c… in generateCsv() [all …]
|
/aosp12/hardware/interfaces/graphics/mapper/2.0/utils/passthrough/include/mapper-passthrough/2.0/ |
H A D | GrallocBufferDescriptor.h | 39 BufferDescriptor descriptor; in grallocEncodeBufferDescriptor() local 52 inline bool grallocDecodeBufferDescriptor(const BufferDescriptor& descriptor, in grallocDecodeBufferDescriptor()
|
/aosp12/art/runtime/ |
H A D | class_root.cc | 25 #define CLASS_ROOT_DESCRIPTOR(name, descriptor, mirror_type) descriptor, in GetClassRootDescriptor() argument 33 const char* descriptor = class_roots_descriptors[static_cast<size_t>(class_root)]; in GetClassRootDescriptor() local
|
/aosp12/art/libdexfile/dex/ |
H A D | descriptors_names.cc | 29 void AppendPrettyDescriptor(const char* descriptor, std::string* result) { in AppendPrettyDescriptor() 76 std::string PrettyDescriptor(const char* descriptor) { in PrettyDescriptor() 129 std::string descriptor(class_name); in DotToDescriptor() local 137 std::string DescriptorToDot(const char* descriptor) { in DescriptorToDot() 156 std::string DescriptorToName(const char* descriptor) { in DescriptorToName()
|
/aosp12/system/libvintf/libaidlvintf_test_helper/ |
H A D | Vintf.cpp | 24 std::vector<std::string> getAidlHalInstanceNames(const std::string& descriptor) { in getAidlHalInstanceNames() 45 std::vector<std::string> getAidlHalInstanceNames(const String16& descriptor) { in getAidlHalInstanceNames()
|
/aosp12/hardware/libhardware/modules/sensors/dynamic_sensor/HidUtils/test/ |
H A D | HidParserExample2.cpp | 24 void printRawValue(const std::vector<unsigned char> &descriptor) { in printRawValue() 41 std::vector<unsigned char> descriptor(t->data, t->data + t->len); in main() local
|
/aosp12/system/libhidl/transport/ |
H A D | HidlPassthroughSupport.cpp | 30 static sp<IBase> tryWrap(const std::string& descriptor, sp<IBase> iface) { in tryWrap() 59 for (const std::string& descriptor : types) { in wrapPassthroughInternal() local
|
/aosp12/packages/apps/TV/tuner/src/com/android/tv/tuner/dvb/ |
H A D | DvbTunerHal.java | 140 ParcelFileDescriptor descriptor = in openDvbFrontEndFd() local 153 ParcelFileDescriptor descriptor = in openDvbDemuxFd() local 166 ParcelFileDescriptor descriptor = in openDvbDvrFd() local
|
/aosp12/hardware/qcom/display/msm8996/libgralloc1/ |
H A D | gr_buf_mgr.cpp | 62 auto descriptor = std::make_shared<BufferDescriptor>(); in CreateBufferDescriptor() local 71 const auto descriptor = descriptors_map_.find(descriptor_id); in DestroyBufferDescriptor() local 108 for (auto &descriptor : descriptors) { in AllocateBuffers() local 158 void BufferManager::CreateSharedHandle(buffer_handle_t inbuffer, const BufferDescriptor &descriptor, in CreateSharedHandle() 448 int BufferManager::AllocateBuffer(const BufferDescriptor &descriptor, buffer_handle_t *handle, in AllocateBuffer() 552 BufferDescriptor descriptor(width, height, format); in Perform() local 568 BufferDescriptor descriptor(width, width, format); in Perform() local 622 BufferDescriptor descriptor(width, height, format, prod_usage, cons_usage); in Perform() local 716 auto descriptor = BufferDescriptor(width, height, format, producer_usage, consumer_usage); in Perform() local 731 BufferDescriptor descriptor(width, height, format, producer_usage, consumer_usage); in Perform() local [all …]
|
/aosp12/hardware/qcom/display/msm8998/libgralloc1/ |
H A D | gr_buf_mgr.cpp | 62 auto descriptor = std::make_shared<BufferDescriptor>(); in CreateBufferDescriptor() local 71 const auto descriptor = descriptors_map_.find(descriptor_id); in DestroyBufferDescriptor() local 108 for (auto &descriptor : descriptors) { in AllocateBuffers() local 158 void BufferManager::CreateSharedHandle(buffer_handle_t inbuffer, const BufferDescriptor &descriptor, in CreateSharedHandle() 440 int BufferManager::AllocateBuffer(const BufferDescriptor &descriptor, buffer_handle_t *handle, in AllocateBuffer() 544 BufferDescriptor descriptor(width, height, format); in Perform() local 560 BufferDescriptor descriptor(width, width, format); in Perform() local 614 BufferDescriptor descriptor(width, height, format, prod_usage, cons_usage); in Perform() local 708 auto descriptor = BufferDescriptor(width, height, format, producer_usage, consumer_usage); in Perform() local 723 BufferDescriptor descriptor(width, height, format, producer_usage, consumer_usage); in Perform() local [all …]
|
/aosp12/hardware/google/gchips/include/ |
H A D | GrallocWrapper.h | 93 Error allocate(BufferDescriptor descriptor, in allocate() 102 BufferDescriptor descriptor; in allocate() local
|
/aosp12/packages/modules/Connectivity/tests/cts/net/src/android/net/cts/ |
H A D | VpnServiceTest.java | 52 ParcelFileDescriptor descriptor = null; in testEstablish() local 99 ParcelFileDescriptor descriptor = ParcelFileDescriptor.fromDatagramSocket(socket); in testProtect_int() local
|