HomeSort by relevance Sort by last modified time
    Searched refs:uuid (Results 51 - 75 of 419) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/webkit/WebKit/win/Interfaces/
IWebCache.idl 35 uuid(0673E6F5-AE63-4871-AAC6-6A1E0E6A99AB),
IWebCookieManager.idl 44 uuid(7053FE94-3623-444f-A298-209A90879A8C),
IWebDocument.idl 45 uuid(0A6397A7-90FE-49a0-B9C1-44693DD779F7),
108 uuid(0213643B-8DF9-4ba4-9534-61D92CB75007),
135 uuid(B6282B92-6F31-4948-A3A0-89763C56BBBF),
185 uuid(3C9F6251-CFD8-447a-B429-6B6AE627436C),
IWebFrameView.idl 42 uuid(E23E1B15-78F6-4e89-AD2E-49992A040A35),
IWebGeolocationProvider.idl 36 uuid(47F4CCF6-963D-4306-BE0B-8205C94672B5),
IWebHTTPURLResponse.idl 35 uuid(56B54483-FA29-4ce5-96FA-2D9B81D57162),
IWebHistoryPrivate.idl 32 uuid(B811003B-3475-46ad-9697-91D0D181CC05),
IWebJavaScriptCollector.idl 35 uuid(E6A1D169-F44A-4d11-B55B-F0A406F47612),
IWebMutableURLRequestPrivate.idl 45 uuid(AD675B60-2CE9-478c-B2AA-CAD643FF18AC),
IWebPluginHalterDelegate.idl 37 uuid(2e0e5d9e-ffc9-4185-aa15-e66868d548ee),
IWebSerializedJSValue.idl 34 uuid(13B3F50A-C996-61A7-2247-3DCC88FB0B84),
  /hardware/ti/omap3/libopencorehw/
buffer_alloc_omap34xx.cpp 102 OSCL_EXPORT_REF bool BufferAllocOmap34xx::queryInterface(const PVUuid& uuid, PVInterface*& aInterface)
104 aInterface = NULL; // initialize aInterface to NULL in case uuid is not supported
106 if (PVMFFixedSizeBufferAllocUUID == uuid)
buffer_alloc_omap34xx.h 62 OSCL_IMPORT_REF bool queryInterface(const PVUuid& uuid, PVInterface*& aInterface) ;
  /external/opencore/nodes/common/include/
pvmf_download_data_source.h 84 bool queryInterface(const PVUuid& uuid, PVInterface*& iface)
86 if (uuid == PVUuid(PVMF_DOWNLOAD_DATASOURCE_HTTP_UUID))
137 bool queryInterface(const PVUuid& uuid, PVInterface*& iface)
139 if (uuid == PVUuid(PVMF_DOWNLOAD_DATASOURCE_PVX_UUID))
pvmf_track_selection_extension.h 45 virtual bool queryInterface(const PVUuid& uuid, PVInterface*& iface) = 0;
pvmf_source_context_data.h 92 bool queryInterface(const PVUuid& uuid, PVInterface*& iface)
94 if (uuid == PVUuid(PVMF_SOURCE_CONTEXT_DATA_COMMON_UUID))
177 bool queryInterface(const PVUuid& uuid, PVInterface*& iface)
179 if (uuid == PVUuid(PVMF_SOURCE_CONTEXT_DATA_STREAMING_UUID))
254 bool queryInterface(const PVUuid& uuid, PVInterface*& iface)
256 if (uuid == PVUuid(PVMF_SOURCE_CONTEXT_DATA_DOWNLOAD_HTTP_UUID))
343 bool queryInterface(const PVUuid& uuid, PVInterface*& iface)
345 if (uuid == PVUuid(PVMF_SOURCE_CONTEXT_DATA_DOWNLOAD_PVX_UUID))
444 bool queryInterface(const PVUuid& uuid, PVInterface*& iface)
446 if (uuid == PVUuid(PVMF_SOURCE_CONTEXT_DATA_PVR_UUID)
    [all...]
  /external/opencore/nodes/pvdummyoutputnode/include/
pvmf_dummy_fileoutput_config.h 67 * @param uuid Uuid of the requested interface
72 virtual bool queryInterface(const PVUuid& uuid, PVInterface*& iface) = 0;
  /external/opencore/nodes/pvfileoutputnode/include/
pvmf_fileoutput_config.h 65 * @param uuid Uuid of the requested interface
70 virtual bool queryInterface(const PVUuid& uuid, PVInterface*& iface) = 0;
  /external/opencore/nodes/pvmp4ffcomposernode/include/
pvmp4ffcn_trackconfig.h 58 * @param uuid Uuid of the requested interface
63 virtual bool queryInterface(const PVUuid& uuid, PVInterface*& iface) = 0;
  /external/opencore/protocols/systems/common/include/
pv_2way_basic_interfaces.h 44 * The UUID for PV2WayTrackInfoInterface extension interface in PVAsyncInformationalEvent
46 #define PV2WayTrackInfoInterfaceUUID PVUuid(0x0864f8a2,0xde16,0x4ced,0xaa,0x48,0xda,0x18,0x20,0xf0,0x75,0xfb) // TBD: generate a new UUID here
59 Returns the code and space UUID for this info message
62 @param aUuid Reference to a PVUuid which will be filled in with UUID assocated to event code
94 Returns the extension interface for the specified UUID if this info
98 virtual bool queryInterface(const PVUuid& uuid, PVInterface*& iface) = 0;
  /external/opencore/pvmi/pvmf/include/
pvmf_durationinfomessage_extension.h 37 Returns the code and space UUID for this info message
40 @param aUuid Reference to a PVUuid which will be filled in with UUID assocated to event code
65 Returns the extension interface for the specified UUID if this info
69 virtual bool queryInterface(const PVUuid& uuid, PVInterface*& iface) = 0;
pvmf_errorinfomessage_extension.h 38 Returns the code and space UUID for this error/info message
41 @param aUuid Reference to a PVUuid which will be filled in with UUID assocated to event code
66 Returns the extension interface for the specified UUID if this error
70 virtual bool queryInterface(const PVUuid& uuid, PVInterface*& iface) = 0;
pvmf_metadatainfomessage_extension.h 40 Returns the code and space UUID for this info message
43 @param aUuid Reference to a PVUuid which will be filled in with UUID assocated to event code
68 Returns the extension interface for the specified UUID if this info
72 virtual bool queryInterface(const PVUuid& uuid, PVInterface*& iface) = 0;
pvmi_media_io_clock_extension.h 68 * @param uuid Uuid of the requested interface
73 virtual bool queryInterface(const PVUuid& uuid, PVInterface*& iface) = 0;
  /external/webkit/WebKitTools/Scripts/
print-msvc-project-dependencies 62 my $uuid = $2;
63 if (exists $projectsByUUID{$uuid}) {
69 uuid => $uuid,
72 $projectsByUUID{$uuid} = $currentProject;
100 warn "Warning: UUID $uuid1 listed more than once as dependency of project ", $currentProject->{name}, "\n";
104 $uuid1 eq $uuid2 or warn "Warning: UUIDs in depedency section of project ", $currentProject->{name}, " don't match: $uuid1 $uuid2; using first UUID\n";

Completed in 784 milliseconds

1 23 4 5 6 7 8 91011>>