Lines Matching refs:sf
376 sp<ISurfaceComposer> sf(ComposerService::getComposerService()); in doDropReferenceTransaction() local
388 sf->setTransactionState(composerStates, displayStates, 0, applyToken, {}, -1, {}, {}); in doDropReferenceTransaction()
392 sp<ISurfaceComposer> sf(ComposerService::getComposerService()); in doUncacheBufferTransaction() local
399 sf->setTransactionState({}, {}, 0, applyToken, {}, -1, uncacheBuffer, {}); in doUncacheBufferTransaction()
446 sp<ISurfaceComposer> sf(ComposerService::getComposerService()); in apply() local
504 sf->setTransactionState(composerStates, displayStates, flags, applyToken, mInputWindowCommands, in apply()
1276 sp<ISurfaceComposer> sf(ComposerService::getComposerService()); in onFirstRef() local
1277 if (sf != nullptr && mStatus == NO_INIT) { in onFirstRef()
1279 conn = sf->createConnection(); in onFirstRef()
1302 sp<ISurfaceComposer> sf(ComposerService::getComposerService()); in linkToComposerDeath() local
1303 return IInterface::asBinder(sf)->linkToDeath(recipient, cookie, flags); in linkToComposerDeath()
1393 sp<ISurfaceComposer> sf(ComposerService::getComposerService()); in enableVSyncInjections() local
1394 return sf->enableVSyncInjections(enable); in enableVSyncInjections()
1398 sp<ISurfaceComposer> sf(ComposerService::getComposerService()); in injectVSync() local
1399 return sf->injectVSync(when); in injectVSync()