/hardware/qcom/sm7250/display/sde-drm/ |
D | drm_manager.cpp | 98 drmModeRes *resource = drmModeGetResources(fd_); in Init() local 99 if (resource == NULL) { in Init() 109 conn_mgr_->Init(resource); in Init() 116 encoder_mgr_->Init(resource); in Init() 123 crtc_mgr_->Init(resource); in Init() 134 dpps_mgr_intf_->Init(fd_, resource); in Init() 135 drmModeFreeResources(resource); in Init()
|
D | drm_connector.cpp | 246 void DRMConnectorManager::Init(drmModeRes *resource) { in Init() argument 248 for (int i = 0; i < resource->count_connectors; i++) { in Init() 250 drmModeConnector *libdrm_conn = drmModeGetConnector(fd_, resource->connectors[i]); in Init() 253 connector_pool_[resource->connectors[i]] = std::move(conn); in Init() 256 resource->connectors[i]); in Init() 263 drmModeRes *resource = drmModeGetResources(fd_); in Update() local 265 if (NULL == resource) { in Update() 272 for (int i = 0; i < resource->count_connectors; i++) { in Update() 273 drm_connectors[resource->connectors[i]] = resource->connectors[i]; in Update() 312 drmModeFreeResources(resource); in Update()
|
D | drm_plane.cpp | 267 drmModePlaneRes *resource = drmModeGetPlaneResources(fd_); in Init() local 268 if (!resource) { in Init() 272 for (uint32_t i = 0; i < resource->count_planes; i++) { in Init() 275 drmModePlane *libdrm_plane = drmModeGetPlane(fd_, resource->planes[i]); in Init() 278 object_pool_[resource->planes[i]] = std::move(plane); in Init() 280 DRM_LOGE("Critical error: drmModeGetPlane() failed for plane %d.", resource->planes[i]); in Init() 284 drmModeFreePlaneResources(resource); in Init()
|
/hardware/interfaces/neuralnetworks/1.0/utils/src/ |
D | PreparedModel.cpp | 127 sp<V1_0::IPreparedModel> resource = kPreparedModel; in getUnderlyingResource() local 128 return resource; in getUnderlyingResource()
|
/hardware/interfaces/radio/1.4/ |
D | types.hal | 78 * emergency uniform resource names, mobile country code (mcc), mobile network country (mnc) and 87 * emergency uniform resource names (URN), field 'urns' must be provided, otherwise field 'urns' 848 * Transmission failure of radio resource control (RRC) uplink data. 852 * Radio resource control (RRC) uplink data delivery failed due to a handover. 856 * Radio resource control (RRC) uplink data delivery failed due to a connection release. 860 * Radio resource control (RRC) uplink data delivery failed due to a radio link failure. 864 * Radio resource control (RRC) is not connected but the non-access stratum (NAS) sends an 869 * Radio resource control (RRC) connection failure at access stratum. 873 * Radio resource control (RRC) connection establishment is aborted due to another procedure. 877 * Radio resource control (RRC) connection establishment failed due to access barrred. [all …]
|
D | IRadioIndication.hal | 30 * dialing number, zero or more service category(s), zero or more emergency uniform resource 35 * network code, emergency service categories, and emergency uniform resource names from all
|
/hardware/interfaces/neuralnetworks/utils/adapter/src/ |
D | PreparedModel.cpp | 148 const std::any resource = preparedModel->getUnderlyingResource(); in execute() local 149 if (const auto* model = std::any_cast<const nn::Model*>(&resource)) { in execute() 175 const std::any resource = preparedModel->getUnderlyingResource(); in execute_1_2() local 176 if (const auto* model = std::any_cast<const nn::Model*>(&resource)) { in execute_1_2() 206 const std::any resource = preparedModel->getUnderlyingResource(); in execute_1_3() local 207 if (const auto* model = std::any_cast<const nn::Model*>(&resource)) { in execute_1_3()
|
/hardware/interfaces/camera/common/1.0/ |
D | types.hal | 262 * Structure defining the abstract resource cost of opening a camera device, 269 * The total resource "cost" of using this camera, represented as an integer 271 * shared resource that is the limiting bottleneck of the camera subsystem. 279 * the resource costs of these cameras is <= 100. For determining cost, 281 * the maximally resource-consuming framerate and stream size settings 286 * of camera devices with a total resource cost > 100. This may succeed or 288 * supported due to resource constraints from having multiple open devices 289 * must fail during the configure calls. If the total resource cost is <= 315 * Since the sum of the resource costs is > 100, if a higher-priority
|
/hardware/interfaces/tv/tuner/1.0/ |
D | ITuner.hal | 49 * UNAVAILABLE if no resource. 121 * UNAVAILABLE if no resource. 137 * UNAVAILABLE if no resource.
|
D | IFilter.hal | 105 * It is used by the client to ask the hardware resource id for the filter. 111 * @return filterId the hardware resource Id for the filter. 152 * underneath resource. client mustn't access the instance any more.
|
D | IFrontend.hal | 138 * This assigns a hardware LNB resource to the satellite frontend. It can be 139 * called multiple times to update LNB assignment. The LNB resource must be 142 * @param lnbId the Id of assigned LNB resource.
|
D | IDvr.hal | 121 * close the DVR instance to release resource for DVR. 124 * underneath resource for this DVR instance. Client mustn't access the
|
D | IDemux.hal | 31 * Set a frontend resource as data input of the demux 110 * underneath resource. client mustn't access the instance any more.
|
/hardware/interfaces/neuralnetworks/1.2/utils/src/ |
D | PreparedModel.cpp | 167 sp<V1_2::IPreparedModel> resource = kPreparedModel; in getUnderlyingResource() local 168 return resource; in getUnderlyingResource()
|
/hardware/interfaces/graphics/composer/2.1/ |
D | types.hal | 27 NO_RESOURCES = 6, /* temporary failure due to resource contention */
|
/hardware/interfaces/camera/device/3.2/ |
D | ICameraDevice.hal | 33 * Get camera device resource cost information. 40 * resource cost is not available. 94 * unit. When there are any resource conflicts, such as when open() is 125 * resource constraints, the torch cannot be controlled currently.
|
/hardware/interfaces/neuralnetworks/1.3/ |
D | types.t | 159 * Failure because of a resource limitation within the driver, but future 165 * Failure because of a resource limitation within the driver, and future
|
/hardware/interfaces/camera/provider/2.6/ |
D | ICameraProvider.hal | 77 * be supported concurrently by each device, then the resource costs must 81 * resource-consuming framerate and stream size settings available in the 83 * of resource costs for the combination be <= 100.
|
/hardware/interfaces/neuralnetworks/aidl/utils/src/ |
D | PreparedModel.cpp | 220 std::shared_ptr<aidl_hal::IPreparedModel> resource = kPreparedModel; in getUnderlyingResource() local 221 return resource; in getUnderlyingResource()
|
/hardware/interfaces/tv/tuner/1.1/ |
D | IFilter.hal | 36 * It is used by the client to ask the hardware resource id for the filter. 42 * @return filterId the hardware resource Id for the filter.
|
/hardware/interfaces/graphics/composer/2.1/utils/vts/ |
D | ComposerVts.cpp | 74 const DisplayResource& resource = it.second; in ~ComposerClient() local 76 for (auto layer : resource.layers) { in ~ComposerClient() 81 if (resource.isVirtual) { in ~ComposerClient()
|
/hardware/interfaces/neuralnetworks/utils/common/test/ |
D | ResilientPreparedModelTest.cpp | 273 const auto resource = preparedModel->getUnderlyingResource(); in TEST() local 276 const FakeResource* maybeFakeResource = std::any_cast<FakeResource>(&resource); in TEST()
|
/hardware/interfaces/neuralnetworks/1.3/utils/src/ |
D | PreparedModel.cpp | 266 sp<V1_3::IPreparedModel> resource = kPreparedModel; in getUnderlyingResource() local 267 return resource; in getUnderlyingResource()
|
/hardware/interfaces/graphics/mapper/2.0/ |
D | types.hal | 25 NO_RESOURCES = 5, /* temporary failure due to resource contention */
|
/hardware/interfaces/neuralnetworks/1.0/utils/test/ |
D | PreparedModelTest.cpp | 392 const auto resource = preparedModel->getUnderlyingResource(); in TEST() local 395 const sp<V1_0::IPreparedModel>* maybeMock = std::any_cast<sp<V1_0::IPreparedModel>>(&resource); in TEST()
|