Home
last modified time | relevance | path

Searched refs:async (Results 1 – 25 of 44) 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.java167 public Handler(boolean async) { in Handler() argument
168 this(null, async); in Handler()
188 public Handler(Callback callback, boolean async) { in Handler() argument
205 mAsynchronous = async; in Handler()
227 public Handler(Looper looper, Callback callback, boolean async) { in Handler() argument
231 mAsynchronous = async; in Handler()
DMessage.java457 public void setAsynchronous(boolean async) { in setAsynchronous() argument
458 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.cpp285 void GenericPlayer::notify(const char* event, int data, bool async) { in notify() argument
287 async ? "true" : "false"); in notify()
290 if (async) { in notify()
298 void GenericPlayer::notify(const char* event, int data1, int data2, bool async) { in notify() argument
300 async ? "true" : "false"); in notify()
303 if (async) { in notify()
Dandroid_GenericPlayer.h127 virtual void notify(const char* event, int data1, bool async);
128 virtual void notify(const char* event, int data1, int data2, bool async);
DOutputMix_to_android.h20 extern SLresult android_outputMix_realize(COutputMix *om, SLboolean 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);
/frameworks/native/services/surfaceflinger/
DMonitoredProducer.cpp64 status_t MonitoredProducer::setAsyncMode(bool async) { in setAsyncMode() argument
65 return mProducer->setAsyncMode(async); in setAsyncMode()
DMonitoredProducer.h39 virtual status_t setAsyncMode(bool async);
/frameworks/base/core/java/android/view/textservice/
DSpellCheckerSession.java283 boolean async) { in processTask() argument
288 + " scp.mWhat=" + taskToString(scp.mWhat) + " async=" + async in processTask()
293 if (async || mAsyncHandler == null) { in processTask()
/frameworks/native/cmds/atrace/
Datrace.cpp1003 bool async = false; in main() local
1082 async = true; in main()
1087 async = true; in main()
1090 async = true; in main()
1134 if (ok && !async && !traceStream) { in main()
/frameworks/native/libs/gui/
DBufferQueueProducer.cpp170 status_t BufferQueueProducer::setAsyncMode(bool async) { in setAsyncMode() argument
172 BQ_LOGV("setAsyncMode: async = %d", async); in setAsyncMode()
184 if (async == mCore->mAsyncMode) { in setAsyncMode()
189 (async || mCore->mDequeueBufferCannotBlock ? 1 : 0)) > in setAsyncMode()
193 "maxDequeued %d mDequeueBufferCannotBlock %d)", async, in setAsyncMode()
200 int delta = mCore->getMaxBufferCountLocked(async, in setAsyncMode()
209 mCore->mAsyncMode = async; in setAsyncMode()
DIGraphicBufferProducer.cpp107 virtual status_t setAsyncMode(bool async) { in setAsyncMode() argument
111 data.writeInt32(async); in setAsyncMode()
523 bool async = data.readInt32(); in onTransact() local
524 int result = setAsyncMode(async); in onTransact()
/frameworks/base/core/java/com/android/internal/os/
DHandlerCaller.java31 MyHandler(Looper looper, boolean async) { in MyHandler() argument
32 super(looper, null, async); in MyHandler()
/frameworks/native/include/gui/
DBufferQueueProducer.h46 virtual status_t setAsyncMode(bool async);

12