Lines Matching refs:kDevice
87 : kDevice(device), kPreparedModel(preparedModel), kTestModel(testModel) {} in DeviceMemoryAllocator()
117 const auto ret = kDevice->allocate({}, {parcel}, inputRoles, outputRoles, &buffer); in allocateInternal()
155 const std::shared_ptr<IDevice> kDevice; member in aidl::android::hardware::neuralnetworks::vts::functional::__anon4cf4456d0111::DeviceMemoryAllocator
321 : kDevice(std::move(device)), kPreparedModel(std::move(preparedModel)) {} in ExecutionContext()
336 const std::shared_ptr<IDevice> kDevice; member in aidl::android::hardware::neuralnetworks::vts::functional::ExecutionContext
355 DeviceMemoryAllocator allocator(kDevice, kPreparedModel, testModel); in createRequest()
906 ASSERT_NE(kDevice, nullptr); in SetUp()
908 ndk::ScopedAStatus::fromStatus(AIBinder_ping(kDevice->asBinder().get())).isOk(); in SetUp()
944 Execute(kDevice, kTestModel, TestKind::GENERAL); in TEST_P()
948 Execute(kDevice, kTestModel, TestKind::DYNAMIC_SHAPE); in TEST_P()
952 Execute(kDevice, kTestModel, TestKind::MEMORY_DOMAIN); in TEST_P()
956 Execute(kDevice, kTestModel, TestKind::FENCED_COMPUTE); in TEST_P()
960 Execute(kDevice, kTestModel, TestKind::QUANTIZATION_COUPLING); in TEST_P()
964 Execute(kDevice, kTestModel, TestKind::INTINITE_LOOP_TIMEOUT); in TEST_P()