Searched refs:synchronous (Results 1 - 8 of 8) sorted by relevance

/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayerStreamListener.h37 Command cmd, bool synchronous, const sp<AMessage> &extra);
H A DNuPlayerStreamListener.cpp75 Command cmd, bool synchronous, const sp<AMessage> &extra) {
76 CHECK(!synchronous);
74 issueCommand( Command cmd, bool synchronous, const sp<AMessage> &extra) argument
/frameworks/av/include/media/
H A DIStreamSource.h77 Command cmd, bool synchronous, const sp<AMessage> &msg = NULL) = 0;
/frameworks/av/media/libmedia/
H A DIStreamSource.cpp152 Command cmd, bool synchronous, const sp<AMessage> &msg) {
156 data.writeInt32(static_cast<int32_t>(synchronous));
189 bool synchronous = static_cast<bool>(data.readInt32()); local
197 issueCommand(cmd, synchronous, msg);
151 issueCommand( Command cmd, bool synchronous, const sp<AMessage> &msg) argument
/frameworks/av/media/libstagefright/include/
H A DFragmentedMP4Parser.h49 sp<AMessage> getFormat(bool audio, bool synchronous = false);
50 status_t dequeueAccessUnit(bool audio, sp<ABuffer> *accessUnit, bool synchronous = false);
/frameworks/native/libs/gui/
H A DSurfaceComposerClient.cpp125 void closeGlobalTransactionImpl(bool synchronous);
169 static void closeGlobalTransaction(bool synchronous) { argument
170 Composer::getInstance().closeGlobalTransactionImpl(synchronous);
187 void Composer::closeGlobalTransactionImpl(bool synchronous) { argument
202 if (synchronous || mForceSynchronous) {
260 // Resizing a surface makes the transaction synchronous.
489 void SurfaceComposerClient::closeGlobalTransaction(bool synchronous) { argument
490 Composer::closeGlobalTransaction(synchronous);
/frameworks/native/include/gui/
H A DSurfaceComposerClient.h106 static void closeGlobalTransaction(bool synchronous = false);
/frameworks/av/media/libstagefright/mp4/
H A DFragmentedMP4Parser.cpp253 sp<AMessage> FragmentedMP4Parser::getFormat(bool audio, bool synchronous) { argument
269 if (synchronous && err == -EWOULDBLOCK && !moovDone) {
343 bool synchronous) {
358 if (synchronous && err == -EWOULDBLOCK) {
364 ALOGV("dequeue fail 2: %d, %d", err, synchronous);
342 dequeueAccessUnit(bool audio, sp<ABuffer> *accessUnit, bool synchronous) argument

Completed in 90 milliseconds