Searched refs:kFriendlyName (Results 1 – 2 of 2) sorted by relevance
/external/webrtc/talk/media/devices/ |
D | win32devicemanager.cc | 95 static const wchar_t kFriendlyName[] = L"FriendlyName"; variable 211 if (SUCCEEDED(bag->Read(kFriendlyName, &name, 0)) && in GetDevices()
|
/external/boringssl/src/crypto/pkcs8/ |
D | pkcs8_x509.c | 305 static const uint8_t kFriendlyName[] = {0x2a, 0x86, 0x48, 0x86, 0xf7, variable 335 if (CBS_mem_equal(&oid, kFriendlyName, sizeof(kFriendlyName))) { in parse_bag_attributes() 960 !CBB_add_bytes(&oid, kFriendlyName, sizeof(kFriendlyName)) || in add_bag_attributes()
|