Lines Matching refs:STATUS_OK
593 if (AParcel_readInt32(mParcel, &temp) != STATUS_OK) { in readInt32()
603 if (AParcel_readUint32(mParcel, &temp) != STATUS_OK) { in readUint32()
635 if (error != STATUS_OK || data.size <= 0) { in readData()
665 if ((error = (X)) != STATUS_OK) return error
669 binder_status_t error = STATUS_OK; in readBlob()
690 return STATUS_OK; in readBlob()
698 return STATUS_OK; in readBlob()
715 binder_status_t error = STATUS_OK; in writeBlobFromFd()
719 return STATUS_OK; in writeBlobFromFd()
726 binder_status_t error = STATUS_OK; in writeBlob()
757 return STATUS_OK; in writeBlob()
854 if (error != STATUS_OK) { in Bitmap_createFromParcel()
911 if (status != STATUS_OK) { in Bitmap_writeToParcel()