Home
last modified time | relevance | path

Searched defs:Device (Results 1 – 11 of 11) sorted by relevance

/hardware/interfaces/audio/core/all-versions/default/include/core/default/
DDevice.h52 struct Device : public IDevice, public ParametersUtil { struct
141 audio_hw_device_t* device() const { return mDevice; } in device() argument
143 uint32_t version() const { return mDevice->common.version; } in version() argument
147 audio_hw_device_t* mDevice; argument
150 virtual ~Device(); argument
/hardware/interfaces/renderscript/1.0/default/
DDevice.h39 struct Device : public IDevice { struct
DDevice.cpp34 Device::Device() { in Device() function in android::hardware::renderscript::V1_0::implementation::Device
/hardware/interfaces/neuralnetworks/1.0/utils/src/
DDevice.cpp86 Device::Device(PrivateConstructorTag /*tag*/, std::string name, nn::Capabilities capabilities, in Device() function in android::hardware::neuralnetworks::V1_0::utils::Device
/hardware/interfaces/neuralnetworks/1.1/utils/src/
DDevice.cpp86 Device::Device(PrivateConstructorTag /*tag*/, std::string name, nn::Capabilities capabilities, in Device() function in android::hardware::neuralnetworks::V1_1::utils::Device
/hardware/interfaces/neuralnetworks/1.3/utils/src/
DDevice.cpp123 Device::Device(PrivateConstructorTag /*tag*/, std::string name, std::string versionString, in Device() function in android::hardware::neuralnetworks::V1_3::utils::Device
/hardware/interfaces/neuralnetworks/1.2/utils/src/
DDevice.cpp172 Device::Device(PrivateConstructorTag /*tag*/, std::string name, std::string versionString, in Device() function in android::hardware::neuralnetworks::V1_2::utils::Device
/hardware/interfaces/neuralnetworks/aidl/utils/src/
DDevice.cpp151 Device::Device(PrivateConstructorTag /*tag*/, std::string name, std::string versionString, in Device() function in aidl::android::hardware::neuralnetworks::utils::Device
/hardware/interfaces/audio/core/all-versions/default/
DDevice.cpp44 Device::Device(audio_hw_device_t* device) : mIsClosed(false), mDevice(device) {} in Device() function in android::hardware::audio::CPP_VERSION::implementation::Device
/hardware/interfaces/neuralnetworks/utils/adapter/src/
DDevice.cpp327 Device::Device(nn::SharedDevice device, Executor executor) in Device() function in android::hardware::neuralnetworks::adapter::Device
/hardware/libhardware/include/hardware/
Dhwcomposer2.h829 Device = HWC2_COMPOSITION_DEVICE, enumerator