Home
last modified time | relevance | path

Searched defs:LEVEL (Results 1 – 12 of 12) sorted by relevance

/aosp12/frameworks/av/media/codec2/vndk/include/
H A Dandroid-C2Debug-log.h32 #define C2_LOG(LEVEL) LOG(::android::base::LEVEL) argument
47 #define C2_LOG(LEVEL) \ argument
/aosp12/frameworks/compile/slang/BitWriter_2_9/
H A DMakefile10 LEVEL = ../../.. macro
/aosp12/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DMakefile10 LEVEL = ../../.. macro
/aosp12/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DMakefile10 LEVEL = ../../.. macro
/aosp12/frameworks/compile/libbcc/bcinfo/Wrap/
H A DMakefile10 LEVEL = ../.. macro
/aosp12/packages/apps/Car/Settings/tests/unit/src/com/android/car/settings/wifi/details/
H A DWifiSignalStrengthPreferenceControllerTest.java30 private static final int LEVEL = 1; field in WifiSignalStrengthPreferenceControllerTest
H A DWifiInfoProviderTest.java59 private static final int LEVEL = 1; field in WifiInfoProviderTest
/aosp12/frameworks/base/libs/hwui/utils/
H A DGLUtils.h33 #define GL_CHECKPOINT(LEVEL) \ argument
/aosp12/packages/modules/Permission/PermissionController/src/android/support/wearable/view/
H A DProgressDrawable.java43 private static Property<ProgressDrawable, Integer> LEVEL = field in ProgressDrawable
/aosp12/packages/services/Car/car-lib/src/android/car/vms/
H A DVmsOperationRecorder.java296 private static final int LEVEL = Log.DEBUG; field in VmsOperationRecorder.Writer
/aosp12/system/bt/profile/avrcp/
H A Ddevice.cc31 #define DEVICE_LOG(LEVEL) LOG(LEVEL) << address_.ToString() << " : " argument
32 #define DEVICE_VLOG(LEVEL) VLOG(LEVEL) << address_.ToString() << " : " argument
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/wifi/details2/
H A DWifiDetailPreferenceController2Test.java120 private static final int LEVEL = 1; field in WifiDetailPreferenceController2Test