Searched defs:Device (Results 1 - 5 of 5) sorted by relevance

/hardware/interfaces/renderscript/1.0/default/
H A DDevice.h23 struct Device : public IDevice { struct in namespace:android::hardware::renderscript::V1_0::implementation
24 Device();
H A DDevice.cpp2 #include "Device.h"
12 dispatchTable Device::mDispatchHal = loadHAL();
14 Device::Device() { function in class:android::hardware::renderscript::V1_0::implementation::Device
17 dispatchTable& Device::getHal() {
24 Return<sp<IContext>> Device::contextCreate(uint32_t sdkVersion, ContextType ct, int32_t flags) {
32 return new Device();
/hardware/interfaces/audio/2.0/default/
H A DDevice.h58 struct Device : public IDevice, public ParametersUtil { struct in namespace:android::hardware::audio::V2_0::implementation
59 explicit Device(audio_hw_device_t* device);
108 virtual ~Device();
H A DDevice.cpp27 #include "Device.h"
39 Device::Device(audio_hw_device_t* device) function in class:android::hardware::audio::V2_0::implementation::Device
43 Device::~Device() {
50 Result Device::analyzeStatus(const char* funcName, int status) {
52 ALOGW("Device %p %s: %s", mDevice, funcName, strerror(-status));
70 void Device::closeInputStream(audio_stream_in_t* stream) {
74 void Device::closeOutputStream(audio_stream_out_t* stream) {
78 char* Device
[all...]
/hardware/libhardware/include/hardware/
H A Dhwcomposer2.h369 case HWC2_COMPOSITION_DEVICE: return "Device";
585 Device = HWC2_COMPOSITION_DEVICE, member in class:HWC2::Composition
724 * Device Struct
849 * Device Functions

Completed in 142 milliseconds