/hardware/interfaces/audio/core/all-versions/default/include/core/all-versions/default/ |
D | Device.impl.h | 35 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 …]
|
D | DevicesFactory.impl.h | 30 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()
|
D | Device.h | 64 struct Device : public IDevice, public ParametersUtil { struct 65 explicit Device(audio_hw_device_t* device); 135 virtual ~Device();
|
D | DevicesFactory.h | 41 Return<void> openDevice(IDevicesFactory::Device device, openDevice_cb _hidl_cb) override;
|
D | StreamIn.h | 54 StreamIn(const sp<Device>& device, audio_stream_in_t* stream); 122 const sp<Device> mDevice;
|
D | StreamOut.h | 56 StreamOut(const sp<Device>& device, audio_stream_out_t* stream); 133 const sp<Device> mDevice;
|
/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()
|
D | Android.bp | 25 "Device.cpp",
|
/hardware/interfaces/renderscript/1.0/default/ |
D | Context.cpp | 28 mContext = Device::getHal().ContextCreateVendor(_dev, _version, _sdkVersion, in Context() 69 RsAllocation _subAlloc = Device::getHal().AllocationAdapterCreate(mContext, _type, _baseAlloc); in allocationAdapterCreate() 76 …Device::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 …]
|
D | Device.cpp | 16 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()
|
D | Device.h | 23 struct Device : public IDevice { struct 24 Device();
|
D | Android.bp | 8 "Device.cpp",
|
/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/wifi/1.1/ |
D | IWifiChip.hal | 37 * Device to Device RTT. 41 * Device to AP RTT.
|
/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/qcom/display/msm8996/sdm/libs/hwc2/ |
D | hwc_layers.h | 99 HWC2::Composition client_requested_ = HWC2::Composition::Device; 101 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/msm8909/sdm/libs/hwc2/ |
D | hwc_layers.h | 110 HWC2::Composition client_requested_ = HWC2::Composition::Device; 112 HWC2::Composition device_selected_ = HWC2::Composition::Device;
|
/hardware/qcom/display/msm8998/sdm/libs/hwc2/ |
D | hwc_layers.h | 109 HWC2::Composition client_requested_ = HWC2::Composition::Device; 111 HWC2::Composition device_selected_ = HWC2::Composition::Device;
|
/hardware/interfaces/audio/core/4.0/default/ |
D | Android.bp | 8 "Device.cpp",
|
/hardware/interfaces/audio/core/2.0/default/ |
D | Android.bp | 8 "Device.cpp",
|
/hardware/interfaces/wifi/supplicant/1.0/ |
D | ISupplicantP2pNetwork.hal | 106 * 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
|