Searched refs:pstatus (Results 1 – 4 of 4) sorted by relevance
62 Hal* MakeObject(status_t* pstatus) { in MakeObject() argument64 status_t& status = pstatus ? *pstatus : err; in MakeObject()194 sp<IDrm> MakeDrm(status_t* pstatus) { in MakeDrm() argument195 return MakeObject<DrmHal>(pstatus); in MakeDrm()198 sp<ICrypto> MakeCrypto(status_t* pstatus) { in MakeCrypto() argument199 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);
121 sp<IDrm> MakeDrm(status_t *pstatus = nullptr);123 sp<ICrypto> MakeCrypto(status_t *pstatus = nullptr);