Searched refs:DeviceType (Results 1 – 8 of 8) sorted by relevance
55 using ::android::hardware::neuralnetworks::V1_2::DeviceType;
97 public @MediaRouter.RouteInfo.DeviceType int deviceType;
1638 public @interface DeviceType {} annotation in MediaRouter.RouteInfo1861 @DeviceType
506 static_assert(static_cast<int32_t>(DeviceType::OTHER) == ANEURALNETWORKS_DEVICE_OTHER,508 static_assert(static_cast<int32_t>(DeviceType::CPU) == ANEURALNETWORKS_DEVICE_CPU,510 static_assert(static_cast<int32_t>(DeviceType::GPU) == ANEURALNETWORKS_DEVICE_GPU,512 static_assert(static_cast<int32_t>(DeviceType::ACCELERATOR) == ANEURALNETWORKS_DEVICE_ACCELERATOR,
793 std::pair<ErrorStatus, DeviceType> result; in getType()798 return device->getType([&result](ErrorStatus error, DeviceType deviceType) { in getType()
80 cb(ErrorStatus::NONE, V1_2::DeviceType::CPU); in getType()
1072 enum DeviceType { enum1079 DeviceType deviceType;
41327 Landroid/media/MediaRouter$RouteInfo$DeviceType;