Searched refs:outExt (Results 1 – 3 of 3) sorted by relevance
643 binder_status_t AIBinder_getExtension(AIBinder* binder, AIBinder** outExt) { in AIBinder_getExtension() argument644 if (binder == nullptr || outExt == nullptr) { in AIBinder_getExtension()645 if (outExt != nullptr) { in AIBinder_getExtension()646 *outExt = nullptr; in AIBinder_getExtension()655 *outExt = nullptr; in AIBinder_getExtension()662 *outExt = ret.get(); in AIBinder_getExtension()
155 bool outExt = false; in execute() local186 outExt = true; in execute()198 outExts.push_back(outExt); in execute()
586 binder_status_t AIBinder_getExtension(AIBinder* binder, AIBinder** outExt) __INTRODUCED_IN(30);