Searched defs:check (Results 1 – 15 of 15) sorted by relevance
/system/apex/apexd/ |
D | apexservice.cpp | 167 if (auto check = CheckCallerSystemOrRoot("unstagePackages"); !check.isOk()) { in unstagePackages() local 185 auto check = CheckCallerSystemOrRoot("submitStagedSession"); in submitStagedSession() local 216 auto check = CheckCallerSystemOrRoot("markStagedSessionReady"); in markStagedSessionReady() local 235 auto check = CheckCallerSystemOrRoot("markStagedSessionSuccessful"); in markStagedSessionSuccessful() local 255 auto check = CheckCallerSystemOrRoot("markBootCompleted"); in markBootCompleted() local 392 auto check = CheckCallerSystemOrRoot("getSessions"); in getSessions() local 409 auto check = CheckCallerSystemOrRoot("getStagedSessionInfo"); in getStagedSessionInfo() local 431 auto check = CheckCallerSystemOrRoot("getStagedApexInfos"); in getStagedApexInfos() local 463 auto check = CheckCallerSystemOrRoot("getActivePackages"); in getActivePackages() local 480 auto check = CheckCallerSystemOrRoot("getActivePackage"); in getActivePackage() local [all …]
|
/system/libfmq/ |
D | FmqInternal.cpp | 25 void check(bool exp) { in check() function 29 void check(bool exp, const char* message) { in check() function
|
/system/media/audio_utils/fuzz/format_fuzzer/ |
D | format_fuzzer.cpp | 53 uint8_t check[size]; in fillBuffer() local 84 uint32_t check[size]; in LLVMFuzzerTestOneInput() local
|
/system/media/audio_utils/tests/ |
D | format_tests.cpp | 53 uint8_t check[size]; in fillRamp() local 86 uint32_t check[SAMPLES]; in TEST_P() local
|
D | string_tests.cpp | 35 void check(char (&s)[size], int start, size_t actual) { in check() function
|
/system/sepolicy/tools/ |
D | sepolicy-check.c | 43 int check(int op, uint16_t arg1, uint16_t arg2) { in check() function
|
D | check_seapp.c | 334 static bool match_regex(key_map *assert, const key_map *check) { in match_regex()
|
/system/libvintf/ |
D | VintfFm.cpp | 228 int VintfFm::check(const FsFactory& vintfFsFactory, const std::string& dir) { in check() function in android::vintf::VintfFm
|
/system/media/radio/src/ |
D | radio_metadata.c | 144 bool check) in get_entry_at_index()
|
/system/libhidl/transport/base/1.0/vts/functional/ |
D | vts_ibase_test.cpp | 144 void EachHal(const std::function<void(const Hal&)>& check) { in EachHal()
|
/system/core/fs_mgr/include_fstab/fstab/ |
D | fstab.h | 61 bool check : 1; member
|
/system/core/fastboot/ |
D | usb_linux.cpp | 131 static int check(void *_desc, int len, unsigned type, int size) in check() function
|
/system/extras/libfec/ |
D | fec_private.h | 204 #define check(p) \ macro
|
/system/nfc/src/nfa/ee/ |
D | nfa_ee_act.cc | 2840 bool check = true; in nfa_ee_lmrt_to_nfcc() local
|
/system/unwinding/libbacktrace/ |
D | backtrace_test.cpp | 341 bool check = (cur_proc == nullptr); in VerifyIgnoreFrames() local
|