Searched refs:synchronous (Results 1 – 16 of 16) 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 | 151 Command cmd, bool synchronous, const sp<AMessage> &msg) { in issueCommand() 155 data.writeInt32(static_cast<int32_t>(synchronous)); in issueCommand() 188 bool synchronous = static_cast<bool>(data.readInt32()); in onTransact() local 196 issueCommand(cmd, synchronous, msg); in onTransact()
|
/frameworks/av/media/libmediaplayerservice/nuplayer/ |
D | NuPlayerStreamListener.cpp | 73 Command cmd, bool synchronous, const sp<AMessage> &extra) { in issueCommand() argument 74 CHECK(!synchronous); in issueCommand()
|
D | NuPlayerStreamListener.h | 37 Command cmd, bool synchronous, const sp<AMessage> &extra);
|
/frameworks/av/include/media/ |
D | IStreamSource.h | 58 Command cmd, bool synchronous, const sp<AMessage> &msg = NULL) = 0;
|
/frameworks/av/media/libmedia/include/media/ |
D | IStreamSource.h | 58 Command cmd, bool synchronous, const sp<AMessage> &msg = NULL) = 0;
|
/frameworks/ml/nn/runtime/ |
D | ExecutionBuilder.cpp | 529 const bool synchronous = (synchronizationCallback == nullptr); in compute() local 531 if (!synchronous) { in compute() 538 auto name = [synchronous, burstBuilder] { in compute() 539 return burstBuilder ? "burstCompute" : synchronous ? "compute" : "startCompute"; in compute() 570 if (synchronous) { in compute()
|
/frameworks/native/cmds/surfacereplayer/proto/src/ |
D | trace.proto | 27 required bool synchronous = 3; field
|
/frameworks/native/cmds/surfacereplayer/replayer/trace_creator/ |
D | trace_creator.py | 91 increment.transaction.synchronous \
|
/frameworks/native/libs/gui/include/gui/ |
D | SurfaceComposerClient.h | 328 status_t apply(bool synchronous = false);
|
/frameworks/ml/nn/tools/systrace_parser/ |
D | contract-between-code-and-parser.txt | 130 … 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 | 350 liveTransaction.apply(t.synchronous()); in doTransaction()
|
/frameworks/native/libs/gui/ |
D | SurfaceComposerClient.cpp | 441 status_t SurfaceComposerClient::Transaction::apply(bool synchronous) { in apply() argument 478 mForceSynchronous |= synchronous; in apply()
|
/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
|