Loading services/audioflinger/AudioFlinger.cpp +2 −0 Original line number Diff line number Diff line Loading @@ -842,6 +842,8 @@ void AudioFlinger::dumpInternals(int fd, const Vector<String16>& args __unused) for (const auto& vibratorInfo : mAudioVibratorInfos) { dprintf(fd, " - %s\n", vibratorInfo.toString().c_str()); } dprintf(fd, "Bluetooth latency modes are %senabled\n", mBluetoothLatencyModesEnabled ? "" : "not "); } void AudioFlinger::dumpPermissionDenial(int fd, const Vector<String16>& args __unused) Loading services/audioflinger/Threads.cpp +6 −0 Original line number Diff line number Diff line Loading @@ -6320,6 +6320,12 @@ void AudioFlinger::MixerThread::dumpInternals_l(int fd, const Vector<String16>& } else { dprintf(fd, " No FastMixer\n"); } dprintf(fd, "Bluetooth latency modes are %senabled\n", mBluetoothLatencyModesEnabled ? "" : "not "); dprintf(fd, "HAL does %ssupport Bluetooth latency modes\n", mOutput != nullptr && mOutput->audioHwDev->supportsBluetoothVariableLatency() ? "" : "not "); dprintf(fd, "Supported latency modes: %s\n", toString(mSupportedLatencyModes).c_str()); } uint32_t AudioFlinger::MixerThread::idleSleepTimeUs() const Loading Loading
services/audioflinger/AudioFlinger.cpp +2 −0 Original line number Diff line number Diff line Loading @@ -842,6 +842,8 @@ void AudioFlinger::dumpInternals(int fd, const Vector<String16>& args __unused) for (const auto& vibratorInfo : mAudioVibratorInfos) { dprintf(fd, " - %s\n", vibratorInfo.toString().c_str()); } dprintf(fd, "Bluetooth latency modes are %senabled\n", mBluetoothLatencyModesEnabled ? "" : "not "); } void AudioFlinger::dumpPermissionDenial(int fd, const Vector<String16>& args __unused) Loading
services/audioflinger/Threads.cpp +6 −0 Original line number Diff line number Diff line Loading @@ -6320,6 +6320,12 @@ void AudioFlinger::MixerThread::dumpInternals_l(int fd, const Vector<String16>& } else { dprintf(fd, " No FastMixer\n"); } dprintf(fd, "Bluetooth latency modes are %senabled\n", mBluetoothLatencyModesEnabled ? "" : "not "); dprintf(fd, "HAL does %ssupport Bluetooth latency modes\n", mOutput != nullptr && mOutput->audioHwDev->supportsBluetoothVariableLatency() ? "" : "not "); dprintf(fd, "Supported latency modes: %s\n", toString(mSupportedLatencyModes).c_str()); } uint32_t AudioFlinger::MixerThread::idleSleepTimeUs() const Loading