/hardware/interfaces/audio/core/all-versions/default/ |
D | Device.cpp | 42 Device::Device(audio_hw_device_t* device) : mDevice(device) {} in Device() function in android::hardware::audio::CPP_VERSION::implementation::Device 44 Device::~Device() { in ~Device() 50 Result Device::analyzeStatus(const char* funcName, int status, in analyzeStatus() 55 void Device::closeInputStream(audio_stream_in_t* stream) { in closeInputStream() 59 void Device::closeOutputStream(audio_stream_out_t* stream) { in closeOutputStream() 63 char* Device::halGetParameters(const char* keys) { in halGetParameters() 67 int Device::halSetParameters(const char* keysAndValues) { in halSetParameters() 72 Return<Result> Device::initCheck() { in initCheck() 76 Return<Result> Device::setMasterVolume(float volume) { in setMasterVolume() 87 Return<void> Device::getMasterVolume(getMasterVolume_cb _hidl_cb) { in getMasterVolume() [all …]
|
D | DevicesFactory.cpp | 34 Return<void> DevicesFactory::openDevice(IDevicesFactory::Device device, openDevice_cb _hidl_cb) { in openDevice() 36 case IDevicesFactory::Device::PRIMARY: in openDevice() 38 case IDevicesFactory::Device::A2DP: in openDevice() 40 case IDevicesFactory::Device::USB: in openDevice() 42 case IDevicesFactory::Device::R_SUBMIX: in openDevice() 44 case IDevicesFactory::Device::STUB: in openDevice() 63 return openDevice<implementation::Device>(moduleName, _hidl_cb); in openDevice()
|
/hardware/qcom/neuralnetworks/hvxservice/1.0/ |
D | Device.cpp | 35 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()
|
D | Device.h | 41 struct Device : public IDevice { struct 42 Device(); 43 ~Device() override;
|
D | Service.cpp | 26 using android::hardware::neuralnetworks::V1_0::implementation::Device; 29 android::sp<IDevice> device = new Device(); in main()
|
/hardware/interfaces/renderscript/1.0/default/ |
D | Context.cpp | 44 mContext = Device::getHal().ContextCreateVendor(_dev, _version, _sdkVersion, in Context() 85 RsAllocation _subAlloc = Device::getHal().AllocationAdapterCreate(mContext, _type, _baseAlloc); in allocationAdapterCreate() 92 …Device::getHal().AllocationAdapterOffset(mContext, _alloc, _offsets.data(), _offsets.size() * size… in allocationAdapterOffset() 98 const void* _type = Device::getHal().AllocationGetType(mContext, _allocation); in allocationGetType() 107 …RsAllocation _allocation = Device::getHal().AllocationCreateTyped(mContext, _type, _amips, _usage,… in allocationCreateTyped() 116 …RsAllocation _allocation = Device::getHal().AllocationCreateFromBitmap(mContext, _type, _amips, _b… in allocationCreateFromBitmap() 125 …RsAllocation _allocation = Device::getHal().AllocationCubeCreateFromBitmap(mContext, _type, _amips… in allocationCubeCreateFromBitmap() 131 RsNativeWindow _nativeWindow = Device::getHal().AllocationGetSurface(mContext, _allocation); in allocationGetNativeWindow() 138 Device::getHal().AllocationSetSurface(mContext, _allocation, _nativewindow); in allocationSetNativeWindow() 145 Device::getHal().AllocationSetupBufferQueue(mContext, _alloc, _numBuffer); in allocationSetupBufferQueue() [all …]
|
D | Device.cpp | 32 dispatchTable Device::mDispatchHal = loadHAL(); 34 Device::Device() { in Device() function in android::hardware::renderscript::V1_0::implementation::Device 37 dispatchTable& Device::getHal() { in getHal() 44 Return<sp<IContext>> Device::contextCreate(uint32_t sdkVersion, ContextType ct, int32_t flags) { in contextCreate() 52 return new Device(); in HIDL_FETCH_IDevice()
|
D | Device.h | 39 struct Device : public IDevice { struct 40 Device();
|
D | Android.bp | 8 "Device.cpp",
|
/hardware/interfaces/tv/cec/2.0/ |
D | IHdmiCec.hal | 26 * Passes Primary Device Type that must be used in this system. 32 * Device Type as specified in CEC Table 11-8 of the CEC spec 2.0b. 44 * Clears all Primary Device Types. 46 * It is used when the system plan to reconfigure Primary Device Type, 55 * Set All Device Types for a Primary Device Type. 60 * @param allDeviceTypes device all device types for a Primary Device Type. 66 * Set Device Features for a Primary Device Type. 71 * @param deviceType The device Primary Device Type. 72 * @param deviceFeatures device features for a Primary Device Type. 79 * Set Remote Control Profile for a Primary Device Type. [all …]
|
D | types.hal | 188 * CEC All Device Type Value as specified in Table 11-30 of the CEC spec 2.0b. 202 * CEC All Device Types 221 * Device Feature 237 * CEC Device Features 333 /** CEC Device Remote Control Profile */ 336 /** CEC Device Vendor ID */
|
/hardware/interfaces/camera/common/1.0/ |
D | types.hal | 301 * 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/ |
D | IDevicesFactory.hal | 25 enum Device : int32_t { 44 openDevice(Device device) generates (Result retval, IDevice result);
|
/hardware/interfaces/thermal/2.0/ |
D | types.hal | 21 /** Device temperature types */ 36 /** Device cooling device types */ 47 /** Device throttling severity */ 77 * Device functionalities will be limited.
|
/hardware/interfaces/tv/input/1.0/ |
D | ITvInput.hal | 42 * @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/interfaces/wifi/1.1/ |
D | IWifiChip.hal | 37 * Device to Device RTT. 41 * Device to AP RTT.
|
/hardware/interfaces/audio/core/all-versions/default/include/core/default/ |
D | Device.h | 51 struct Device : public IDevice, public ParametersUtil { struct 52 explicit Device(audio_hw_device_t* device); 130 virtual ~Device();
|
D | DevicesFactory.h | 42 Return<void> openDevice(IDevicesFactory::Device device, openDevice_cb _hidl_cb) override;
|
D | StreamIn.h | 53 StreamIn(const sp<Device>& device, audio_stream_in_t* stream); 124 const sp<Device> mDevice;
|
D | StreamOut.h | 53 StreamOut(const sp<Device>& device, audio_stream_out_t* stream); 130 const sp<Device> mDevice;
|
/hardware/qcom/display/msm8996/sdm/libs/hwc2/ |
D | hwc_layers.h | 104 HWC2::Composition client_requested_ = HWC2::Composition::Device; 106 HWC2::Composition device_selected_ = HWC2::Composition::Device;
|
/hardware/qcom/display/msm8909w_3100/sdm/libs/hwc2/ |
D | hwc_layers.h | 106 HWC2::Composition client_requested_ = HWC2::Composition::Device; 108 HWC2::Composition device_selected_ = HWC2::Composition::Device;
|
/hardware/qcom/display/msm8998/sdm/libs/hwc2/ |
D | hwc_layers.h | 113 HWC2::Composition client_requested_ = HWC2::Composition::Device; 115 HWC2::Composition device_selected_ = HWC2::Composition::Device;
|
/hardware/qcom/display/msm8909/sdm/libs/hwc2/ |
D | hwc_layers.h | 112 HWC2::Composition client_requested_ = HWC2::Composition::Device; 114 HWC2::Composition device_selected_ = HWC2::Composition::Device;
|
/hardware/qcom/sdm845/display/sdm/libs/hwc2/ |
D | hwc_layers.h | 136 HWC2::Composition client_requested_ = HWC2::Composition::Device; 138 HWC2::Composition device_selected_ = HWC2::Composition::Device;
|