Loading audio/aidl/default/Module.cpp +1 −1 Original line number Original line Diff line number Diff line Loading @@ -953,7 +953,7 @@ ndk::ScopedAStatus Module::setMicMute(bool in_mute) { } } ndk::ScopedAStatus Module::getMicrophones(std::vector<MicrophoneInfo>* _aidl_return) { ndk::ScopedAStatus Module::getMicrophones(std::vector<MicrophoneInfo>* _aidl_return) { *_aidl_return = mConfig->microphones; *_aidl_return = getConfig().microphones; LOG(DEBUG) << __func__ << ": returning " << ::android::internal::ToString(*_aidl_return); LOG(DEBUG) << __func__ << ": returning " << ::android::internal::ToString(*_aidl_return); return ndk::ScopedAStatus::ok(); return ndk::ScopedAStatus::ok(); } } Loading Loading
audio/aidl/default/Module.cpp +1 −1 Original line number Original line Diff line number Diff line Loading @@ -953,7 +953,7 @@ ndk::ScopedAStatus Module::setMicMute(bool in_mute) { } } ndk::ScopedAStatus Module::getMicrophones(std::vector<MicrophoneInfo>* _aidl_return) { ndk::ScopedAStatus Module::getMicrophones(std::vector<MicrophoneInfo>* _aidl_return) { *_aidl_return = mConfig->microphones; *_aidl_return = getConfig().microphones; LOG(DEBUG) << __func__ << ": returning " << ::android::internal::ToString(*_aidl_return); LOG(DEBUG) << __func__ << ": returning " << ::android::internal::ToString(*_aidl_return); return ndk::ScopedAStatus::ok(); return ndk::ScopedAStatus::ok(); } } Loading