Home
last modified time | relevance | path

Searched defs:isHardware (Results 1 – 10 of 10) sorted by relevance

/aosp12/frameworks/base/libs/hwui/apex/
H A Dandroid_bitmap.cpp96 static uint32_t getInfoFlags(const SkImageInfo& info, bool isHardware) { in getInfoFlags()
120 static AndroidBitmapInfo getInfo(const SkImageInfo& imageInfo, uint32_t rowBytes, bool isHardware) { in getInfo()
143 bool isHardware = false; in ABitmap_getInfoFromJava() local
/aosp12/packages/services/Car/cpp/evs/manager/1.1/
H A DEnumerator.h67 Return<bool> isHardware() override { return false; } in isHardware() function
/aosp12/packages/services/Car/cpp/evs/sampleDriver/
H A DEvsEnumerator.h64 Return<bool> isHardware() override { return true; } in isHardware() function
/aosp12/hardware/interfaces/automotive/evs/1.1/default/
H A DEvsEnumerator.h67 Return<bool> isHardware() override { return true; } in isHardware() function
/aosp12/frameworks/base/libs/hwui/hwui/
H A DBitmap.h121 bool isHardware() const { return mPixelStorageType == PixelStorageType::Hardware; } in isHardware() function
/aosp12/frameworks/base/libs/hwui/jni/
H A DBitmapRegionDecoder.cpp105 bool isHardware = false; in nativeDecodeRegion() local
H A DImageDecoder.cpp280 const bool isHardware = !requireMutable in ImageDecoder_nDecodeBitmap() local
H A DBitmapFactory.cpp183 bool isHardware = false; in doDecode() local
H A DBitmap.cpp132 bool isHardware() { in isHardware() function in android::BitmapWrapper
250 bool* isHardware) { in getBitmapInfo()
/aosp12/frameworks/base/services/core/java/com/android/server/tv/
H A DTvInputManagerService.java2725 private final boolean isHardware; field in TvInputManagerService.ServiceState