Searched defs:async (Results 1 – 12 of 12) sorted by relevance
| /system/media/wilhelm/src/objects/ |
| D | CAudioRecorder.c | 24 SLresult CAudioRecorder_Realize(void *self, SLboolean async) in CAudioRecorder_Realize() 39 SLresult CAudioRecorder_Resume(void *self, SLboolean async) in CAudioRecorder_Resume()
|
| D | CMediaPlayer.c | 28 XAresult CMediaPlayer_Realize(void *self, XAboolean async) in CMediaPlayer_Realize() 42 XAresult CMediaPlayer_Resume(void *self, XAboolean async) in CMediaPlayer_Resume()
|
| D | COutputMix.c | 24 SLresult COutputMix_Realize(void *self, SLboolean async) in COutputMix_Realize() 39 SLresult COutputMix_Resume(void *self, SLboolean async) in COutputMix_Resume()
|
| D | CAudioPlayer.c | 24 SLresult CAudioPlayer_Realize(void *self, SLboolean async) in CAudioPlayer_Realize() 47 SLresult CAudioPlayer_Resume(void *self, SLboolean async) in CAudioPlayer_Resume()
|
| D | CEngine.c | 52 SLresult CEngine_Realize(void *self, SLboolean async) in CEngine_Realize() 79 SLresult CEngine_Resume(void *self, SLboolean async) in CEngine_Resume()
|
| /system/media/wilhelm/src/android/ |
| D | OutputMix_to_android.cpp | 29 SLresult android_outputMix_realize(COutputMix *om, SLboolean async) { in android_outputMix_realize()
|
| D | android_GenericPlayer.cpp | 272 void GenericPlayer::notify(const char* event, int data, bool async) { in notify() 285 void GenericPlayer::notify(const char* event, int data1, int data2, bool async) { in notify()
|
| D | AudioRecorder_to_android.cpp | 380 SLresult android_audioRecorder_realize(CAudioRecorder* ar, SLboolean async) { in android_audioRecorder_realize()
|
| D | MediaPlayer_to_android.cpp | 393 XAresult android_Player_realize(CMediaPlayer *mp, SLboolean async) { in android_Player_realize()
|
| D | AudioPlayer_to_android.cpp | 1357 SLresult android_audioPlayer_realize(CAudioPlayer *pAudioPlayer, SLboolean async) { in android_audioPlayer_realize()
|
| /system/media/wilhelm/src/itf/ |
| D | IDynamicInterfaceManagement.c | 106 const SLInterfaceID iid, SLboolean async) in IDynamicInterfaceManagement_AddInterface() 354 const SLInterfaceID iid, SLboolean async) in IDynamicInterfaceManagement_ResumeInterface()
|
| D | IObject.c | 84 static SLresult IObject_Realize(SLObjectItf self, SLboolean async) in IObject_Realize() 227 static SLresult IObject_Resume(SLObjectItf self, SLboolean async) in IObject_Resume()
|