Home
last modified time | relevance | path

Searched defs:defVal (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/cmds/rawbu/
Dbackup.cpp415 static int32_t read_int32(FILE* fh, int32_t defVal) in read_int32()
426 static int64_t read_int64(FILE* fh, int64_t defVal) in read_int64()
/frameworks/base/services/core/java/com/android/server/hdmi/
DHdmiControlService.java659 boolean readBooleanSetting(String key, boolean defVal) { in readBooleanSetting()
674 boolean readBooleanSystemProperty(String key, boolean defVal) { in readBooleanSystemProperty()
678 String readStringSetting(String key, String defVal) { in readStringSetting()