Home
last modified time | relevance | path

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

/hardware/interfaces/neuralnetworks/1.2/utils/src/
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()
/hardware/interfaces/neuralnetworks/1.2/utils/include/nnapi/hal/1.2/
DDevice.h46 nn::GeneralResult<nn::DeviceType> getDeviceTypeFrom(V1_2::IDevice* device);
/hardware/interfaces/neuralnetworks/aidl/utils/src/
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()
/hardware/interfaces/neuralnetworks/1.3/utils/src/
DDevice.cpp110 const auto deviceType = NN_TRY(V1_2::utils::getDeviceTypeFrom(device.get())); in create()