Home
last modified time | relevance | path

Searched refs:synchronous (Results 1 – 14 of 14) sorted by relevance

/frameworks/rs/tests/cpp_api/latency/
Dlatency.cpp11 bool synchronous = false; in main() local
40 synchronous = true; in main()
46 if (synchronous) in main()
55 if (synchronous) flags |= RS_INIT_SYNCHRONOUS; in main()
/frameworks/av/media/libmedia/
DIStreamSource.cpp162 Command cmd, bool synchronous, const sp<AMessage> &msg) { in issueCommand()
166 data.writeInt32(static_cast<int32_t>(synchronous)); in issueCommand()
199 bool synchronous = static_cast<bool>(data.readInt32()); in onTransact() local
207 issueCommand(cmd, synchronous, msg); in onTransact()
/frameworks/av/media/libmediaplayerservice/nuplayer/
DNuPlayerStreamListener.cpp75 Command cmd, bool synchronous, const sp<AMessage> &extra) { in issueCommand() argument
76 CHECK(!synchronous); in issueCommand()
DNuPlayerStreamListener.h37 Command cmd, bool synchronous, const sp<AMessage> &extra);
/frameworks/av/include/media/
DIStreamSource.h92 Command cmd, bool synchronous, const sp<AMessage> &msg = NULL) = 0;
/frameworks/av/media/libmedia/include/media/
DIStreamSource.h92 Command cmd, bool synchronous, const sp<AMessage> &msg = NULL) = 0;
/frameworks/native/libs/gui/
DSurfaceComposerClient.cpp131 void closeGlobalTransactionImpl(bool synchronous);
203 static void closeGlobalTransaction(bool synchronous) { in closeGlobalTransaction() argument
204 Composer::getInstance().closeGlobalTransactionImpl(synchronous); in closeGlobalTransaction()
240 void Composer::closeGlobalTransactionImpl(bool synchronous) { in closeGlobalTransactionImpl() argument
249 mForceSynchronous |= synchronous; in closeGlobalTransactionImpl()
740 void SurfaceComposerClient::closeGlobalTransaction(bool synchronous) { in closeGlobalTransaction() argument
741 Composer::closeGlobalTransaction(synchronous); in closeGlobalTransaction()
/frameworks/native/cmds/surfacereplayer/proto/src/
Dtrace.proto27 required bool synchronous = 3; field
/frameworks/native/include/gui/
DSurfaceComposerClient.h135 static void closeGlobalTransaction(bool synchronous = false);
/frameworks/native/cmds/surfacereplayer/replayer/trace_creator/
Dtrace_creator.py91 increment.transaction.synchronous \
/frameworks/rs/script_api/
Drs_for_each.spec110 This is a synchronous function. A call to this function only returns after all
/frameworks/native/cmds/surfacereplayer/replayer/
DREADME.md153 **Transactions** contain whether the transaction was synchronous or animated and *repeated*
DReplayer.cpp354 SurfaceComposerClient::closeGlobalTransaction(t.synchronous()); in doTransaction()
/frameworks/rs/script_api/include/
Drs_for_each.rsh111 * This is a synchronous function. A call to this function only returns after all