Home
last modified time | relevance | path

Searched refs:NO_ERROR (Results 1 – 19 of 19) sorted by relevance

/system/security/keystore/
DIKeystoreService.cpp61 if (status != NO_ERROR) { in test()
80 if (status != NO_ERROR) { in get()
119 if (status != NO_ERROR) { in insert()
139 if (status != NO_ERROR) { in del()
159 if (status != NO_ERROR) { in exist()
179 if (status != NO_ERROR) { in saw()
201 if (status != NO_ERROR) { in reset()
220 if (status != NO_ERROR) { in password()
238 if (status != NO_ERROR) { in lock()
257 if (status != NO_ERROR) { in unlock()
[all …]
Dkeystore.cpp640 return NO_ERROR; in writeBlob()
698 return ::NO_ERROR; in readBlob()
771 if (response != NO_ERROR) { in initialize()
775 return ::NO_ERROR; in initialize()
787 return ::NO_ERROR; in copyMasterKey()
829 if (response == NO_ERROR && masterKeyBlob.getLength() == MASTER_KEY_SIZE_BYTES) { in readMasterKey()
837 if (response == NO_ERROR) { in readMasterKey()
986 return ::NO_ERROR; in initialize()
1036 if (saw(prefix, &aliases, uid) != ::NO_ERROR) { in reset()
1094 if (rc != NO_ERROR) { in get()
[all …]
Dkeystore_get.cpp37 } else if (ret != ::NO_ERROR) { in keystore_get()
Dkeystore_cli.cpp136 } else if (ret != ::NO_ERROR) { \
154 } else if (ret != ::NO_ERROR) { in saw()
/system/core/libutils/
DString16.cpp181 return NO_ERROR; in setTo()
186 return NO_ERROR; in setTo()
210 return NO_ERROR; in setTo()
221 return NO_ERROR; in append()
223 return NO_ERROR; in append()
232 return NO_ERROR; in append()
242 return NO_ERROR; in append()
244 return NO_ERROR; in append()
254 return NO_ERROR; in append()
269 return NO_ERROR; in insert()
[all …]
DString8.cpp251 if (mString) return NO_ERROR; in setTo()
262 if (mString) return NO_ERROR; in setTo()
273 if (mString) return NO_ERROR; in setTo()
284 if (mString) return NO_ERROR; in setTo()
295 return NO_ERROR; in append()
297 return NO_ERROR; in append()
313 return NO_ERROR; in append()
332 int n, result = NO_ERROR; in appendFormatV()
367 return NO_ERROR; in real_append()
403 return NO_ERROR; in unlockBuffer()
DThreads.cpp409 return dwWaitResult != WAIT_OBJECT_0 ? -1 : NO_ERROR;
538 return res == WAIT_OBJECT_0 ? NO_ERROR : -1;
676 mStatus(NO_ERROR), in Thread()
690 return NO_ERROR; in readyToRun()
704 mStatus = NO_ERROR; in run()
735 return NO_ERROR; in run()
760 result = (self->mStatus == NO_ERROR); in _threadLoop()
DVectorImpl.cpp221 return NO_ERROR; in sort()
355 ssize_t result = NO_ERROR; in resize()
640 return NO_ERROR; in merge()
646 ssize_t err = NO_ERROR; in merge()
DTokenizer.cpp57 int result = NO_ERROR; in open()
DPropertyMap.cpp215 return NO_ERROR; in parse()
/system/core/include/utils/
DErrors.h42 # undef NO_ERROR
47 NO_ERROR = 0, // No errors. enumerator
81 # define NO_ERROR 0L macro
DFunctor.h28 virtual status_t operator ()(int /*what*/, void* /*data*/) { return NO_ERROR; } in operator()
DFlattenable.h186 return NO_ERROR; in flatten()
190 return NO_ERROR; in unflatten()
/system/security/keystore/include/keystore/
Dkeystore.h30 NO_ERROR = STATE_NO_ERROR, // 1 enumerator
/system/vold/
DCheckBattery.cpp73 if (status == NO_ERROR) { in is_battery_ok()
/system/core/healthd/
DBatteryMonitor.cpp289 ret = NO_ERROR; in getProperty()
299 ret = NO_ERROR; in getProperty()
309 ret = NO_ERROR; in getProperty()
319 ret = NO_ERROR; in getProperty()
/system/core/libpixelflinger/codeflinger/
DARMAssembler.cpp201 return NO_ERROR; in generate()
DArm64Assembler.cpp329 return NO_ERROR; in generate()
DMIPSAssembler.cpp1424 return NO_ERROR; in generate()