Searched refs:pstatus (Results 1 – 4 of 4) sorted by relevance
61 Hal *MakeObject(status_t *pstatus) { in MakeObject() argument63 status_t &status = pstatus ? *pstatus : err; in MakeObject()171 sp<IDrm> MakeDrm(status_t *pstatus) { in MakeDrm() argument172 return MakeObject<DrmHal>(pstatus); in MakeDrm()175 sp<ICrypto> MakeCrypto(status_t *pstatus) { in MakeCrypto() argument176 return MakeObject<CryptoHal>(pstatus); in MakeCrypto()
30 sp<IDrm> NuPlayerDrm::CreateDrm(status_t *pstatus) in CreateDrm() argument32 return DrmUtils::MakeDrm(pstatus); in CreateDrm()35 sp<ICrypto> NuPlayerDrm::createCrypto(status_t *pstatus) in createCrypto() argument38 return DrmUtils::MakeCrypto(pstatus); in createCrypto()
76 static sp<IDrm> CreateDrm(status_t *pstatus);77 static sp<ICrypto> createCrypto(status_t *pstatus);
111 sp<IDrm> MakeDrm(status_t *pstatus = nullptr);113 sp<ICrypto> MakeCrypto(status_t *pstatus = nullptr);