/frameworks/av/media/libaudioclient/aidl/android/media/ |
D | IAudioFlingerService.aidl | 268 void setBluetoothVariableLatencyEnabled(boolean enabled); in setBluetoothVariableLatencyEnabled() method
|
/frameworks/av/media/libaudioclient/include/media/ |
D | IAudioFlinger.h | 382 virtual status_t setBluetoothVariableLatencyEnabled(bool enabled) = 0; 504 status_t setBluetoothVariableLatencyEnabled(bool enabled) override; 747 Status setBluetoothVariableLatencyEnabled(bool enabled) override;
|
D | AudioSystem.h | 676 static status_t setBluetoothVariableLatencyEnabled(bool enabled);
|
/frameworks/av/media/libaudioclient/ |
D | IAudioFlinger.cpp | 855 status_t AudioFlingerClientAdapter::setBluetoothVariableLatencyEnabled(bool enabled) { in setBluetoothVariableLatencyEnabled() function in android::AudioFlingerClientAdapter 856 return statusTFromBinderStatus(mDelegate->setBluetoothVariableLatencyEnabled(enabled)); in setBluetoothVariableLatencyEnabled() 1447 Status AudioFlingerServerAdapter::setBluetoothVariableLatencyEnabled(bool enabled) { in setBluetoothVariableLatencyEnabled() function in android::AudioFlingerServerAdapter 1448 return Status::fromStatusT(mDelegate->setBluetoothVariableLatencyEnabled(enabled)); in setBluetoothVariableLatencyEnabled()
|
D | AudioSystem.cpp | 2607 status_t AudioSystem::setBluetoothVariableLatencyEnabled(bool enabled) { in setBluetoothVariableLatencyEnabled() function in android::AudioSystem 2612 return af->setBluetoothVariableLatencyEnabled(enabled); in setBluetoothVariableLatencyEnabled()
|
/frameworks/base/media/java/android/media/ |
D | IAudioService.aidl | 753 void setBluetoothVariableLatencyEnabled(boolean enabled); in setBluetoothVariableLatencyEnabled() method
|
D | AudioSystem.java | 2645 public static native int setBluetoothVariableLatencyEnabled(boolean enabled); in setBluetoothVariableLatencyEnabled() method in AudioSystem
|
D | AudioManager.java | 10012 public void setBluetoothVariableLatencyEnabled(boolean enabled) { in setBluetoothVariableLatencyEnabled() method in AudioManager 10014 getService().setBluetoothVariableLatencyEnabled(enabled); in setBluetoothVariableLatencyEnabled()
|
/frameworks/av/services/audioflinger/ |
D | IAfThread.h | 530 virtual status_t setBluetoothVariableLatencyEnabled(bool enabled) = 0;
|
D | AudioFlinger.h | 244 status_t setBluetoothVariableLatencyEnabled(bool enabled) final EXCLUDES_AudioFlinger_Mutex;
|
D | Threads.h | 1168 status_t setBluetoothVariableLatencyEnabled(bool /* enabled */) override{ in setBluetoothVariableLatencyEnabled() function 1691 status_t setBluetoothVariableLatencyEnabled(bool enabled) override;
|
D | AudioFlinger.cpp | 190 BINDER_METHOD_ENTRY(setBluetoothVariableLatencyEnabled) \ 1594 status_t AudioFlinger::setBluetoothVariableLatencyEnabled(bool enabled) { in setBluetoothVariableLatencyEnabled() function in android::AudioFlinger 1599 if (mPlaybackThreads.valueAt(i)->setBluetoothVariableLatencyEnabled(enabled) == NO_ERROR) { in setBluetoothVariableLatencyEnabled() 2998 thread->setBluetoothVariableLatencyEnabled(mBluetoothLatencyModesEnabled.load()); in openOutput_l()
|
D | Threads.cpp | 6634 status_t MixerThread::setBluetoothVariableLatencyEnabled(bool enabled) { in setBluetoothVariableLatencyEnabled() function in android::MixerThread
|
/frameworks/base/core/jni/ |
D | android_media_AudioSystem.cpp | 3354 return check_AudioSystem_Command(AudioSystem::setBluetoothVariableLatencyEnabled(enabled)); in android_media_AudioSystem_setBluetoothVariableLatencyEnabled() 3537 MAKE_AUDIO_SYSTEM_METHOD(setBluetoothVariableLatencyEnabled),
|
/frameworks/base/services/core/java/com/android/server/audio/ |
D | AudioService.java | 13145 public void setBluetoothVariableLatencyEnabled(boolean enabled) { in setBluetoothVariableLatencyEnabled() method in AudioService 13148 AudioSystem.setBluetoothVariableLatencyEnabled(enabled); in setBluetoothVariableLatencyEnabled()
|
/frameworks/base/core/api/ |
D | system-current.txt | 7070 …roid.Manifest.permission.MODIFY_AUDIO_ROUTING) public void setBluetoothVariableLatencyEnabled(bool…
|