Searched refs:get_bundle_int (Results 1 – 3 of 3) sorted by relevance
/aosp12/frameworks/base/tools/bit/ |
H A D | adb.h | 42 int32_t get_bundle_int(const ResultsBundle& bundle, bool* found, ...);
|
H A D | adb.cpp | 400 get_bundle_int(const ResultsBundle& bundle, bool* found, ...) in get_bundle_int() function
|
H A D | main.cpp | 247 int32_t currentTestNum = get_bundle_int(results, &found, "current", NULL); in OnTestStatus() 252 int32_t testCount = get_bundle_int(results, &found, "numtests", NULL); in OnTestStatus()
|