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

12

/frameworks/wilhelm/src/android/
H A DOutputMix_to_android.cpp29 SLresult android_outputMix_realize(COutputMix *om, SLboolean async) { argument
H A DMediaPlayer_to_android.cpp410 XAresult android_Player_realize(CMediaPlayer *mp, SLboolean async) { argument
H A DAudioRecorder_to_android.cpp633 SLresult android_audioRecorder_realize(CAudioRecorder* ar, SLboolean async) { argument
H A Dandroid_GenericPlayer.cpp285 void GenericPlayer::notify(const char* event, int data, bool async) { argument
286 SL_LOGV("GenericPlayer::notify(event=%s, data=%d, async=%s)", event, data,
287 async ? "true" : "false");
290 if (async) {
298 void GenericPlayer::notify(const char* event, int data1, int data2, bool async) { argument
299 SL_LOGV("GenericPlayer::notify(event=%s, data1=%d, data2=%d, async=%s)", event, data1, data2,
300 async ? "true" : "false");
303 if (async) {
403 true /*async*/);
555 notify(PLAYEREVENT_PREFETCHSTATUSCHANGE, (int32_t)mCacheStatus, true /*async*/);
[all...]
H A DAudioPlayer_to_android.cpp1619 SLresult android_audioPlayer_realize(CAudioPlayer *pAudioPlayer, SLboolean async) { argument
/frameworks/wilhelm/src/objects/
H A DCAudioRecorder.cpp24 SLresult CAudioRecorder_Realize(void *self, SLboolean async) argument
30 result = android_audioRecorder_realize(thiz, async);
39 SLresult CAudioRecorder_Resume(void *self, SLboolean async) argument
H A DCMediaPlayer.cpp27 XAresult CMediaPlayer_Realize(void *self, XAboolean async) argument
35 result = android_Player_realize(thiz, async);
41 XAresult CMediaPlayer_Resume(void *self, XAboolean async) argument
H A DCAudioPlayer.cpp24 SLresult CAudioPlayer_Realize(void *self, SLboolean async) argument
30 result = android_audioPlayer_realize(thiz, async);
47 SLresult CAudioPlayer_Resume(void *self, SLboolean async) argument
H A DCOutputMix.cpp24 SLresult COutputMix_Realize(void *self, SLboolean async) argument
30 result = android_outputMix_realize(thiz, async);
39 SLresult COutputMix_Resume(void *self, SLboolean async) argument
H A DCEngine.cpp57 SLresult CEngine_Realize(void *self, SLboolean async) argument
94 SLresult CEngine_Resume(void *self, SLboolean async) argument
/frameworks/wilhelm/src/itf/
H A DIDynamicInterfaceManagement.cpp106 const SLInterfaceID iid, SLboolean async)
132 if (async) {
354 const SLInterfaceID iid, SLboolean async)
380 if (async) {
105 IDynamicInterfaceManagement_AddInterface(SLDynamicInterfaceManagementItf self, const SLInterfaceID iid, SLboolean async) argument
353 IDynamicInterfaceManagement_ResumeInterface(SLDynamicInterfaceManagementItf self, const SLInterfaceID iid, SLboolean async) argument
H A DIObject.cpp46 // but the hook is permitted to temporarily unlock the mutex (e.g. for async).
84 static SLresult IObject_Realize(SLObjectItf self, SLboolean async) argument
114 if (async && (SL_OBJECTID_ENGINE != clazz->mSLObjectID)) {
124 assert(async);
137 // but the hook is permitted to temporarily unlock the mutex (e.g. for async).
138 result = (NULL != realize) ? (*realize)(thiz, async) : SL_RESULT_SUCCESS;
148 if (async && (NULL != callback)) {
189 // but the hook is permitted to temporarily unlock the mutex (e.g. for async).
227 static SLresult IObject_Resume(SLObjectItf self, SLboolean async) argument
242 if (async) {
[all...]
/frameworks/base/core/java/android/os/
H A DMessage.java455 * @param async True if the message is asynchronous.
459 public void setAsynchronous(boolean async) { argument
460 if (async) {
H A DHandler.java165 * @param async If true, the handler calls {@link Message#setAsynchronous(boolean)} for
170 public Handler(boolean async) { argument
171 this(null, async);
186 * @param async If true, the handler calls {@link Message#setAsynchronous(boolean)} for
191 public Handler(Callback callback, boolean async) { argument
208 mAsynchronous = async;
225 * @param async If true, the handler calls {@link Message#setAsynchronous(boolean)} for
230 public Handler(Looper looper, Callback callback, boolean async) { argument
234 mAsynchronous = async;
/frameworks/base/core/java/com/android/internal/os/
H A DHandlerCaller.java31 MyHandler(Looper looper, boolean async) { argument
32 super(looper, null, async);
/frameworks/av/media/libstagefright/omx/1.0/
H A DWGraphicBufferProducer.cpp54 Return<int32_t> TWGraphicBufferProducer::setAsyncMode(bool async) { argument
55 return static_cast<int32_t>(mBase->setAsyncMode(async));
/frameworks/base/core/java/android/view/textservice/
H A DSpellCheckerSession.java281 boolean async) {
286 + " scp.mWhat=" + taskToString(scp.mWhat) + " async=" + async
291 if (async || mAsyncHandler == null) {
333 // if it is pending as an async operation.
280 processTask(ISpellCheckerSession session, SpellCheckerParams scp, boolean async) argument
/frameworks/native/libs/vr/libbufferhubqueue/
H A Dbuffer_hub_queue_producer.cpp105 status_t BufferHubQueueProducer::setAsyncMode(bool async) { argument
106 if (async) {
109 // android::BufferQueue's async mode (a.k.a. allocating an additional buffer
420 // BufferHubQueue is always operating in async mode, thus semantically
/frameworks/native/services/surfaceflinger/
H A DMonitoredProducer.cpp67 status_t MonitoredProducer::setAsyncMode(bool async) { argument
68 return mProducer->setAsyncMode(async);
/frameworks/native/libs/gui/
H A DIGraphicBufferProducer.cpp113 virtual status_t setAsyncMode(bool async) { argument
117 data.writeInt32(async);
515 status_t setAsyncMode(bool async) override {
516 return mBase->setAsyncMode(async);
647 bool async = data.readInt32(); local
648 int result = setAsyncMode(async);
H A DBufferQueueProducer.cpp147 "exceed the maxBufferCount (%d) (maxAcquired %d async %d "
174 status_t BufferQueueProducer::setAsyncMode(bool async) { argument
176 BQ_LOGV("setAsyncMode: async = %d", async);
188 if (async == mCore->mAsyncMode) {
193 (async || mCore->mDequeueBufferCannotBlock ? 1 : 0)) >
197 "maxDequeued %d mDequeueBufferCannotBlock %d)", async,
204 int delta = mCore->getMaxBufferCountLocked(async,
213 mCore->mAsyncMode = async;
H A DSurface.cpp1345 int Surface::setAsyncMode(bool async) { argument
1350 status_t err = mGraphicBufferProducer->setAsyncMode(async);
1352 async, strerror(-err));
/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DVirtualDisplaySurface.cpp336 status_t VirtualDisplaySurface::setAsyncMode(bool async) { argument
337 return mSource[SOURCE_SINK]->setAsyncMode(async);
/frameworks/native/cmds/atrace/
H A Datrace.cpp1075 bool async = false; local
1159 async = true;
1164 async = true;
1167 async = true;
1211 if (ok && !async && !traceStream) {
/frameworks/native/libs/gui/bufferqueue/1.0/
H A DH2BGraphicBufferProducer.cpp987 status_t H2BGraphicBufferProducer::setAsyncMode(bool async) { argument
988 return toStatusT(mBase->setAsyncMode(async));

Completed in 5117 milliseconds

12