/aosp_15_r20/packages/modules/Bluetooth/framework/java/android/bluetooth/ |
D | BluetoothCodecType.java | 76 private BluetoothCodecType(@BluetoothCodecConfig.SourceCodecType int codecType, long codecId) { in BluetoothCodecType() 95 public BluetoothCodecType(int codecType, long codecId, @NonNull String codecName) { in BluetoothCodecType() 187 long codecId = in createFromType() local
|
D | BluetoothLeBroadcastSubgroup.java | 43 long codecId, in BluetoothLeBroadcastSubgroup() 248 public @NonNull Builder setCodecId(long codecId) { in setCodecId()
|
/aosp_15_r20/packages/modules/Bluetooth/android/pandora/server/src/ |
D | A2dp.kt | 387 val codecId = packCodecId(request.configuration.id) in setConfiguration() constant 552 val codecId = packCodecId(configuration.id) in getCodecConfigFromProtoConfiguration() constant
|
/aosp_15_r20/hardware/interfaces/bluetooth/audio/aidl/aidl_api/android.hardware.bluetooth.audio/current/android/hardware/bluetooth/audio/ |
H A D | IBluetoothAudioProvider.aidl | 43 ….bluetooth.audio.A2dpStatus parseA2dpConfiguration(in android.hardware.bluetooth.audio.CodecId cod… in parseA2dpConfiguration() 45 void setCodecPriority(in android.hardware.bluetooth.audio.CodecId codecId, int priority); in setCodecPriority()
|
/aosp_15_r20/hardware/interfaces/bluetooth/audio/aidl/android/hardware/bluetooth/audio/ |
H A D | IBluetoothAudioProvider.aidl | 124 in CodecId codecId, in byte[] configuration, out CodecParameters codecParameters); in parseA2dpConfiguration() 165 void setCodecPriority(in CodecId codecId, int priority); in setCodecPriority()
|
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/bluetooth/audio/aidl/android.hardware.bluetooth.audio_interface/dump/android/hardware/bluetooth/audio/ |
D | IBluetoothAudioProvider.aidl | 43 ….bluetooth.audio.A2dpStatus parseA2dpConfiguration(in android.hardware.bluetooth.audio.CodecId cod… in parseA2dpConfiguration() 45 void setCodecPriority(in android.hardware.bluetooth.audio.CodecId codecId, int priority); in setCodecPriority()
|
/aosp_15_r20/hardware/interfaces/bluetooth/audio/aidl/aidl_api/android.hardware.bluetooth.audio/4/android/hardware/bluetooth/audio/ |
H A D | IBluetoothAudioProvider.aidl | 43 ….bluetooth.audio.A2dpStatus parseA2dpConfiguration(in android.hardware.bluetooth.audio.CodecId cod… in parseA2dpConfiguration() 45 void setCodecPriority(in android.hardware.bluetooth.audio.CodecId codecId, int priority); in setCodecPriority()
|
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/extractor/src/main/java/com/google/android/exoplayer2/extractor/mkv/ |
H A D | MatroskaExtractor.java | 1706 private static void setSubtitleEndTime(String codecId, long durationUs, byte[] subtitleData) { in setSubtitleEndTime() 1865 private static boolean isCodecSupported(String codecId) { in isCodecSupported() 1984 public @MonotonicNonNull String codecId; field in MatroskaExtractor.Track 2546 private byte[] getCodecPrivate(String codecId) throws ParserException { in getCodecPrivate()
|
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/extractor/src/main/java/com/google/android/exoplayer2/extractor/mkv/ |
H A D | MatroskaExtractor.java | 1649 private static void setSubtitleEndTime(String codecId, long durationUs, byte[] subtitleData) { in setSubtitleEndTime() 1802 private static boolean isCodecSupported(String codecId) { in isCodecSupported() 1921 public @MonotonicNonNull String codecId; field in MatroskaExtractor.Track 2464 private byte[] getCodecPrivate(String codecId) throws ParserException { in getCodecPrivate()
|
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/bluetooth/audio/aidl/android.hardware.bluetooth.audio-V5-ndk-source/gen/include/aidl/android/hardware/bluetooth/audio/ |
D | A2dpConfigurationHint.h | 42 std::optional<::aidl::android::hardware::bluetooth::audio::CodecId> codecId; variable
|
D | LeAudioAseConfiguration.h | 49 std::optional<::aidl::android::hardware::bluetooth::audio::CodecId> codecId; variable
|
D | CodecId.h | 61 int32_t codecId = 0; variable
|
D | CodecConfiguration.h | 67 char16_t codecId = '\0'; variable
|
/aosp_15_r20/frameworks/wilhelm/src/ |
H A D | devices.cpp | 206 SLresult GetCodecCapabilities(SLuint32 codecId, SLuint32 *pIndex, in GetCodecCapabilities()
|
/aosp_15_r20/prebuilts/vndk/v33/arm/include/generated-headers/hardware/interfaces/bluetooth/audio/aidl/android.hardware.bluetooth.audio-V2-ndk-source/gen/include/aidl/android/hardware/bluetooth/audio/ |
D | CodecConfiguration.h | 50 char16_t codecId = '\0'; variable
|
/aosp_15_r20/prebuilts/vndk/v33/x86/include/generated-headers/hardware/interfaces/bluetooth/audio/aidl/android.hardware.bluetooth.audio-V2-ndk-source/gen/include/aidl/android/hardware/bluetooth/audio/ |
D | CodecConfiguration.h | 50 char16_t codecId = '\0'; variable
|
/aosp_15_r20/prebuilts/vndk/v33/x86_64/include/generated-headers/hardware/interfaces/bluetooth/audio/aidl/android.hardware.bluetooth.audio-V2-ndk-source/gen/include/aidl/android/hardware/bluetooth/audio/ |
D | CodecConfiguration.h | 50 char16_t codecId = '\0'; variable
|
/aosp_15_r20/prebuilts/vndk/v33/arm64/include/generated-headers/hardware/interfaces/bluetooth/audio/aidl/android.hardware.bluetooth.audio-V2-ndk-source/gen/include/aidl/android/hardware/bluetooth/audio/ |
D | CodecConfiguration.h | 50 char16_t codecId = '\0'; variable
|
/aosp_15_r20/packages/modules/Bluetooth/system/stack/include/ |
D | a2dp_codec_api.h | 80 bluetooth::a2dp::CodecId codecId() const { return codec_id_; } in codecId() function
|
/aosp_15_r20/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/bass_client/ |
D | BaseData.java | 61 public byte[] codecId = new byte[5]; field in BaseData.BaseInformation
|
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/extensions/ffmpeg/src/main/jni/ |
H A D | ffmpeg_jni.cc | 185 AVCodecID codecId = context->codec_id; in AUDIO_DECODER_FUNC() local
|
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/extensions/ffmpeg/src/main/jni/ |
H A D | ffmpeg_jni.cc | 185 AVCodecID codecId = context->codec_id; in AUDIO_DECODER_FUNC() local
|
/aosp_15_r20/external/pandora/bt-test-interfaces/pandora/ |
D | a2dp.proto | 140 uint32 codecId = 2; field
|
/aosp_15_r20/packages/modules/Bluetooth/system/stack/a2dp/ |
D | a2dp_vendor_aptx.cc | 53 uint16_t codecId; /* Codec ID for aptX */ member
|
D | a2dp_vendor_aptx_hd.cc | 53 uint16_t codecId; /* Codec ID for aptX-HD */ member
|