Lines Matching refs:get
49 if (NULL == sDrmManagerService.get()) { in getDrmManagerService()
63 if (NULL == sDeathNotifier.get()) { in getDrmManagerService()
86 (NULL != infoListener.get()) ? this : NULL); in setOnInfoListener()
182 if (NULL != decryptHandle.get()) { in consumeRights()
184 uniqueId, decryptHandle.get(), action, reserve); in consumeRights()
193 if (NULL != decryptHandle.get()) { in setPlaybackStatus()
195 uniqueId, decryptHandle.get(), playbackStatus, position); in setPlaybackStatus()
283 if (NULL != decryptHandle.get()) { in closeDecryptSession()
285 uniqueId, decryptHandle.get()); in closeDecryptSession()
294 if ((NULL != decryptHandle.get()) && (NULL != headerInfo)) { in initializeDecryptUnit()
296 uniqueId, decryptHandle.get(), decryptUnitId, headerInfo); in initializeDecryptUnit()
306 if ((NULL != decryptHandle.get()) && (NULL != encBuffer) in decrypt()
309 uniqueId, decryptHandle.get(), decryptUnitId, in decrypt()
318 if (NULL != decryptHandle.get()) { in finalizeDecryptUnit()
320 uniqueId, decryptHandle.get(), decryptUnitId); in finalizeDecryptUnit()
328 if ((NULL != decryptHandle.get()) && (NULL != buffer) && (0 < numBytes)) { in pread()
330 uniqueId, decryptHandle.get(), buffer, numBytes, offset); in pread()
336 if (NULL != mOnInfoListener.get()) { in notify()
346 if (NULL != sDrmManagerService.get()) { in ~DeathNotifier()