Lines Matching refs:mDevice
149 mDevice(device), in RandomGraphGenerator()
204 if (mDevice) { in runRandomModel()
212 model.getHandle(), &mDevice, 1, opsSupportedFlags.get()); in runRandomModel()
235 if (mDevice) { in runRandomModel()
236 devices.push_back(mDevice); in runRandomModel()
289 const ANeuralNetworksDevice* mDevice; member in RandomGraphGenerator
313 if (!mDevice) { in HalVersionsSupportedByDevice()
319 ANeuralNetworksDevice_getFeatureLevel(mDevice, &featureLevel); in HalVersionsSupportedByDevice()
334 if (!mDevice) { in OperandTypesSupportedByDevice()
340 ANeuralNetworksDevice_getType(mDevice, &deviceType); in OperandTypesSupportedByDevice()
387 if (!mDevice) { in OperationsSupportedByDevice()
425 model.getHandle(), &mDevice, 1, opsSupportedFlags.get()); in OperationsSupportedByDevice()