/hardware/qcom/display/msm8084/libqservice/ |
QServiceUtils.h | 35 #include <IQService.h> 40 inline android::sp<qService::IQService> getBinder() { 42 android::sp<qService::IQService> binder = 43 android::interface_cast<qService::IQService> 53 android::sp<qService::IQService> binder = getBinder(); 66 return sendSingleParam(qService::IQService::SECURING, startEnd); 70 return sendSingleParam(qService::IQService::UNSECURING, startEnd); 74 return sendSingleParam(qService::IQService::SCREEN_REFRESH, 1); 78 return sendSingleParam(qService::IQService::EXTERNAL_ORIENTATION, 83 return sendSingleParam(qService::IQService::BUFFER_MIRRORMODE, enable) [all...] |
Android.mk | 13 IQService.cpp \ 17 LOCAL_COPY_HEADERS := IQService.h \
|
IQService.cpp | 30 #include <IQService.h> 41 class BpQService : public BpInterface<IQService> 45 : BpInterface<IQService>(impl) {} 50 data.writeInterfaceToken(IQService::getInterfaceDescriptor()); 58 data.writeInterfaceToken(IQService::getInterfaceDescriptor()); 70 data.writeInterfaceToken(IQService::getInterfaceDescriptor()); 78 IMPLEMENT_META_INTERFACE(QService, "android.display.IQService"); 103 CHECK_INTERFACE(IQService, data, reply); 115 CHECK_INTERFACE(IQService, data, reply); 133 CHECK_INTERFACE(IQService, data, reply) [all...] |
/hardware/qcom/display/msm8226/libqservice/ |
QServiceUtils.h | 35 #include <IQService.h> 40 inline android::sp<qService::IQService> getBinder() { 42 android::sp<qService::IQService> binder = 43 android::interface_cast<qService::IQService> 53 android::sp<qService::IQService> binder = getBinder(); 66 return sendSingleParam(qService::IQService::SECURING, startEnd); 70 return sendSingleParam(qService::IQService::UNSECURING, startEnd); 74 return sendSingleParam(qService::IQService::SCREEN_REFRESH, 1); 78 return sendSingleParam(qService::IQService::EXTERNAL_ORIENTATION, 83 return sendSingleParam(qService::IQService::BUFFER_MIRRORMODE, enable) [all...] |
Android.mk | 12 IQService.cpp \ 15 LOCAL_COPY_HEADERS := IQService.h \
|
/hardware/qcom/display/msm8909/libqservice/ |
QServiceUtils.h | 35 #include <IQService.h> 40 inline android::sp<qService::IQService> getBinder() { 42 android::sp<qService::IQService> binder = 43 android::interface_cast<qService::IQService> 53 android::sp<qService::IQService> binder = getBinder(); 66 return sendSingleParam(qService::IQService::SECURING, startEnd); 70 return sendSingleParam(qService::IQService::UNSECURING, startEnd); 74 return sendSingleParam(qService::IQService::SCREEN_REFRESH, 1); 78 return sendSingleParam(qService::IQService::SET_PARTIAL_UPDATE, enable); 82 return sendSingleParam(qService::IQService::TOGGLE_SCREEN_UPDATE, on) [all...] |
Android.mk | 13 IQService.cpp \ 16 LOCAL_COPY_HEADERS := IQService.h \
|
/hardware/qcom/display/msm8994/libqservice/ |
QServiceUtils.h | 35 #include <IQService.h> 40 inline android::sp<qService::IQService> getBinder() { 42 android::sp<qService::IQService> binder = 43 android::interface_cast<qService::IQService> 53 android::sp<qService::IQService> binder = getBinder(); 66 return sendSingleParam(qService::IQService::SECURING, startEnd); 70 return sendSingleParam(qService::IQService::UNSECURING, startEnd); 74 return sendSingleParam(qService::IQService::SCREEN_REFRESH, 1); 78 return sendSingleParam(qService::IQService::TOGGLE_SCREEN_UPDATE, on); 82 return sendSingleParam(qService::IQService::SET_PARTIAL_UPDATE, enable) [all...] |
Android.mk | 15 IQService.cpp \ 18 LOCAL_COPY_HEADERS := IQService.h \
|
/hardware/qcom/display/msm8996/libqservice/ |
QServiceUtils.h | 35 #include <IQService.h> 40 inline android::sp<qService::IQService> getBinder() { 42 android::sp<qService::IQService> binder = 43 android::interface_cast<qService::IQService> 53 android::sp<qService::IQService> binder = getBinder(); 66 return sendSingleParam(qService::IQService::SCREEN_REFRESH, 1); 70 return sendSingleParam(qService::IQService::TOGGLE_SCREEN_UPDATES, on); 74 return sendSingleParam(qService::IQService::EXTERNAL_ORIENTATION, 79 return sendSingleParam(qService::IQService::BUFFER_MIRRORMODE, enable); 83 return sendSingleParam(qService::IQService::SET_CAMERA_STATUS, on) [all...] |
Android.mk | 13 IQService.cpp \ 17 LOCAL_COPY_HEADERS := IQService.h \
|
IQService.cpp | 30 #include <IQService.h> 41 class BpQService : public BpInterface<IQService> 45 : BpInterface<IQService>(impl) {} 50 data.writeInterfaceToken(IQService::getInterfaceDescriptor()); 58 data.writeInterfaceToken(IQService::getInterfaceDescriptor()); 70 data.writeInterfaceToken(IQService::getInterfaceDescriptor()); 78 IMPLEMENT_META_INTERFACE(QService, "android.display.IQService"); 104 CHECK_INTERFACE(IQService, data, reply); 116 CHECK_INTERFACE(IQService, data, reply); 134 CHECK_INTERFACE(IQService, data, reply) [all...] |
/hardware/qcom/display/msm8996/hdmi_cec/ |
QHDMIClient.h | 32 #include <IQService.h> 54 android::sp<qService::IQService> mQService;
|
/hardware/qcom/display/msm8996/libqdutils/ |
display_config.cpp | 51 sp<IQService> binder = getBinder(); 54 err = binder->dispatch(IQService::CHECK_EXTERNAL_STATUS, 68 sp<IQService> binder = getBinder(); 72 err = binder->dispatch(IQService::GET_DISPLAY_ATTRIBUTES, 90 sp<IQService> binder = getBinder(); 98 err = binder->dispatch(IQService::SET_HSIC_DATA, &inParcel, &outParcel); 107 sp<IQService> binder = getBinder(); 111 err = binder->dispatch(IQService::GET_DISPLAY_VISIBLE_REGION, 128 sp<IQService> binder = getBinder(); 137 err = binder->dispatch(IQService::SET_VIEW_FRAME [all...] |
/hardware/qcom/display/msm8960/libhwcomposer/ |
hwc_qclient.cpp | 31 #include <IQService.h> 55 case IQService::SECURING: 58 case IQService::UNSECURING: 61 case IQService::SCREEN_REFRESH: 77 if(startEnd == IQService::END) 86 if(startEnd == IQService::END)
|
/hardware/qcom/display/msm8909/libqdutils/ |
display_config.cpp | 41 sp<IQService> binder = getBinder(); 44 err = binder->dispatch(IQService::CHECK_EXTERNAL_STATUS, 58 sp<IQService> binder = getBinder(); 62 err = binder->dispatch(IQService::GET_DISPLAY_ATTRIBUTES, 80 sp<IQService> binder = getBinder(); 88 err = binder->dispatch(IQService::SET_HSIC_DATA, &inParcel, &outParcel); 97 sp<IQService> binder = getBinder(); 101 err = binder->dispatch(IQService::GET_DISPLAY_VISIBLE_REGION, 118 sp<IQService> binder = getBinder(); 127 err = binder->dispatch(IQService::SET_VIEW_FRAME [all...] |
/hardware/qcom/display/msm8994/libqdutils/ |
display_config.cpp | 41 sp<IQService> binder = getBinder(); 44 err = binder->dispatch(IQService::CHECK_EXTERNAL_STATUS, 58 sp<IQService> binder = getBinder(); 62 err = binder->dispatch(IQService::GET_DISPLAY_ATTRIBUTES, 80 sp<IQService> binder = getBinder(); 88 err = binder->dispatch(IQService::SET_HSIC_DATA, &inParcel, &outParcel); 97 sp<IQService> binder = getBinder(); 101 err = binder->dispatch(IQService::GET_DISPLAY_VISIBLE_REGION, 118 sp<IQService> binder = getBinder(); 127 err = binder->dispatch(IQService::SET_VIEW_FRAME [all...] |
/hardware/qcom/display/msm8084/libqdutils/ |
display_config.cpp | 41 sp<IQService> binder = getBinder(); 44 err = binder->dispatch(IQService::CHECK_EXTERNAL_STATUS, 58 sp<IQService> binder = getBinder(); 62 err = binder->dispatch(IQService::GET_DISPLAY_ATTRIBUTES, 80 sp<IQService> binder = getBinder(); 88 err = binder->dispatch(IQService::SET_HSIC_DATA, &inParcel, &outParcel); 97 sp<IQService> binder = getBinder(); 101 err = binder->dispatch(IQService::GET_DISPLAY_VISIBLE_REGION,
|
/hardware/qcom/display/msm8909/libhwcomposer/ |
hwc_qclient.cpp | 31 #include <IQService.h> 71 if(startEnd == IQService::END) 83 if(startEnd == IQService::END) 229 case IQService::DEBUG_ALL: 230 case IQService::DEBUG_MDPCOMP: 232 if (debug_type != IQService::DEBUG_ALL) 234 case IQService::DEBUG_VSYNC: 236 if (debug_type != IQService::DEBUG_ALL) 238 case IQService::DEBUG_VD: 240 if (debug_type != IQService::DEBUG_ALL [all...] |
/hardware/qcom/display/msm8994/libhwcomposer/ |
hwc_qclient.cpp | 31 #include <IQService.h> 70 if(startEnd == IQService::END) 82 if(startEnd == IQService::END) 228 case IQService::DEBUG_ALL: 229 case IQService::DEBUG_MDPCOMP: 231 if (debug_type != IQService::DEBUG_ALL) 233 case IQService::DEBUG_VSYNC: 235 if (debug_type != IQService::DEBUG_ALL) 237 case IQService::DEBUG_VD: 239 if (debug_type != IQService::DEBUG_ALL [all...] |
/hardware/qcom/display/msm8960/libqservice/ |
IQService.cpp | 31 #include <IQService.h> 40 class BpQService : public BpInterface<IQService> 44 : BpInterface<IQService>(impl) {} 48 data.writeInterfaceToken(IQService::getInterfaceDescriptor()); 55 data.writeInterfaceToken(IQService::getInterfaceDescriptor()); 62 data.writeInterfaceToken(IQService::getInterfaceDescriptor()); 69 data.writeInterfaceToken(IQService::getInterfaceDescriptor()); 76 IMPLEMENT_META_INTERFACE(QService, "android.display.IQService"); 104 CHECK_INTERFACE(IQService, data, reply); 116 CHECK_INTERFACE(IQService, data, reply) [all...] |
Android.mk | 13 IQService.cpp \ 16 LOCAL_COPY_HEADERS := IQService.h \
|
/hardware/qcom/display/msm8226/libhwcomposer/ |
hwc_qclient.cpp | 31 #include <IQService.h> 64 if(startEnd == IQService::END) 74 if(startEnd == IQService::END) 225 case IQService::DEBUG_ALL: 226 case IQService::DEBUG_MDPCOMP: 228 if (debug_type != IQService::DEBUG_ALL) 230 case IQService::DEBUG_VSYNC: 232 if (debug_type != IQService::DEBUG_ALL) 242 case IQService::SECURING: 245 case IQService::UNSECURING [all...] |
/hardware/qcom/display/msm8226/libqdutils/ |
display_config.cpp | 41 sp<IQService> binder = getBinder(); 44 err = binder->dispatch(IQService::CHECK_EXTERNAL_STATUS, 58 sp<IQService> binder = getBinder(); 62 err = binder->dispatch(IQService::GET_DISPLAY_ATTRIBUTES, 80 sp<IQService> binder = getBinder(); 88 err = binder->dispatch(IQService::SET_HSIC_DATA, &inParcel, &outParcel); 97 sp<IQService> binder = getBinder(); 101 err = binder->dispatch(IQService::GET_DISPLAY_VISIBLE_REGION, 118 sp<IQService> binder = getBinder(); 127 err = binder->dispatch(IQService::SET_VIEW_FRAME [all...] |
/hardware/qcom/display/msm8084/libhwcomposer/ |
hwc_qclient.cpp | 31 #include <IQService.h> 63 if(startEnd == IQService::END) 73 if(startEnd == IQService::END) 196 case IQService::SECURING: 199 case IQService::UNSECURING: 202 case IQService::SCREEN_REFRESH: 205 case IQService::EXTERNAL_ORIENTATION: 208 case IQService::BUFFER_MIRRORMODE: 211 case IQService::GET_DISPLAY_VISIBLE_REGION: 215 case IQService::CHECK_EXTERNAL_STATUS [all...] |