Home
last modified time | relevance | path

Searched defs:deviceType (Results 1 – 16 of 16) sorted by relevance

/hardware/interfaces/neuralnetworks/aidl/utils/src/
DInvalidDevice.cpp64 constexpr auto deviceType = DeviceType::OTHER; in create() local
74 std::vector<Extension> extensions, DeviceType deviceType, in InvalidDevice()
114 ndk::ScopedAStatus InvalidDevice::getType(DeviceType* deviceType) { in getType()
DDevice.cpp85 DeviceType deviceType; in getDeviceTypeFrom() local
139 const auto deviceType = NN_TRY(getDeviceTypeFrom(device.get())); in create() local
152 nn::Version featureLevel, nn::DeviceType deviceType, in Device()
DConversions.cpp157 GeneralResult<DeviceType> unvalidatedConvert(const aidl_hal::DeviceType& deviceType) { in unvalidatedConvert()
548 GeneralResult<DeviceType> convert(const aidl_hal::DeviceType& deviceType) { in convert()
840 nn::GeneralResult<DeviceType> unvalidatedConvert(const nn::DeviceType& deviceType) { in unvalidatedConvert()
1160 nn::GeneralResult<DeviceType> convert(const nn::DeviceType& deviceType) { in convert()
/hardware/interfaces/neuralnetworks/1.2/utils/src/
DDevice.cpp63 DeviceType deviceType) { in deviceTypeCallback()
160 const auto deviceType = NN_TRY(getDeviceTypeFrom(device.get())); in create() local
173 nn::DeviceType deviceType, std::vector<nn::Extension> extensions, in Device()
DConversions.cpp101 GeneralResult<DeviceType> unvalidatedConvert(const hal::V1_2::DeviceType& deviceType) { in unvalidatedConvert()
278 GeneralResult<DeviceType> convert(const hal::V1_2::DeviceType& deviceType) { in convert()
406 nn::GeneralResult<DeviceType> unvalidatedConvert(const nn::DeviceType& deviceType) { in unvalidatedConvert()
569 nn::GeneralResult<DeviceType> convert(const nn::DeviceType& deviceType) { in convert()
/hardware/interfaces/neuralnetworks/1.3/utils/src/
DDevice.cpp110 const auto deviceType = NN_TRY(V1_2::utils::getDeviceTypeFrom(device.get())); in create() local
124 nn::DeviceType deviceType, std::vector<nn::Extension> extensions, in Device()
DConversions.cpp758 nn::GeneralResult<V1_2::DeviceType> convert(const nn::DeviceType& deviceType) { in convert()
/hardware/interfaces/tv/cec/1.0/vts/functional/
DVtsHalTvCecV1_0TargetTest.cpp82 for (auto deviceType = deviceTypes.begin(); deviceType != deviceTypes.end(); ++deviceType) { in hasDeviceType() local
/hardware/interfaces/audio/aidl/vts/
DModuleConfig.cpp83 for (auto deviceType : deviceTypes) { in getAudioPortsForDeviceTypes() local
234 AudioDeviceType deviceType = isInput ? AudioDeviceType::IN_SUBMIX : AudioDeviceType::OUT_SUBMIX; in getRemoteSubmixPorts() local
/hardware/interfaces/tv/cec/1.0/default/
DHdmiCecDefault.cpp239 uint32_t deviceType = GetUintProperty<uint32_t>(PROPERTY_DEVICE_TYPE, CEC_DEVICE_PLAYBACK); in getPortInfo() local
/hardware/interfaces/neuralnetworks/utils/adapter/aidl/src/
DDevice.cpp275 ndk::ScopedAStatus Device::getType(DeviceType* deviceType) { in getType()
/hardware/interfaces/wifi/supplicant/aidl/vts/functional/
Dsupplicant_p2p_iface_aidl_test.cpp343 const std::vector<uint8_t> deviceType = std::vector<uint8_t>(8, 0x01); in TEST_P() local
Dsupplicant_sta_iface_aidl_test.cpp432 const std::vector<uint8_t> deviceType = {8, 0x1}; in TEST_P() local
/hardware/interfaces/audio/aidl/default/
DModule.cpp1639 const AudioDeviceType deviceType = in getMicrophoneInfos() local
/hardware/interfaces/audio/common/all-versions/default/tests/
Dhidlutils_tests.cpp413 const AudioDevice deviceType = toString(enumVal); in TEST() local
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h3202 VkPhysicalDeviceType deviceType; member