Searched refs:outExt (Results 1 – 3 of 3) sorted by relevance
650 binder_status_t AIBinder_getExtension(AIBinder* binder, AIBinder** outExt) { in AIBinder_getExtension() argument651 if (binder == nullptr || outExt == nullptr) { in AIBinder_getExtension()652 if (outExt != nullptr) { in AIBinder_getExtension()653 *outExt = nullptr; in AIBinder_getExtension()662 *outExt = nullptr; in AIBinder_getExtension()669 *outExt = ret.get(); in AIBinder_getExtension()
155 bool outExt = false; in execute() local186 outExt = true; in execute()198 outExts.push_back(outExt); in execute()
589 binder_status_t AIBinder_getExtension(AIBinder* binder, AIBinder** outExt) __INTRODUCED_IN(30);