Searched refs:duplicate (Results 1 - 6 of 6) sorted by relevance

/system/extras/memtrack/
H A DAndroid.mk50 # Bug: 18389563 - Today, libc++_static and libgcc have duplicate sybols for
/system/security/keystore/include/keystore/
H A DIKeystoreService.h184 virtual int32_t duplicate(const String16& srcKey, int32_t srcUid, const String16& destKey,
/system/bt/stack/hcic/
H A Dhciblecmds.c246 BOOLEAN btsnd_hcic_ble_set_scan_enable (UINT8 scan_enable, UINT8 duplicate) argument
263 UINT8_TO_STREAM (pp, duplicate);
/system/bt/stack/include/
H A Dhcimsgs.h713 extern BOOLEAN btsnd_hcic_ble_set_scan_enable (UINT8 scan_enable, UINT8 duplicate);
/system/security/keystore/
H A DIKeystoreService.cpp855 virtual int32_t duplicate(const String16& srcKey, int32_t srcUid, const String16& destKey, function in class:android::BpKeystoreService
866 ALOGD("duplicate() could not contact remote: %d\n", status);
872 ALOGD("duplicate() caught exception %d\n", err);
1538 int32_t ret = duplicate(srcKey, srcUid, destKey, destUid);
H A Dkeystore.cpp211 "duplicate",
2131 int32_t duplicate(const String16& srcKey, int32_t srcUid, const String16& destKey, function in class:android::KeyStoreProxy
2136 ALOGW("permission denied for %d: duplicate", callingUid);
2142 ALOGD("calling duplicate in state: %d", state);
2159 ALOGD("can only duplicate from caller to other or to same uid: "
2165 ALOGD("duplicate not granted to dest: %d -> %d", callingUid, destUid);

Completed in 236 milliseconds