Searched defs:synchronous (Results 1 – 4 of 4) sorted by relevance
11 bool synchronous = false; in main() local
73 Command cmd, bool synchronous, const sp<AMessage> &extra) { in issueCommand()
188 bool synchronous = static_cast<bool>(data.readInt32()); in onTransact() local
1163 status_t SurfaceComposerClient::Transaction::apply(bool synchronous, bool oneWay) { in apply()