Searched refs:NO_ERROR (Results 1 - 8 of 8) sorted by last modified time

/system/security/keystore/
H A Dkeystore.cpp391 return (rename(tmpFileName, filename) == 0) ? NO_ERROR : SYSTEM_ERROR;
433 return NO_ERROR;
480 if (response != NO_ERROR) {
484 return NO_ERROR;
525 if (response == NO_ERROR && masterKeyBlob.getLength() == MASTER_KEY_SIZE_BYTES) {
533 if (response == NO_ERROR) {
594 if (rc != NO_ERROR) {
838 if (rc != NO_ERROR) {
901 if (responseCode == NO_ERROR) {
910 if (responseCode == NO_ERROR) {
[all...]
H A Dkeystore.h30 NO_ERROR = STATE_NO_ERROR, // 1 enumerator in enum:ResponseCode
H A Dkeystore_client.cpp64 || code != NO_ERROR) {
/system/security/keystore-engine/
H A Deng_keystore.cpp166 != NO_ERROR) {
223 if (keystore_cmd(CommandCodes[GET_PUBKEY], &reply, 1, strlen(key_id), key_id) != NO_ERROR) {
/system/core/libpixelflinger/codeflinger/
H A DARMAssembler.cpp201 return NO_ERROR;
H A DMIPSAssembler.cpp1424 return NO_ERROR;
/system/core/libpixelflinger/tinyutils/
H A DErrors.h35 NO_ERROR = 0, // No errors. enumerator in enum:android::__anon441
H A DVectorImpl.cpp27 NO_ERROR = 0, // No errors. enumerator in enum:android::__anon457
509 return NO_ERROR;
515 ssize_t err = NO_ERROR;

Completed in 151 milliseconds