Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/opensles/include/
H A Daudiocapturer_adapter.h36 SLresult SetCaptureStateAdapter(SLuint32 id, SLuint32 state);
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/opensles/src/itf/
H A Drecord_itf.cpp26 AudioCapturerAdapter::GetInstance()->SetCaptureStateAdapter(thiz->mId, state); in SetRecordState()
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/opensles/src/adapter/
H A Daudiocapturer_adapter.cpp77 SLresult AudioCapturerAdapter::SetCaptureStateAdapter(SLuint32 id, SLuint32 state) in SetCaptureStateAdapter() function in OHOS::AudioStandard::AudioCapturerAdapter
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/opensles/test/unittest/opensles_player_test/src/
H A Daudio_opensles_player_unit_test.cpp507 …SLresult result = AudioCapturerAdapter::GetInstance()->SetCaptureStateAdapter(-1, SL_PLAYSTATE_PLA…