Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_device/android/
Dopensles_common.h32 class ScopedSLObject {
34 ScopedSLObject() : obj_(nullptr) {} in ScopedSLObject() function
36 ~ScopedSLObject() { Reset(); } in ~ScopedSLObject()
58 typedef ScopedSLObject<SLObjectItf, const SLObjectItf_*> ScopedSLObjectItf;
/external/webrtc/sdk/android/src/jni/audio_device/
Dopensles_common.h37 class ScopedSLObject {
39 ScopedSLObject() : obj_(nullptr) {} in ScopedSLObject() function
41 ~ScopedSLObject() { Reset(); } in ~ScopedSLObject()
63 typedef ScopedSLObject<SLObjectItf, const SLObjectItf_*> ScopedSLObjectItf;