HomeSort by relevance Sort by last modified time
    Searched refs:DriverType (Results 1 - 20 of 20) sorted by null

  /hardware/qcom/display/msm8998/sdm/include/utils/
utils.h 39 enum class DriverType {
44 DriverType GetDriverType();
  /hardware/qcom/display/sdm845/sdm/include/utils/
utils.h 39 enum class DriverType {
44 DriverType GetDriverType();
  /hardware/qcom/display/msm8998/sdm/libs/utils/
utils.cpp 66 DriverType GetDriverType() {
69 return Sys::access_(fb_caps, F_OK) ? DriverType::DRM : DriverType::FB;
  /hardware/qcom/display/sdm845/sdm/libs/utils/
utils.cpp 66 DriverType GetDriverType() {
69 return Sys::access_(fb_caps, F_OK) ? DriverType::DRM : DriverType::FB;
  /hardware/qcom/display/msm8998/sdm/libs/core/
hw_info_interface.cpp 43 if (GetDriverType() == DriverType::FB) {
hw_interface.cpp 51 DriverType driver_type = GetDriverType();
55 if (driver_type == DriverType::FB) {
64 if (driver_type == DriverType::FB) {
71 if (driver_type == DriverType::FB) {
hw_events_interface.cpp 48 if (GetDriverType() == DriverType::FB) {
  /hardware/qcom/display/sdm845/sdm/libs/core/
hw_info_interface.cpp 43 if (GetDriverType() == DriverType::FB) {
hw_interface.cpp 52 DriverType driver_type = GetDriverType();
56 if (driver_type == DriverType::FB) {
65 if (driver_type == DriverType::FB) {
72 if (driver_type == DriverType::FB) {
hw_events_interface.cpp 48 if (GetDriverType() == DriverType::FB) {
  /hardware/qcom/display/msm8998/libqdutils/
qd_utils.h 67 enum class DriverType {
71 DriverType getDriverType();
qd_utils.cpp 165 if (getDriverType() == DriverType::DRM) {
279 DriverType getDriverType() {
282 return access(fb_caps, F_OK) ? DriverType::DRM : DriverType::FB;
  /hardware/qcom/display/sdm845/libqdutils/
qd_utils.h 67 enum class DriverType {
71 DriverType getDriverType();
qd_utils.cpp 165 if (getDriverType() == DriverType::DRM) {
279 DriverType getDriverType() {
282 return access(fb_caps, F_OK) ? DriverType::DRM : DriverType::FB;
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/build/
BuildReport.py 530 self.DriverType = ""
542 self.DriverType = gDriverTypeMap.get(ModuleType, "0x2 (FREE_FORM)")
609 if self.DriverType:
610 FileWrite(File, "Driver Type: %s" % self.DriverType)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
setupapi.h 769 DWORD DriverType;
780 DWORD DriverType;
791 DWORD DriverType;
800 DWORD DriverType;
    [all...]
winnt.h     [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/AutoGen/
AutoGen.py     [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Workspace/
WorkspaceDatabase.py     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
wdm.h     [all...]

Completed in 653 milliseconds