Home
last modified time | relevance | path

Searched refs:Device (Results 1 – 25 of 56) sorted by relevance

123

/hardware/interfaces/audio/core/all-versions/default/include/core/all-versions/default/
DDevice.impl.h35 Device::Device(audio_hw_device_t* device) : mDevice(device) {} in Device() function
37 Device::~Device() { in ~Device()
43 Result Device::analyzeStatus(const char* funcName, int status) { in analyzeStatus()
47 void Device::closeInputStream(audio_stream_in_t* stream) { in closeInputStream()
51 void Device::closeOutputStream(audio_stream_out_t* stream) { in closeOutputStream()
55 char* Device::halGetParameters(const char* keys) { in halGetParameters()
59 int Device::halSetParameters(const char* keysAndValues) { in halSetParameters()
64 Return<Result> Device::initCheck() { in initCheck()
68 Return<Result> Device::setMasterVolume(float volume) { in setMasterVolume()
79 Return<void> Device::getMasterVolume(getMasterVolume_cb _hidl_cb) { in getMasterVolume()
[all …]
DDevicesFactory.impl.h30 Return<void> DevicesFactory::openDevice(IDevicesFactory::Device device, openDevice_cb _hidl_cb) { in openDevice()
32 case IDevicesFactory::Device::PRIMARY: in openDevice()
34 case IDevicesFactory::Device::A2DP: in openDevice()
36 case IDevicesFactory::Device::USB: in openDevice()
38 case IDevicesFactory::Device::R_SUBMIX: in openDevice()
40 case IDevicesFactory::Device::STUB: in openDevice()
60 return openDevice<implementation::Device>(moduleName, _hidl_cb); in openDevice()
DDevice.h64 struct Device : public IDevice, public ParametersUtil { struct
65 explicit Device(audio_hw_device_t* device);
135 virtual ~Device();
DDevicesFactory.h41 Return<void> openDevice(IDevicesFactory::Device device, openDevice_cb _hidl_cb) override;
DStreamIn.h54 StreamIn(const sp<Device>& device, audio_stream_in_t* stream);
122 const sp<Device> mDevice;
DStreamOut.h56 StreamOut(const sp<Device>& device, audio_stream_out_t* stream);
133 const sp<Device> mDevice;
/hardware/qcom/neuralnetworks/hvxservice/1.0/
DDevice.cpp35 Device::Device() : mCurrentStatus(DeviceStatus::AVAILABLE) {} in Device() function in android::hardware::neuralnetworks::V1_0::implementation::Device
37 Device::~Device() {} in ~Device()
46 Return<void> Device::getCapabilities(getCapabilities_cb _hidl_cb) { in getCapabilities()
70 Return<void> Device::getSupportedOperations(const Model& model, in getSupportedOperations()
104 Return<ErrorStatus> Device::prepareModel(const Model& model, in prepareModel()
128 Return<DeviceStatus> Device::getStatus() { in getStatus()
DDevice.h41 struct Device : public IDevice { struct
42 Device();
43 ~Device() override;
DService.cpp26 using android::hardware::neuralnetworks::V1_0::implementation::Device;
29 android::sp<IDevice> device = new Device(); in main()
DAndroid.bp25 "Device.cpp",
/hardware/interfaces/renderscript/1.0/default/
DContext.cpp28 mContext = Device::getHal().ContextCreateVendor(_dev, _version, _sdkVersion, in Context()
69 RsAllocation _subAlloc = Device::getHal().AllocationAdapterCreate(mContext, _type, _baseAlloc); in allocationAdapterCreate()
76Device::getHal().AllocationAdapterOffset(mContext, _alloc, _offsets.data(), _offsets.size() * size… in allocationAdapterOffset()
82 const void* _type = Device::getHal().AllocationGetType(mContext, _allocation); in allocationGetType()
91 …RsAllocation _allocation = Device::getHal().AllocationCreateTyped(mContext, _type, _amips, _usage,… in allocationCreateTyped()
100 …RsAllocation _allocation = Device::getHal().AllocationCreateFromBitmap(mContext, _type, _amips, _b… in allocationCreateFromBitmap()
109 …RsAllocation _allocation = Device::getHal().AllocationCubeCreateFromBitmap(mContext, _type, _amips… in allocationCubeCreateFromBitmap()
115 RsNativeWindow _nativeWindow = Device::getHal().AllocationGetSurface(mContext, _allocation); in allocationGetNativeWindow()
122 Device::getHal().AllocationSetSurface(mContext, _allocation, _nativewindow); in allocationSetNativeWindow()
129 Device::getHal().AllocationSetupBufferQueue(mContext, _alloc, _numBuffer); in allocationSetupBufferQueue()
[all …]
DDevice.cpp16 dispatchTable Device::mDispatchHal = loadHAL();
18 Device::Device() { in Device() function in android::hardware::renderscript::V1_0::implementation::Device
21 dispatchTable& Device::getHal() { in getHal()
28 Return<sp<IContext>> Device::contextCreate(uint32_t sdkVersion, ContextType ct, int32_t flags) { in contextCreate()
36 return new Device(); in HIDL_FETCH_IDevice()
DDevice.h23 struct Device : public IDevice { struct
24 Device();
DAndroid.bp8 "Device.cpp",
/hardware/interfaces/camera/common/1.0/
Dtypes.hal301 * Ex. 1: Camera Device 0 = Back Camera
302 * Camera Device 1 = Front Camera
308 * Camera Device 0 - resourceCost = 51
310 * Camera Device 1 - resourceCost = 51
327 * Ex. 2: Camera Device 0 = Left Back Camera
328 * Camera Device 1 = Right Back Camera
329 * Camera Device 2 = Combined stereo camera using both right and left
331 * Camera Device 3 = Front Camera
340 * Camera Device 0 - resourceCost = 50
342 * Camera Device 1 - resourceCost = 50
[all …]
/hardware/interfaces/audio/2.0/
DIDevicesFactory.hal25 enum Device : int32_t {
44 openDevice(Device device) generates (Result retval, IDevice result);
/hardware/interfaces/wifi/1.1/
DIWifiChip.hal37 * Device to Device RTT.
41 * Device to AP RTT.
/hardware/interfaces/tv/input/1.0/
DITvInput.hal42 * @param deviceId Device ID for the configurations.
54 * @param deviceId Device ID for the steam to open.
71 * @param deviceId Device ID for the steam to open.
/hardware/qcom/display/msm8996/sdm/libs/hwc2/
Dhwc_layers.h99 HWC2::Composition client_requested_ = HWC2::Composition::Device;
101 HWC2::Composition device_selected_ = HWC2::Composition::Device;
/hardware/qcom/display/msm8909w_3100/sdm/libs/hwc2/
Dhwc_layers.h106 HWC2::Composition client_requested_ = HWC2::Composition::Device;
108 HWC2::Composition device_selected_ = HWC2::Composition::Device;
/hardware/qcom/display/msm8909/sdm/libs/hwc2/
Dhwc_layers.h110 HWC2::Composition client_requested_ = HWC2::Composition::Device;
112 HWC2::Composition device_selected_ = HWC2::Composition::Device;
/hardware/qcom/display/msm8998/sdm/libs/hwc2/
Dhwc_layers.h109 HWC2::Composition client_requested_ = HWC2::Composition::Device;
111 HWC2::Composition device_selected_ = HWC2::Composition::Device;
/hardware/interfaces/audio/core/4.0/default/
DAndroid.bp8 "Device.cpp",
/hardware/interfaces/audio/core/2.0/default/
DAndroid.bp8 "Device.cpp",
/hardware/interfaces/wifi/supplicant/1.0/
DISupplicantP2pNetwork.hal106 * This is a list of P2P Clients (P2P Device Address) that have joined
121 * This is a list of P2P Clients (P2P Device Address) that have joined

123