Home
last modified time | relevance | path

Searched refs:setBluetoothVariableLatencyEnabled (Results 1 – 16 of 16) sorted by relevance

/frameworks/av/media/libaudioclient/aidl/android/media/
DIAudioFlingerService.aidl268 void setBluetoothVariableLatencyEnabled(boolean enabled); in setBluetoothVariableLatencyEnabled() method
/frameworks/av/media/libaudioclient/include/media/
DIAudioFlinger.h382 virtual status_t setBluetoothVariableLatencyEnabled(bool enabled) = 0;
504 status_t setBluetoothVariableLatencyEnabled(bool enabled) override;
747 Status setBluetoothVariableLatencyEnabled(bool enabled) override;
DAudioSystem.h676 static status_t setBluetoothVariableLatencyEnabled(bool enabled);
/frameworks/av/media/libaudioclient/
DIAudioFlinger.cpp855 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()
DAudioSystem.cpp2607 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/
DIAudioService.aidl753 void setBluetoothVariableLatencyEnabled(boolean enabled); in setBluetoothVariableLatencyEnabled() method
DAudioSystem.java2645 public static native int setBluetoothVariableLatencyEnabled(boolean enabled); in setBluetoothVariableLatencyEnabled() method in AudioSystem
DAudioManager.java10012 public void setBluetoothVariableLatencyEnabled(boolean enabled) { in setBluetoothVariableLatencyEnabled() method in AudioManager
10014 getService().setBluetoothVariableLatencyEnabled(enabled); in setBluetoothVariableLatencyEnabled()
/frameworks/av/services/audioflinger/
DIAfThread.h530 virtual status_t setBluetoothVariableLatencyEnabled(bool enabled) = 0;
DAudioFlinger.h244 status_t setBluetoothVariableLatencyEnabled(bool enabled) final EXCLUDES_AudioFlinger_Mutex;
DThreads.h1168 status_t setBluetoothVariableLatencyEnabled(bool /* enabled */) override{ in setBluetoothVariableLatencyEnabled() function
1691 status_t setBluetoothVariableLatencyEnabled(bool enabled) override;
DAudioFlinger.cpp190 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()
DThreads.cpp6634 status_t MixerThread::setBluetoothVariableLatencyEnabled(bool enabled) { in setBluetoothVariableLatencyEnabled() function in android::MixerThread
/frameworks/base/core/jni/
Dandroid_media_AudioSystem.cpp3354 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/
DAudioService.java13145 public void setBluetoothVariableLatencyEnabled(boolean enabled) { in setBluetoothVariableLatencyEnabled() method in AudioService
13148 AudioSystem.setBluetoothVariableLatencyEnabled(enabled); in setBluetoothVariableLatencyEnabled()
/frameworks/base/core/api/
Dsystem-current.txt7070 …roid.Manifest.permission.MODIFY_AUDIO_ROUTING) public void setBluetoothVariableLatencyEnabled(bool…