Home
last modified time | relevance | path

Searched refs:requestType (Results 1 – 13 of 13) sorted by relevance

/hardware/interfaces/drm/1.0/default/
DDrmPlugin.cpp67 KeyRequestType requestType = KeyRequestType::UNKNOWN; in getKeyRequest() local
87 requestType = KeyRequestType::INITIAL; in getKeyRequest()
90 requestType = KeyRequestType::RENEWAL; in getKeyRequest()
93 requestType = KeyRequestType::RELEASE; in getKeyRequest()
97 requestType = KeyRequestType::UNKNOWN; in getKeyRequest()
101 _hidl_cb(toStatus(status), toHidlVec(legacyRequest), requestType, in getKeyRequest()
/hardware/interfaces/drm/1.2/vts/functional/
Ddrm_hal_common.cpp267 KeyRequestType requestType, const hidl_string&) { in getKeyRequest() argument
272 EXPECT_EQ(KeyRequestType::RELEASE, requestType); in getKeyRequest()
274 EXPECT_EQ(KeyRequestType::INITIAL, requestType); in getKeyRequest()
/hardware/interfaces/drm/1.1/vts/functional/
Ddrm_hal_clearkey_test.cpp118 KeyRequestType requestType, const hidl_string&) { in loadKeys() argument
120 EXPECT_EQ(KeyRequestType::INITIAL, requestType); in loadKeys()
/hardware/interfaces/drm/1.1/
DIDrmPlugin.hal101 * @return requestType indicates type information about the returned
116 KeyRequestType requestType, string defaultUrl);
/hardware/interfaces/drm/1.2/
DIDrmPlugin.hal138 * @return requestType indicates type information about the returned
153 KeyRequestType requestType, string defaultUrl);
/hardware/interfaces/drm/1.0/vts/functional/
Ddrm_hal_clearkey_test.cpp267 KeyRequestType requestType, const hidl_string&) { in loadKeys() argument
269 EXPECT_EQ(KeyRequestType::INITIAL, requestType); in loadKeys()
/hardware/qcom/camera/msm8998/QCamera2/HAL3/
DQCamera3HWI.h473 RequestType requestType, bool isHdrPlus);
DQCamera3HWI.cpp4655 RequestType requestType = (requestIter->input_buffer != nullptr) ? REPROCESS : in handlePendingResultMetadataWithLock() local
4660 } else if (requestType == REPROCESS) { in handlePendingResultMetadataWithLock()
4683 if (requestType != REPROCESS) { in handlePendingResultMetadataWithLock()
4687 dispatchResultMetadataWithLock(frameNumber, requestType, requestIter->hdrplus); in handlePendingResultMetadataWithLock()
4691 RequestType requestType, bool isHdrPlus) { in dispatchResultMetadataWithLock() argument
4700 bool isLiveRequest = requestType != REPROCESS && !isHdrPlus; in dispatchResultMetadataWithLock()
4706 if (thisRequestType != requestType) { in dispatchResultMetadataWithLock()
11917 static const uint8_t requestType = ANDROID_REQUEST_TYPE_CAPTURE; in translateCapabilityToMetadata() local
11918 settings.update(ANDROID_REQUEST_TYPE, &requestType, 1); in translateCapabilityToMetadata()
/hardware/interfaces/drm/1.0/
DIDrmPlugin.hal86 * @return requestType indicates type information about the returned
99 KeyRequestType requestType, string defaultUrl);
/hardware/ril/include/telephony/
Dril.h1855 RIL_SsRequestType requestType; member
/hardware/ril/reference-ril/
Dril.h1855 RIL_SsRequestType requestType; member
/hardware/interfaces/radio/1.0/
Dtypes.hal2025 // requestType is SS_INTERROGATION
2031 SsRequestType requestType;
/hardware/ril/libril/
Dril_service.cpp8278 ss.requestType = (SsRequestType) rilSsResponse->requestType; in onSupplementaryServiceIndicationInd()
8283 if (isServiceTypeCfQuery(rilSsResponse->serviceType, rilSsResponse->requestType)) { in onSupplementaryServiceIndicationInd()