Lines Matching refs:Status_V1_2
65 typedef drm::V1_2::Status Status_V1_2; typedef
285 static status_t toStatusT_1_2(Status_V1_2 status) { in toStatusT_1_2()
287 case Status_V1_2::ERROR_DRM_RESOURCE_CONTENTION: in toStatusT_1_2()
289 case Status_V1_2::ERROR_DRM_FRAME_TOO_LARGE: in toStatusT_1_2()
291 case Status_V1_2::ERROR_DRM_INSUFFICIENT_SECURITY: in toStatusT_1_2()
850 [&](Status_V1_2 status, const hidl_vec<uint8_t>& hRequest, in getKeyRequest()
853 if (status == Status_V1_2::OK) { in getKeyRequest()
975 [&](Status_V1_2 status, const hidl_vec<uint8_t>& hRequest, in getProvisionRequest()
977 if (status == Status_V1_2::OK) { in getProvisionRequest()
1148 … [&](Status_V1_2 status, const HdcpLevel_V1_2& hConnected, const HdcpLevel_V1_2& hMax) { in getHdcpLevels()
1149 if (status == Status_V1_2::OK) { in getHdcpLevels()