Searched defs:synchronous (Results 1 - 4 of 4) sorted by relevance

/frameworks/av/media/libmediaplayerservice/nuplayer/
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/rs/tests/cpp_api/latency/
H A Dlatency.cpp11 bool synchronous = false; local
40 synchronous = true;
46 if (synchronous)
47 printf("forcing synchronous\n");
55 if (synchronous) flags |= RS_INIT_SYNCHRONOUS;
/frameworks/av/media/libmedia/
H A DIStreamSource.cpp162 Command cmd, bool synchronous, const sp<AMessage> &msg) {
166 data.writeInt32(static_cast<int32_t>(synchronous));
199 bool synchronous = static_cast<bool>(data.readInt32()); local
207 issueCommand(cmd, synchronous, msg);
161 issueCommand( Command cmd, bool synchronous, const sp<AMessage> &msg) argument
/frameworks/native/libs/gui/
H A DSurfaceComposerClient.cpp131 void closeGlobalTransactionImpl(bool synchronous);
203 static void closeGlobalTransaction(bool synchronous) { argument
204 Composer::getInstance().closeGlobalTransactionImpl(synchronous);
240 void Composer::closeGlobalTransactionImpl(bool synchronous) { argument
249 mForceSynchronous |= synchronous;
331 // Resizing a surface makes the transaction synchronous.
740 void SurfaceComposerClient::closeGlobalTransaction(bool synchronous) { argument
741 Composer::closeGlobalTransaction(synchronous);

Completed in 133 milliseconds