Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/jni/
H A Dandroid_media_AudioRecord.cpp101 sp<JNIDeviceCallback> getDeviceCallback() const { return mDeviceCallback; } in getDeviceCallback() function in AudioRecordJNIStorage
610 if (pJniStorage == nullptr || pJniStorage->getDeviceCallback() != nullptr) { in android_media_AudioRecord_enableDeviceCallback()
617 lpRecorder->addAudioDeviceCallback(pJniStorage->getDeviceCallback()); in android_media_AudioRecord_enableDeviceCallback()
629 if (pJniStorage == nullptr || pJniStorage->getDeviceCallback() == nullptr) { in android_media_AudioRecord_disableDeviceCallback()
632 lpRecorder->removeAudioDeviceCallback(pJniStorage->getDeviceCallback()); in android_media_AudioRecord_disableDeviceCallback()