Home
last modified time | relevance | path

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

/hardware/interfaces/audio/core/all-versions/default/include/core/default/
DDevice.h51 struct Device : public IDevice, public ParametersUtil { struct
129 audio_hw_device_t* device() const { return mDevice; } in device() argument
133 audio_hw_device_t* mDevice; argument
136 virtual ~Device(); argument
144 uint32_t version() const { return mDevice->common.version; } in version() 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/qcom/neuralnetworks/hvxservice/1.0/
DDevice.h41 struct Device : public IDevice { struct
DDevice.cpp35 Device::Device() : mCurrentStatus(DeviceStatus::AVAILABLE) {} in Device() function in android::hardware::neuralnetworks::V1_0::implementation::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/libhardware/include/hardware/
Dhwcomposer2.h742 Device = HWC2_COMPOSITION_DEVICE, enumerator