Searched refs:appSession (Results 1 – 2 of 2) sorted by relevance
51 sp<IPowerHintSession> appSession = result.value(); in createHintSession() local52 if (appSession) appSession->incStrong(env); in createHintSession()53 return reinterpret_cast<jlong>(appSession.get()); in createHintSession()60 appSession->pause(); in pauseHintSession()65 appSession->resume(); in resumeHintSession()70 appSession->close(); in closeHintSession()71 appSession->decStrong(env); in closeHintSession()76 appSession->updateTargetWorkDuration(targetDurationNanos); in updateTargetWorkDuration()82 appSession->reportActualWorkDuration(actualDurations); in reportActualWorkDuration()87 appSession->sendHint(hint); in sendHint()[all …]
564 final SurfaceSession appSession = new SurfaceSession(); in startDrag() local566 final SurfaceControl surface = new SurfaceControl.Builder(appSession) in startDrag()579 appSession.kill(); in startDrag()