HomeSort by relevance Sort by last modified time
    Searched refs:guid (Results 176 - 200 of 306) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/skia/src/device/xps/
SkXPSDevice.cpp 54 //Dummy representation of a GUID from createId.
56 //Length of GUID representation from createId, including nullptr terminator.
60 Formats a GUID and places it into buffer.
66 static int format_guid(const GUID& guid,
73 guid.Data1,
75 guid.Data2,
77 guid.Data3,
79 guid.Data4[0],
80 guid.Data4[1]
91 GUID guid = {}; local
    [all...]
  /external/webrtc/webrtc/voice_engine/test/cmd_test/
voe_cmd_test.cc 343 char guid[128] = { 0 }; local
346 res = hardware->GetPlayoutDeviceName(j, dn, guid);
353 res = hardware->GetRecordingDeviceName(j, dn, guid);
566 char guid[128] = { 0 }; local
570 res = hardware->GetPlayoutDeviceName(i, dn, guid);
587 char guid[128] = { 0 }; local
591 res = hardware->GetRecordingDeviceName(i, dn, guid);