Home
last modified time | relevance | path

Searched refs:ICaptureStateListener (Results 1 – 9 of 9) sorted by relevance

/aosp12/frameworks/av/services/audiopolicy/service/
H A DCaptureStateNotifier.h27 class ICaptureStateListener; variable
54 bool RegisterListener(const sp<media::ICaptureStateListener>& listener);
66 sp<media::ICaptureStateListener> mListener;
H A DCaptureStateNotifier.cpp11 using media::ICaptureStateListener;
33 bool CaptureStateNotifier::RegisterListener(const sp<ICaptureStateListener>& listener) { in RegisterListener()
H A DAudioPolicyService.h247 const sp<media::ICaptureStateListener>& listener, bool* _aidl_return) override;
H A DAudioPolicyInterfaceImpl.cpp2120 const sp<media::ICaptureStateListener>& listener, bool* _aidl_return) { in registerSoundTriggerCaptureStateListener()
/aosp12/frameworks/base/services/core/java/com/android/server/soundtrigger_middleware/
H A DISoundTriggerMiddlewareInternal.java19 import android.media.ICaptureStateListener;
30 public interface ISoundTriggerMiddlewareInternal extends ICaptureStateListener {
/aosp12/frameworks/av/media/libaudioclient/aidl/android/media/
H A DICaptureStateListener.aidl22 interface ICaptureStateListener { interface
H A DIAudioPolicyService.aidl52 import android.media.ICaptureStateListener;
352 boolean registerSoundTriggerCaptureStateListener(ICaptureStateListener listener); in registerSoundTriggerCaptureStateListener()
/aosp12/frameworks/av/media/libaudioclient/
H A DAndroid.bp280 "aidl/android/media/ICaptureStateListener.aidl",
/aosp12/frameworks/base/services/
H A Dart-profile51283 Landroid/media/ICaptureStateListener;