OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:screenRefresh
(Results
1 - 16
of
16
) sorted by null
/hardware/qcom/display/msm8960/libqservice/
QService.h
51
virtual android::status_t
screenRefresh
();
IQService.h
52
virtual android::status_t
screenRefresh
() = 0;
QService.cpp
66
android::status_t QService::
screenRefresh
() {
IQService.cpp
67
virtual status_t
screenRefresh
() {
142
return
screenRefresh
();
/hardware/qcom/display/msm8974/libqservice/
QService.h
51
virtual android::status_t
screenRefresh
();
IQService.h
52
virtual android::status_t
screenRefresh
() = 0;
QService.cpp
66
android::status_t QService::
screenRefresh
() {
IQService.cpp
67
virtual status_t
screenRefresh
() {
142
return
screenRefresh
();
/hardware/qcom/display/msm8960/libhwcomposer/
hwc_qclient.cpp
62
return
screenRefresh
();
100
android::status_t QClient::
screenRefresh
() {
hwc_qclient.h
62
android::status_t
screenRefresh
();
/hardware/qcom/display/msm8974/libhwcomposer/
hwc_qclient.h
62
android::status_t
screenRefresh
();
hwc_qclient.cpp
62
return
screenRefresh
();
103
android::status_t QClient::
screenRefresh
() {
/hardware/qcom/display/msm8084/libqservice/
QServiceUtils.h
73
inline android::status_t
screenRefresh
() {
/hardware/qcom/display/msm8226/libqservice/
QServiceUtils.h
73
inline android::status_t
screenRefresh
() {
/hardware/qcom/display/msm8084/libhwcomposer/
hwc_qclient.cpp
88
static android::status_t
screenRefresh
(hwc_context_t *ctx) {
203
return
screenRefresh
(mHwcContext);
/hardware/qcom/display/msm8226/libhwcomposer/
hwc_qclient.cpp
88
static android::status_t
screenRefresh
(hwc_context_t *ctx) {
182
return
screenRefresh
(mHwcContext);
Completed in 310 milliseconds