Home
last modified time | relevance | path

Searched refs:hasControl (Results 1 – 18 of 18) sorted by relevance

/frameworks/av/include/radio/
DIRadio.h54 virtual status_t hasControl(bool *hasControl) = 0;
DRadio.h67 status_t hasControl(bool *hasControl);
/frameworks/av/radio/
DRadio.cpp225 status_t Radio::hasControl(bool *hasControl) in hasControl() argument
231 return mIRadio->hasControl(hasControl); in hasControl()
DIRadio.cpp206 virtual status_t hasControl(bool *hasControl) in hasControl() function in android::BpRadio
209 if (hasControl == NULL) { in hasControl()
217 *hasControl = reply.readInt32() != 0; in hasControl()
330 status_t status = hasControl(&control); in onTransact()
/frameworks/av/media/libmedia/
DIEffectClient.cpp101 bool hasControl = (bool)data.readInt32(); in onTransact() local
102 controlStatusChanged(hasControl); in onTransact()
/frameworks/av/services/radio/
DRadioService.h162 virtual status_t hasControl(bool *hasControl);
DRadioService.cpp859 status_t RadioService::ModuleClient::hasControl(bool *hasControl) in hasControl() function in android::RadioService::ModuleClient
863 *hasControl = mTuner != NULL; in hasControl()
/frameworks/base/core/java/android/hardware/radio/
DRadioTuner.java231 public abstract boolean hasControl(); in hasControl() method in RadioTuner
DRadioModule.java81 public native boolean hasControl(); in hasControl() method in RadioModule
/frameworks/av/services/audioflinger/
DEffects.cpp796 if (handle->hasControl()) { in purgeHandles()
1288 void AudioFlinger::EffectHandle::setControl(bool hasControl, bool signal, bool enabled) in setControl() argument
1290 ALOGV("setControl %p control %d", this, hasControl); in setControl()
1292 mHasControl = hasControl; in setControl()
1296 mEffectClient->controlStatusChanged(hasControl); in setControl()
1661 bool hasControl = false; in setVolume_l() local
1670 hasControl = true; in setVolume_l()
1677 if (hasControl) { in setVolume_l()
1681 return hasControl; in setVolume_l()
1714 return hasControl; in setVolume_l()
DEffects.h197 void setControl(bool hasControl, bool signal, bool enabled);
209 bool hasControl() const { return mHasControl; } in hasControl() function
/frameworks/base/core/jni/
Dandroid_hardware_Radio.cpp803 bool hasControl; in android_hardware_Radio_hasControl() local
804 status_t status = module->hasControl(&hasControl); in android_hardware_Radio_hasControl()
809 return (jboolean)hasControl; in android_hardware_Radio_hasControl()
/frameworks/base/media/java/android/media/audiofx/
DAudioEffect.java887 public boolean hasControl() throws IllegalStateException { in hasControl() method in AudioEffect
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/audio/
DMediaAudioEffectTest.java1072 assertTrue(msg + ": Effect2 does not have control", effect2.hasControl()); in test5_0setEnabledLowerPriority()
1073 assertFalse(msg + ": Effect1 has control", effect1.hasControl()); in test5_0setEnabledLowerPriority()
/frameworks/base/api/
Dsystem-current.txt15697 method public abstract boolean hasControl();
23396 method public boolean hasControl() throws java.lang.IllegalStateException;
Dcurrent.txt21874 method public boolean hasControl() throws java.lang.IllegalStateException;
Dtest-current.txt21943 method public boolean hasControl() throws java.lang.IllegalStateException;
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt15845 method public boolean hasControl() throws java.lang.IllegalStateException;