Searched refs:dpyIdx (Results 1 - 3 of 3) sorted by relevance

/frameworks/native/services/surfaceflinger/
H A DSurfaceInterceptor.cpp407 ssize_t dpyIdx = displays.indexOfKey(disp.token); local
408 if (dpyIdx >= 0) {
409 const DisplayDeviceState& dispState(displays.valueAt(dpyIdx));
H A DSurfaceFlinger.cpp2833 ssize_t dpyIdx = mCurrentState.displays.indexOfKey(s.token); local
2834 if (dpyIdx < 0)
2838 DisplayDeviceState& disp(mCurrentState.displays.editValueAt(dpyIdx));
H A DSurfaceFlinger_hwc1.cpp2498 ssize_t dpyIdx = mCurrentState.displays.indexOfKey(s.token); local
2499 if (dpyIdx < 0)
2503 DisplayDeviceState& disp(mCurrentState.displays.editValueAt(dpyIdx));

Completed in 37 milliseconds