Home
last modified time | relevance | path

Searched refs:async (Results 1 – 25 of 30) sorted by relevance

12

/frameworks/wilhelm/src/
Dsles_allinclusive.h116 typedef SLresult (*AsyncHook)(void *self, SLboolean async);
337 extern SLresult CAudioPlayer_Realize(void *self, SLboolean async);
338 extern SLresult CAudioPlayer_Resume(void *self, SLboolean async);
342 extern SLresult CAudioRecorder_Realize(void *self, SLboolean async);
343 extern SLresult CAudioRecorder_Resume(void *self, SLboolean async);
347 extern SLresult CEngine_Realize(void *self, SLboolean async);
348 extern SLresult CEngine_Resume(void *self, SLboolean async);
353 extern SLresult COutputMix_Realize(void *self, SLboolean async);
354 extern SLresult COutputMix_Resume(void *self, SLboolean async);
358 extern SLresult CMediaPlayer_Realize(void *self, SLboolean async);
[all …]
/frameworks/wilhelm/src/objects/
DCAudioRecorder.c24 SLresult CAudioRecorder_Realize(void *self, SLboolean async) in CAudioRecorder_Realize() argument
30 result = android_audioRecorder_realize(thiz, async); in CAudioRecorder_Realize()
39 SLresult CAudioRecorder_Resume(void *self, SLboolean async) in CAudioRecorder_Resume() argument
DCMediaPlayer.c27 XAresult CMediaPlayer_Realize(void *self, XAboolean async) in CMediaPlayer_Realize() argument
35 result = android_Player_realize(thiz, async); in CMediaPlayer_Realize()
41 XAresult CMediaPlayer_Resume(void *self, XAboolean async) in CMediaPlayer_Resume() argument
DCOutputMix.c24 SLresult COutputMix_Realize(void *self, SLboolean async) in COutputMix_Realize() argument
30 result = android_outputMix_realize(thiz, async); in COutputMix_Realize()
39 SLresult COutputMix_Resume(void *self, SLboolean async) in COutputMix_Resume() argument
DCAudioPlayer.c24 SLresult CAudioPlayer_Realize(void *self, SLboolean async) in CAudioPlayer_Realize() argument
30 result = android_audioPlayer_realize(thiz, async); in CAudioPlayer_Realize()
47 SLresult CAudioPlayer_Resume(void *self, SLboolean async) in CAudioPlayer_Resume() argument
DCEngine.c52 SLresult CEngine_Realize(void *self, SLboolean async) in CEngine_Realize() argument
79 SLresult CEngine_Resume(void *self, SLboolean async) in CEngine_Resume() argument
/frameworks/base/core/java/android/os/
DHandler.java164 public Handler(boolean async) { in Handler() argument
165 this(null, async); in Handler()
185 public Handler(Callback callback, boolean async) { in Handler() argument
202 mAsynchronous = async; in Handler()
224 public Handler(Looper looper, Callback callback, boolean async) { in Handler() argument
228 mAsynchronous = async; in Handler()
DMessage.java397 public void setAsynchronous(boolean async) { in setAsynchronous() argument
398 if (async) { in setAsynchronous()
/frameworks/wilhelm/src/itf/
DIObject.c84 static SLresult IObject_Realize(SLObjectItf self, SLboolean async) in IObject_Realize() argument
114 if (async && (SL_OBJECTID_ENGINE != clazz->mSLObjectID)) { in IObject_Realize()
124 assert(async); in IObject_Realize()
138 result = (NULL != realize) ? (*realize)(thiz, async) : SL_RESULT_SUCCESS; in IObject_Realize()
148 if (async && (NULL != callback)) { in IObject_Realize()
227 static SLresult IObject_Resume(SLObjectItf self, SLboolean async) in IObject_Resume() argument
242 if (async) { in IObject_Resume()
252 assert(async); in IObject_Resume()
DIDynamicInterfaceManagement.c106 const SLInterfaceID iid, SLboolean async) in IDynamicInterfaceManagement_AddInterface() argument
132 if (async) { in IDynamicInterfaceManagement_AddInterface()
354 const SLInterfaceID iid, SLboolean async) in IDynamicInterfaceManagement_ResumeInterface() argument
380 if (async) { in IDynamicInterfaceManagement_ResumeInterface()
/frameworks/wilhelm/src/android/
Dandroid_GenericPlayer.cpp284 void GenericPlayer::notify(const char* event, int data, bool async) { in notify() argument
286 async ? "true" : "false"); in notify()
289 if (async) { in notify()
297 void GenericPlayer::notify(const char* event, int data1, int data2, bool async) { in notify() argument
299 async ? "true" : "false"); in notify()
302 if (async) { in notify()
DOutputMix_to_android.h20 extern SLresult android_outputMix_realize(COutputMix *om, SLboolean async);
Dandroid_GenericPlayer.h126 virtual void notify(const char* event, int data1, bool async);
127 virtual void notify(const char* event, int data1, int data2, bool async);
DAudioRecorder_to_android.h46 extern SLresult android_audioRecorder_realize(CAudioRecorder* ar, SLboolean async);
DMediaPlayer_to_android.h26 extern XAresult android_Player_realize(CMediaPlayer *mp, SLboolean async);
DOutputMix_to_android.cpp29 SLresult android_outputMix_realize(COutputMix *om, SLboolean async) { in android_outputMix_realize() argument
DAudioPlayer_to_android.h43 extern SLresult android_audioPlayer_realize(CAudioPlayer *pAudioPlayer, SLboolean async);
DAudioRecorder_to_android.cpp380 SLresult android_audioRecorder_realize(CAudioRecorder* ar, SLboolean async) { in android_audioRecorder_realize() argument
DMediaPlayer_to_android.cpp409 XAresult android_Player_realize(CMediaPlayer *mp, SLboolean async) { in android_Player_realize() argument
/frameworks/native/cmds/atrace/
Datrace.cpp742 bool async = false; in main() local
811 async = true; in main()
816 async = true; in main()
819 async = true; in main()
857 if (ok && !async) { in main()
/frameworks/base/core/java/com/android/internal/os/
DHandlerCaller.java34 MyHandler(Looper looper, boolean async) { in MyHandler() argument
35 super(looper, null, async); in MyHandler()
/frameworks/base/core/java/android/view/textservice/
DSpellCheckerSession.java259 boolean async) { in processTask() argument
260 if (async || mAsyncHandler == null) { in processTask()
/frameworks/base/docs/html/training/displaying-bitmaps/
Dprocess-bitmap.jd14 <li><a href="#async-task">Use an AsyncTask</a></li>
50 <h2 id="async-task">Use an AsyncTask</h2>
/frameworks/wilhelm/include/SLES/
DOpenSLES.h404 SLboolean async
408 SLboolean async
1988 SLboolean async
1997 SLboolean async
/frameworks/wilhelm/include/OMXAL/
DOpenMAXAL.h167 XAboolean async
171 XAboolean async
1824 XAboolean async

12