Home
last modified time | relevance | path

Searched refs:getDeviceTypeFrom (Results 1 – 4 of 4) sorted by relevance

/aosp12/hardware/interfaces/neuralnetworks/1.2/utils/src/
H A DDevice.cpp114 nn::GeneralResult<nn::DeviceType> getDeviceTypeFrom(V1_2::IDevice* device) { in getDeviceTypeFrom() function
160 const auto deviceType = NN_TRY(getDeviceTypeFrom(device.get())); in create()
/aosp12/hardware/interfaces/neuralnetworks/aidl/utils/src/
H A DDevice.cpp83 nn::GeneralResult<nn::DeviceType> getDeviceTypeFrom(aidl_hal::IDevice* device) { in getDeviceTypeFrom() function
139 const auto deviceType = NN_TRY(getDeviceTypeFrom(device.get())); in create()
/aosp12/hardware/interfaces/neuralnetworks/1.2/utils/include/nnapi/hal/1.2/
H A DDevice.h46 nn::GeneralResult<nn::DeviceType> getDeviceTypeFrom(V1_2::IDevice* device);
/aosp12/hardware/interfaces/neuralnetworks/1.3/utils/src/
H A DDevice.cpp110 const auto deviceType = NN_TRY(V1_2::utils::getDeviceTypeFrom(device.get())); in create()