Loading bluetooth/audio/aidl/default/BluetoothAudioProvider.cpp +1 −2 Original line number Diff line number Diff line Loading @@ -78,8 +78,7 @@ ndk::ScopedAStatus BluetoothAudioProvider::startSession( cookie); LOG(INFO) << __func__ << " - SessionType=" << toString(session_type_); onSessionReady(_aidl_return); return ndk::ScopedAStatus::ok(); return onSessionReady(_aidl_return); } ndk::ScopedAStatus BluetoothAudioProvider::endSession() { Loading Loading
bluetooth/audio/aidl/default/BluetoothAudioProvider.cpp +1 −2 Original line number Diff line number Diff line Loading @@ -78,8 +78,7 @@ ndk::ScopedAStatus BluetoothAudioProvider::startSession( cookie); LOG(INFO) << __func__ << " - SessionType=" << toString(session_type_); onSessionReady(_aidl_return); return ndk::ScopedAStatus::ok(); return onSessionReady(_aidl_return); } ndk::ScopedAStatus BluetoothAudioProvider::endSession() { Loading