HomeSort by relevance Sort by last modified time
    Searched refs:sdm (Results 1 - 25 of 537) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /hardware/qcom/display/msm8909/sdm/include/core/
socket_handler.h 33 @details SDM will use this interface to get the platform specific Socket fd.
39 namespace sdm { namespace
41 /*! @brief This enum represents Socket types, for which SDM can request the fd.
51 implemented by client. SDM will use these methods to get the platform specific Socket fd.
73 } // namespace sdm
buffer_sync_handler.h 33 @details SDM will use this interface to wait for buffer sync fd to be signaled/merge
42 namespace sdm { namespace
47 implemented by the client. SDM will use these methods to wait for buffer sync fd to be
96 } // namespace sdm
  /hardware/qcom/display/msm8909/sdm/include/private/
dpps_control_interface.h 28 namespace sdm { namespace
37 } // namespace sdm
  /hardware/qcom/display/msm8909w_3100/sdm/include/core/
socket_handler.h 33 @details SDM will use this interface to get the platform specific Socket fd.
39 namespace sdm { namespace
41 /*! @brief This enum represents Socket types, for which SDM can request the fd.
51 implemented by client. SDM will use these methods to get the platform specific Socket fd.
73 } // namespace sdm
dump_interface.h 36 namespace sdm { namespace
65 } // namespace sdm
buffer_sync_handler.h 33 @details SDM will use this interface to wait for buffer sync fd to be signaled/merge
42 namespace sdm { namespace
47 implemented by the client. SDM will use these methods to wait for buffer sync fd to be
96 } // namespace sdm
  /hardware/qcom/display/msm8909w_3100/sdm/include/private/
dpps_control_interface.h 28 namespace sdm { namespace
37 } // namespace sdm
  /hardware/qcom/display/msm8998/sdm/include/core/
socket_handler.h 33 @details SDM will use this interface to get the platform specific Socket fd.
39 namespace sdm { namespace
41 /*! @brief This enum represents Socket types, for which SDM can request the fd.
51 implemented by client. SDM will use these methods to get the platform specific Socket fd.
73 } // namespace sdm
dump_interface.h 36 namespace sdm { namespace
65 } // namespace sdm
  /hardware/qcom/display/msm8998/sdm/include/private/
dpps_control_interface.h 28 namespace sdm { namespace
37 } // namespace sdm
  /hardware/qcom/display/msm8909/
Android.mk 0 sdm-libs := sdm/libs
2 display-hals := include $(sdm-libs)/utils $(sdm-libs)/core
6 $(sdm-libs)/hwc $(sdm-libs)/hwc2 gpu_tonemapper libdrmutils libdisplayconfig
  /hardware/qcom/display/msm8909w_3100/
Android.mk 0 sdm-libs := sdm/libs
2 display-hals := include libqservice libqdutils $(sdm-libs)/utils $(sdm-libs)/core
6 $(sdm-libs)/hwc $(sdm-libs)/hwc2 gpu_tonemapper libdrmutils libdisplayconfig
  /hardware/qcom/display/msm8996/
Android.mk 9 sdm-libs := sdm/libs
10 display-hals += $(sdm-libs)/utils $(sdm-libs)/core $(sdm-libs)/hwc $(sdm-libs)/hwc2
  /hardware/qcom/display/msm8909/sdm/libs/hwc/
hwc_socket_handler.h 36 namespace sdm { namespace
45 } // namespace sdm
hwc_socket_handler.cpp 37 namespace sdm { namespace
48 } // namespace sdm
  /hardware/qcom/display/msm8909w_3100/sdm/libs/hwc/
hwc_socket_handler.h 36 namespace sdm { namespace
45 } // namespace sdm
  /hardware/qcom/display/msm8996/sdm/include/core/
dump_interface.h 36 namespace sdm { namespace
65 } // namespace sdm
  /hardware/qcom/display/msm8998/sdm/libs/hwc2/
hwc_socket_handler.h 36 namespace sdm { namespace
45 } // namespace sdm
  /external/clang/test/SemaCXX/
ms-const-member-expr.cpp 5 static const int sdm = 1; member in struct:S
19 constexpr int e4 = s->sdm;
  /hardware/qcom/display/msm8998/
Android.mk 0 sdm-libs := sdm/libs
2 display-hals := include libqservice libqdutils $(sdm-libs)/utils $(sdm-libs)/core
6 $(sdm-libs)/hwc2 gpu_tonemapper libdrmutils
  /external/icu/android_icu4j/src/main/java/android/icu/util/
STZInfo.java 16 void setStart(int sm, int sdwm, int sdw, int st, int sdm, boolean sa) {
21 this.sdm = sdm;
39 if (sdm == -1) {
42 stz.setStartRule(sm, sdm, st);
44 stz.setStartRule(sm, sdm, sdw, st, sa);
63 if (sdm == -1) {
66 stz.setStartRule(sm, sdm, st);
68 stz.setStartRule(sm, sdm, sdw, st, sa);
83 int sm = -1, sdwm, sdw, st, sdm; field in class:STZInfo
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
STZInfo.java 15 void setStart(int sm, int sdwm, int sdw, int st, int sdm, boolean sa) {
20 this.sdm = sdm;
38 if (sdm == -1) {
41 stz.setStartRule(sm, sdm, st);
43 stz.setStartRule(sm, sdm, sdw, st, sa);
62 if (sdm == -1) {
65 stz.setStartRule(sm, sdm, st);
67 stz.setStartRule(sm, sdm, sdw, st, sa);
82 int sm = -1, sdwm, sdw, st, sdm; field in class:STZInfo
    [all...]
  /hardware/qcom/display/msm8909/sdm/include/utils/
formats.h 35 namespace sdm { namespace
42 } // namespace sdm
utils.h 33 namespace sdm { namespace
46 } // namespace sdm
  /hardware/qcom/display/msm8909w_3100/sdm/include/utils/
formats.h 35 namespace sdm { namespace
42 } // namespace sdm

Completed in 897 milliseconds

1 2 3 4 5 6 7 8 91011>>