Searched defs:unsupported (Results 1 – 9 of 9) sorted by relevance
| /frameworks/native/include/powermanager/ |
| D | PowerHalWrapper.h | 48 static HalResult<T> unsupported() { return HalResult("", /* unsupported= */ true); } in unsupported() function 82 explicit HalResult(std::string errorMessage, bool unsupported) in HalResult() 92 static HalResult<void> unsupported() { return HalResult(/* unsupported= */ true); } in unsupported() function
|
| /frameworks/native/services/vibratorservice/include/vibratorservice/ |
| D | VibratorHalWrapper.h | 42 static HalResult<T> unsupported() { return HalResult("", /* unsupported= */ true); } in unsupported() function 87 explicit HalResult(std::string errorMessage, bool unsupported) in HalResult() 97 static HalResult<void> unsupported() { return HalResult(/* unsupported= */ true); } in unsupported() function
|
| /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/shelf/ui/viewbinder/ |
| D | NotificationShelfViewBinder.kt | 68 val unsupported: Nothing in canModifyColorOfNotifications() constant
|
| /frameworks/base/core/java/android/app/ |
| D | DisabledWallpaperManager.java | 67 private static <T> T unsupported() { in unsupported() method in DisabledWallpaperManager
|
| /frameworks/compile/mclinker/lib/Target/AArch64/ |
| D | AArch64Relocator.cpp | 455 Relocator::Result unsupported(Relocation& pReloc, AArch64Relocator& pParent) { in unsupported() function
|
| /frameworks/compile/mclinker/lib/Target/X86/ |
| D | X86Relocator.cpp | 1099 Relocator::Result unsupported(Relocation& pReloc, X86_32Relocator& pParent) { in unsupported() function 1685 Relocator::Result unsupported(Relocation& pReloc, X86_64Relocator& pParent) { in unsupported() function
|
| /frameworks/compile/mclinker/lib/Target/Hexagon/ |
| D | HexagonRelocator.cpp | 964 Relocator::Result unsupported(Relocation& pReloc, HexagonRelocator& pParent) { in unsupported() function
|
| /frameworks/compile/mclinker/lib/Target/Mips/ |
| D | MipsRelocator.cpp | 1219 static MipsRelocator::Result unsupported(MipsRelocationInfo& pReloc, in unsupported() function
|
| /frameworks/compile/mclinker/lib/Target/ARM/ |
| D | ARMRelocator.cpp | 1366 ARMRelocator::Result unsupported(Relocation& pReloc, ARMRelocator& pParent) { in unsupported() function
|