Searched refs:mSupportsOperationByIndex (Results 1 – 1 of 1) sorted by relevance
920 device->getSupportedOperations(hidlModel, &mSupportsOperationByIndex); in initialize()923 bool check(size_t operationIndex) const { return mSupportsOperationByIndex[operationIndex]; } in check()926 hidl_vec<bool> mSupportsOperationByIndex; member in android::nn::__anonfc5b57a50911::CanDo