OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:enableVSyncInjections
(Results
1 - 4
of
4
) sorted by null
/frameworks/native/libs/gui/
ISurfaceComposer.cpp
431
virtual status_t
enableVSyncInjections
(bool enable) {
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);
SurfaceComposerClient.cpp
207
static status_t
enableVSyncInjections
(bool enable) {
279
return sm->
enableVSyncInjections
(enable);
748
status_t SurfaceComposerClient::
enableVSyncInjections
(bool enable) {
749
return Composer::
enableVSyncInjections
(enable);
[
all
...]
/frameworks/native/services/surfaceflinger/
SurfaceFlinger.cpp
[
all
...]
SurfaceFlinger_hwc1.cpp
899
status_t SurfaceFlinger::
enableVSyncInjections
(bool enable) {
[
all
...]
Completed in 6031 milliseconds