Searched defs:enableVSyncInjections (Results 1 - 4 of 4) sorted by relevance

/frameworks/native/libs/gui/
H A DISurfaceComposer.cpp431 virtual status_t enableVSyncInjections(bool enable) { function in class:android::BpSurfaceComposer
435 ALOGE("enableVSyncInjections failed to writeInterfaceToken: %d", result);
440 ALOGE("enableVSyncInjections failed to writeBool: %d", result);
446 ALOGE("enableVSyncInjections failed to transact: %d", result);
751 ALOGE("enableVSyncInjections failed to readBool: %d", result);
754 return enableVSyncInjections(enable);
761 ALOGE("enableVSyncInjections failed to readInt64: %d", result);
H A DSurfaceComposerClient.cpp207 static status_t enableVSyncInjections(bool enable) { function in class:android::Composer
279 return sm->enableVSyncInjections(enable);
748 status_t SurfaceComposerClient::enableVSyncInjections(bool enable) { function in class:android::SurfaceComposerClient
749 return Composer::enableVSyncInjections(enable);
/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.cpp991 status_t SurfaceFlinger::enableVSyncInjections(bool enable) { function in class:android::SurfaceFlinger
H A DSurfaceFlinger_hwc1.cpp899 status_t SurfaceFlinger::enableVSyncInjections(bool enable) { function in class:android::SurfaceFlinger

Completed in 60 milliseconds