Home | History | Annotate | Download | only in keystore

Lines Matching defs:saw

172     virtual int32_t saw(const String16& name, int uid, Vector<String16>* matches)
178 status_t status = remote()->transact(BnKeystoreService::SAW, data, &reply);
180 ALOGD("saw() could not contact remote: %d\n", status);
190 ALOGD("saw() caught exception %d\n", err);
711 case SAW: {
716 int32_t ret = saw(name, uid, &matches);