Searched refs:ADisplay_getCurrentConfig (Results 1 – 4 of 4) sorted by relevance
102 int ADisplay_getCurrentConfig(ADisplay* display, ADisplayConfig** outConfig);
37 android::ADisplay_getCurrentConfig*;
256 int ADisplay_getCurrentConfig(ADisplay* display, ADisplayConfig** outConfig) { in ADisplay_getCurrentConfig() function
111 status_t status = ADisplay_getCurrentConfig(primaryDisplay, &mCurrentConfig); in updateDisplayInfo()