Lines Matching refs:kDevice
130 : kDevice(device), kPreparedModel(preparedModel), kTestModel(testModel) {} in DeviceMemoryAllocator()
160 const auto ret = kDevice->allocate({}, {parcel}, inputRoles, outputRoles, &buffer); in allocateInternal()
198 const std::shared_ptr<IDevice> kDevice; member in aidl::android::hardware::neuralnetworks::vts::functional::__anon4cf4456d0111::DeviceMemoryAllocator
368 : kDevice(std::move(device)), kPreparedModel(std::move(preparedModel)) {} in ExecutionContext()
383 const std::shared_ptr<IDevice> kDevice; member in aidl::android::hardware::neuralnetworks::vts::functional::ExecutionContext
402 DeviceMemoryAllocator allocator(kDevice, kPreparedModel, testModel); in createRequest()
1041 ASSERT_NE(kDevice, nullptr); in SetUp()
1043 ndk::ScopedAStatus::fromStatus(AIBinder_ping(kDevice->asBinder().get())).isOk(); in SetUp()
1052 ASSERT_TRUE(kDevice->getInterfaceVersion(&deviceVersion).isOk()); in SkipIfDriverOlderThanTestModel()
1093 Execute(kDevice, kTestModel, TestKind::GENERAL); in TEST_P()
1097 Execute(kDevice, kTestModel, TestKind::DYNAMIC_SHAPE); in TEST_P()
1101 Execute(kDevice, kTestModel, TestKind::MEMORY_DOMAIN); in TEST_P()
1105 Execute(kDevice, kTestModel, TestKind::FENCED_COMPUTE); in TEST_P()
1109 Execute(kDevice, kTestModel, TestKind::QUANTIZATION_COUPLING); in TEST_P()
1113 Execute(kDevice, kTestModel, TestKind::INTINITE_LOOP_TIMEOUT); in TEST_P()