Searched defs:synchronous (Results 1 – 6 of 6) sorted by relevance
11 bool synchronous = false; in main() local
75 Command cmd, bool synchronous, const sp<AMessage> &extra) { in issueCommand()
188 bool synchronous = static_cast<bool>(data.readInt32()); in onTransact() local
27 required bool synchronous = 3; field
529 const bool synchronous = (synchronizationCallback == nullptr); in compute() local
441 status_t SurfaceComposerClient::Transaction::apply(bool synchronous) { in apply()