Searched refs:objectType (Results 1 – 10 of 10) sorted by relevance
/packages/modules/Bluetooth/system/stack/a2dp/ |
D | a2dp_aac.cc | 58 uint8_t objectType; /* Object Type */ member 165 if (p_ie->objectType == 0) { in A2DP_BuildInfoAac() 168 *p_result++ = p_ie->objectType; in A2DP_BuildInfoAac() 223 p_ie->objectType = *p_codec_info++; in A2DP_ParseInfoAac() 240 if (A2DP_BitsSet(p_ie->objectType) == A2DP_SET_ZERO_BIT) { in A2DP_ParseInfoAac() 253 if (A2DP_BitsSet(p_ie->objectType) != A2DP_SET_ONE_BIT) { in A2DP_ParseInfoAac() 299 log::verbose("Object Type peer: 0x{:x}, capability 0x{:x}", cfg_cie.objectType, in A2DP_CodecInfoMatchesCapabilityAac() 300 p_cap->objectType); in A2DP_CodecInfoMatchesCapabilityAac() 309 if ((cfg_cie.objectType & p_cap->objectType) == 0) { in A2DP_CodecInfoMatchesCapabilityAac() 363 return (aac_cie_a.objectType == aac_cie_b.objectType) && in A2DP_CodecEqualsAac() [all …]
|
/packages/apps/SecureElement/src/com/android/se/security/arf/PKCS15/ |
D | EFDODF.java | 71 byte objectType; in decodeDER() 84 objectType = der.parseTLV(); in decodeDER() 85 if (objectType == (byte) 0xA0) { // SubClassAttributes [Optional] in decodeDER() 87 objectType = der.parseTLV(); in decodeDER() 89 if (objectType == (byte) 0xA1) { // OidDO in decodeDER()
|
D | EFDIR.java | 79 byte objectType = der.parseTLV(); in decodeDER() 80 if (objectType == ASN1.TAG_ApplLabel) { in decodeDER() 84 } else if (objectType != ASN1.TAG_ApplPath) { in decodeDER()
|
/packages/apps/Launcher3/src/com/android/launcher3/util/ |
D | PendingRequestArgs.java | 52 private PendingRequestArgs(int arg1, int objectType, Parcelable object) { in PendingRequestArgs() argument 53 this(arg1, 0, objectType, object); in PendingRequestArgs() 56 private PendingRequestArgs(int arg1, int arg2, int objectType, Parcelable object) { in PendingRequestArgs() argument 59 mObjectType = objectType; in PendingRequestArgs()
|
/packages/modules/Bluetooth/system/audio_hal_interface/hidl/ |
D | codec_status_hidl.cc | 87 if ((static_cast<AacObjectType>(aac_capability.objectType & aac_config.objectType) == in aac_offloading_capability_match() 299 aac_config.objectType = AacObjectType::MPEG2_LC; in A2dpAacToHalConfig() 302 aac_config.objectType = AacObjectType::MPEG4_LC; in A2dpAacToHalConfig() 305 aac_config.objectType = AacObjectType::MPEG4_LTP; in A2dpAacToHalConfig() 308 aac_config.objectType = AacObjectType::MPEG4_SCALABLE; in A2dpAacToHalConfig()
|
D | client_interface_hidl_unittest.cc | 290 (aac_config.objectType & aac_capability.objectType && in IsCodecOffloadingSupported() 502 AacParameters aac = {.objectType = object_type, in AacCodecConfigurationsGenerator()
|
/packages/modules/Bluetooth/system/audio_hal_interface/aidl/a2dp/ |
D | codec_status_aidl.cc | 99 !ContainedInVector(aac_capability.objectType, aac_config.objectType) || in aac_offloading_capability_match() 303 aac_config.objectType = AacObjectType::MPEG2_LC; in A2dpAacToHalConfig() 306 aac_config.objectType = AacObjectType::MPEG4_LC; in A2dpAacToHalConfig() 309 aac_config.objectType = AacObjectType::MPEG4_LTP; in A2dpAacToHalConfig() 312 aac_config.objectType = AacObjectType::MPEG4_SCALABLE; in A2dpAacToHalConfig()
|
/packages/providers/MediaProvider/pdf/framework/libs/pdfClient/ |
D | annotation.cc | 57 int objectType = FPDFPageObj_GetType(page_object); in PopulateFromPdfiumInstance() local 61 switch (objectType) { in PopulateFromPdfiumInstance()
|
/packages/modules/Bluetooth/system/audio_hal_interface/fuzzer/ |
D | README.md | 27 16. Aac Object Type (parameter name: `aac.objectType`) 52 | `aac.objectType` | 0.`AacObjectType::MPEG2_LC` 1.`AacObjectType::MPEG4_LC` 2.`AacObjectType::MPEG…
|
D | libbt_audio_hal_client_interface_fuzzer.cpp | 254 aac.objectType = mFdp->PickValueInArray(objectTypes); in AacCodecConfigurationsGenerator()
|