Home
last modified time | relevance | path

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

/frameworks/wilhelm/src/objects/
DCAudioRecorder.c24 SLresult CAudioRecorder_Realize(void *self, SLboolean async) in CAudioRecorder_Realize()
39 SLresult CAudioRecorder_Resume(void *self, SLboolean async) in CAudioRecorder_Resume()
DCMediaPlayer.c27 XAresult CMediaPlayer_Realize(void *self, XAboolean async) in CMediaPlayer_Realize()
41 XAresult CMediaPlayer_Resume(void *self, XAboolean async) in CMediaPlayer_Resume()
DCOutputMix.c24 SLresult COutputMix_Realize(void *self, SLboolean async) in COutputMix_Realize()
39 SLresult COutputMix_Resume(void *self, SLboolean async) in COutputMix_Resume()
DCAudioPlayer.c24 SLresult CAudioPlayer_Realize(void *self, SLboolean async) in CAudioPlayer_Realize()
47 SLresult CAudioPlayer_Resume(void *self, SLboolean async) in CAudioPlayer_Resume()
DCEngine.c52 SLresult CEngine_Realize(void *self, SLboolean async) in CEngine_Realize()
79 SLresult CEngine_Resume(void *self, SLboolean async) in CEngine_Resume()
/frameworks/wilhelm/src/android/
DOutputMix_to_android.cpp29 SLresult android_outputMix_realize(COutputMix *om, SLboolean async) { in android_outputMix_realize()
Dandroid_GenericPlayer.cpp285 void GenericPlayer::notify(const char* event, int data, bool async) { in notify()
298 void GenericPlayer::notify(const char* event, int data1, int data2, bool async) { in notify()
DAudioRecorder_to_android.cpp389 SLresult android_audioRecorder_realize(CAudioRecorder* ar, SLboolean async) { in android_audioRecorder_realize()
DMediaPlayer_to_android.cpp409 XAresult android_Player_realize(CMediaPlayer *mp, SLboolean async) { in android_Player_realize()
DAudioPlayer_to_android.cpp1491 SLresult android_audioPlayer_realize(CAudioPlayer *pAudioPlayer, SLboolean async) { in android_audioPlayer_realize()
/frameworks/native/services/surfaceflinger/
DMonitoredProducer.cpp64 bool async, uint32_t w, uint32_t h, uint32_t format, uint32_t usage) { in dequeueBuffer()
108 void MonitoredProducer::allocateBuffers(bool async, uint32_t width, in allocateBuffers()
/frameworks/native/libs/gui/
DBufferQueueProducer.cpp135 bool async, int* found, status_t* returnFlags) const { in waitForFreeSlotThenRelock()
252 sp<android::Fence> *outFence, bool async, in dequeueBuffer()
523 bool async; in queueBuffer() local
906 void BufferQueueProducer::allocateBuffers(bool async, uint32_t width, in allocateBuffers()
DIGraphicBufferProducer.cpp93 virtual status_t dequeueBuffer(int *buf, sp<Fence>* fence, bool async, in dequeueBuffer()
257 virtual void allocateBuffers(bool async, uint32_t width, uint32_t height, in allocateBuffers()
302 bool async = data.readInt32(); in onTransact() local
415 bool async = static_cast<bool>(data.readInt32()); in onTransact() local
/frameworks/wilhelm/src/itf/
DIDynamicInterfaceManagement.c106 const SLInterfaceID iid, SLboolean async) in IDynamicInterfaceManagement_AddInterface()
354 const SLInterfaceID iid, SLboolean async) in IDynamicInterfaceManagement_ResumeInterface()
DIObject.c84 static SLresult IObject_Realize(SLObjectItf self, SLboolean async) in IObject_Realize()
227 static SLresult IObject_Resume(SLObjectItf self, SLboolean async) in IObject_Resume()
/frameworks/base/core/java/android/os/
DHandler.java167 public Handler(boolean async) { in Handler()
188 public Handler(Callback callback, boolean async) { in Handler()
227 public Handler(Looper looper, Callback callback, boolean async) { in Handler()
DMessage.java457 public void setAsynchronous(boolean async) { in setAsynchronous()
/frameworks/native/services/surfaceflinger/DisplayHardware/
DVirtualDisplaySurface.cpp290 bool async = (source == SOURCE_SINK); in dequeueBuffer() local
331 status_t VirtualDisplaySurface::dequeueBuffer(int* pslot, sp<Fence>* fence, bool async, in dequeueBuffer()
459 bool async; in queueBuffer() local
/frameworks/native/include/gui/
DIGraphicBufferProducer.h313 int async; member
/frameworks/native/libs/gui/tests/
DIGraphicBufferProducer_test.cpp188 int async; member
198 …status_t dequeueBuffer(bool async, uint32_t w, uint32_t h, uint32_t format, uint32_t usage, Dequeu… in dequeueBuffer()
/frameworks/base/core/java/android/view/textservice/
DSpellCheckerSession.java259 boolean async) { in processTask()
/frameworks/base/core/java/com/android/internal/os/
DHandlerCaller.java31 MyHandler(Looper looper, boolean async) { in MyHandler()
/frameworks/native/cmds/atrace/
Datrace.cpp811 bool async = false; in main() local
/frameworks/base/core/java/android/app/
DActivityThread.java2178 private void sendMessage(int what, Object obj, int arg1, int arg2, boolean async) { in sendMessage()
/frameworks/base/services/core/java/com/android/server/pm/
DPackageManagerService.java2537 boolean addPermissionLocked(PermissionInfo info, boolean async) { in addPermissionLocked()