Searched refs:synchronous (Results 1 – 14 of 14) sorted by relevance
/frameworks/rs/tests/cpp_api/latency/ |
D | latency.cpp | 11 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/ |
D | IStreamSource.cpp | 162 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/ |
D | NuPlayerStreamListener.cpp | 75 Command cmd, bool synchronous, const sp<AMessage> &extra) { in issueCommand() argument 76 CHECK(!synchronous); in issueCommand()
|
D | NuPlayerStreamListener.h | 37 Command cmd, bool synchronous, const sp<AMessage> &extra);
|
/frameworks/av/include/media/ |
D | IStreamSource.h | 92 Command cmd, bool synchronous, const sp<AMessage> &msg = NULL) = 0;
|
/frameworks/av/media/libmedia/include/media/ |
D | IStreamSource.h | 92 Command cmd, bool synchronous, const sp<AMessage> &msg = NULL) = 0;
|
/frameworks/native/libs/gui/ |
D | SurfaceComposerClient.cpp | 131 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/ |
D | trace.proto | 27 required bool synchronous = 3; field
|
/frameworks/native/include/gui/ |
D | SurfaceComposerClient.h | 135 static void closeGlobalTransaction(bool synchronous = false);
|
/frameworks/native/cmds/surfacereplayer/replayer/trace_creator/ |
D | trace_creator.py | 91 increment.transaction.synchronous \
|
/frameworks/rs/script_api/ |
D | rs_for_each.spec | 110 This is a synchronous function. A call to this function only returns after all
|
/frameworks/native/cmds/surfacereplayer/replayer/ |
D | README.md | 153 **Transactions** contain whether the transaction was synchronous or animated and *repeated*
|
D | Replayer.cpp | 354 SurfaceComposerClient::closeGlobalTransaction(t.synchronous()); in doTransaction()
|
/frameworks/rs/script_api/include/ |
D | rs_for_each.rsh | 111 * This is a synchronous function. A call to this function only returns after all
|