Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ba64006a authored by Yung Ti Su's avatar Yung Ti Su Committed by Automerger Merge Worker
Browse files

enable host_supported for libbluetooth_audio_session_aidl am: fefceb14

parents 9803e861 fefceb14
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -24,6 +24,7 @@ package {
aidl_interface {
    name: "android.hardware.bluetooth.audio",
    vendor_available: true,
    host_supported: true,
    srcs: ["android/hardware/bluetooth/audio/*.aidl"],
    stability: "vintf",
    imports: [
+1 −0
Original line number Diff line number Diff line
@@ -36,6 +36,7 @@ cc_library_shared {
cc_library_shared {
    name: "libbluetooth_audio_session_aidl",
    vendor: true,
    host_supported: true,
    srcs: [
        "aidl_session/BluetoothAudioCodecs.cpp",
        "aidl_session/BluetoothAudioSession.cpp",
+1 −1
Original line number Diff line number Diff line
@@ -583,7 +583,7 @@ bool HidlToAidlMiddleware_2_0::GetPresentationPosition(
    *total_bytes_readed = presentation_position.transmittedOctets;
  if (data_position)
    *data_position = {
        .tv_sec = static_cast<__kernel_old_time_t>(
        .tv_sec = static_cast<long>(
            presentation_position.transmittedOctetsTimestamp.tvSec),
        .tv_nsec = static_cast<long>(
            presentation_position.transmittedOctetsTimestamp.tvNSec)};