Home
last modified time | relevance | path

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

/system/bt/tools/mcap_tool/
Dmcap_tool.cc217 uint32_t get_int(char** p, int DefaultValue) { in get_int()
236 int get_signed_int(char** p, int DefaultValue) { in get_signed_int()
272 uint32_t get_hex_any(char** p, int DefaultValue, unsigned int NumOfNibble) { in get_hex_any()
300 uint32_t get_hex(char** p, int DefaultValue) { in get_hex()
303 uint8_t get_hex_byte(char** p, int DefaultValue) { in get_hex_byte()