Searched refs:hasControl (Results 1 – 7 of 7) sorted by relevance
101 bool hasControl = (bool)data.readInt32(); in onTransact() local102 controlStatusChanged(hasControl); in onTransact()
783 if (handle->hasControl()) { in purgeHandles()1275 void AudioFlinger::EffectHandle::setControl(bool hasControl, bool signal, bool enabled) in setControl() argument1277 ALOGV("setControl %p control %d", this, hasControl); in setControl()1279 mHasControl = hasControl; in setControl()1283 mEffectClient->controlStatusChanged(hasControl); in setControl()1648 bool hasControl = false; in setVolume_l() local1657 hasControl = true; in setVolume_l()1664 if (hasControl) { in setVolume_l()1668 return hasControl; in setVolume_l()1701 return hasControl; in setVolume_l()
197 void setControl(bool hasControl, bool signal, bool enabled);209 bool hasControl() const { return mHasControl; } in hasControl() function
886 public boolean hasControl() throws IllegalStateException { in hasControl() method in AudioEffect
1072 assertTrue(msg + ": Effect2 does not have control", effect2.hasControl()); in test5_0setEnabledLowerPriority()1073 assertFalse(msg + ": Effect1 has control", effect1.hasControl()); in test5_0setEnabledLowerPriority()
16871 method public boolean hasControl() throws java.lang.IllegalStateException;
15847 method public boolean hasControl() throws java.lang.IllegalStateException;