OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:isMainDisplay
(Results
1 - 2
of
2
) sorted by null
/frameworks/native/services/surfaceflinger/
SurfaceFlinger.h
178
bool
isMainDisplay
() const { return type == DisplayDevice::DISPLAY_PRIMARY; }
/frameworks/native/services/inputflinger/
InputDispatcher.cpp
175
static bool
isMainDisplay
(int32_t displayId) {
873
if (
isMainDisplay
(entry->displayId)) {
[
all
...]
Completed in 67 milliseconds