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

<<11121314151617

  /external/e2fsprogs/lib/uuid/
gen_uuid.c 2 * gen_uuid.c --- generate a DCE-compatible uuid
392 * Try using the uuidd daemon to generate the UUID
472 struct uuid uu;
499 THREAD_LOCAL struct uuid uu;
542 struct uuid uu;
565 /* No real reason to use the daemon for random uuid's -- yet */
  /external/opencore/android/
android_audio_output.cpp 131 PVUuid uuid;
132 iActiveTiming->queryUuid(uuid);
133 aUuids.push_back(uuid);
android_audio_mio.h 120 OSCL_IMPORT_REF bool queryInterface(const PVUuid& uuid, PVInterface*& iface);
123 void queryUuid(PVUuid& uuid);
  /bionic/libc/kernel/common/linux/raid/
md_k.h 97 char uuid[16]; member in struct:mddev_s
  /external/bluetooth/bluez/src/
storage.h 68 sdp_record_t *find_record_in_list(sdp_list_t *recs, const char *uuid);
  /external/opencore/nodes/pvwavffparsernode/src/
pvmf_wavffparser_node.cpp 1033 PVUuid* uuid; local
    [all...]
  /external/opencore/nodes/streaming/jitterbuffernode/include/
pvmf_jitter_buffer_ext_interface.h 98 OSCL_IMPORT_REF virtual bool queryInterface(const PVUuid& uuid, PVInterface*& iface) = 0;
130 //Mimetype and Uuid for the extension interface
  /external/opencore/nodes/streaming/streamingmanager/src/
pvmf_streaming_manager_node.h 145 bool queryInterface(const PVUuid& uuid, PVInterface*& iface);
  /external/opencore/protocols/rtsp_client_engine/inc/
pvrtspenginenodeextensioninterface.h 53 // UUID for the extension interface
149 OSCL_IMPORT_REF virtual bool queryInterface(const PVUuid& uuid, PVInterface*& iface) = 0;
  /external/webkit/WebKitTools/DumpRenderTree/win/
EditingDelegate.h 34 class __declspec(uuid("265DCD4B-79C3-44a2-84BC-511C3EDABD6F")) EditingDelegate : public IWebEditingDelegate {
  /ndk/build/platforms/android-3/arch-arm/usr/include/linux/raid/
md_k.h 97 char uuid[16]; member in struct:mddev_s
  /ndk/build/platforms/android-4/arch-arm/usr/include/linux/raid/
md_k.h 97 char uuid[16]; member in struct:mddev_s
  /ndk/build/platforms/android-5/arch-arm/usr/include/linux/raid/
md_k.h 97 char uuid[16]; member in struct:mddev_s
  /ndk/build/platforms/android-5/arch-x86/usr/include/linux/raid/
md_k.h 97 char uuid[16]; member in struct:mddev_s
  /ndk/build/platforms/android-8/arch-arm/usr/include/linux/raid/
md_k.h 97 char uuid[16]; member in struct:mddev_s
  /ndk/build/platforms/android-8/arch-x86/usr/include/linux/raid/
md_k.h 97 char uuid[16]; member in struct:mddev_s
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppObexServerSession.java 522 byte[] uuid = (byte[])request.getHeader(HeaderSet.TARGET);
523 if (V) Log.v(TAG, "onConnect(): uuid =" + Arrays.toString(uuid));
524 if(uuid != null) {
525 reply.setHeader(HeaderSet.WHO, uuid);
  /external/bluetooth/glib/gio/
gunixvolumemonitor.c 145 get_volume_for_uuid (GVolumeMonitor *volume_monitor, const char *uuid)
151 get_mount_for_uuid (GVolumeMonitor *volume_monitor, const char *uuid)
  /external/opencore/android/author/
android_camera_input.h 228 virtual bool queryInterface(const PVUuid& uuid, PVInterface*& aInterface)
230 aInterface = NULL; // initialize aInterface to NULL in case uuid is not supported
232 if (PVMFFixedSizeBufferAllocUUID == uuid)
  /external/opencore/engines/adapters/player/framemetadatautility/src/
pv_frame_metadata_mio_video.cpp 315 PVUuid uuid;
316 iActiveTiming.queryUuid(uuid);
317 aUuids.push_back(uuid);
1368 PVUuid uuid; local
    [all...]
pv_frame_metadata_mio_video.h 73 bool queryInterface(const PVUuid& uuid, PVInterface*& iface) ;
75 void queryUuid(PVUuid& uuid);
  /external/opencore/nodes/pvdownloadmanagernode/include/
pvmf_filebufferdatastream_factory.h 137 OSCL_IMPORT_REF bool queryInterface(const PVUuid& uuid,
276 OSCL_IMPORT_REF bool queryInterface(const PVUuid& uuid,
  /external/opencore/nodes/pvfileoutputnode/src/
pvmf_fileoutput_node.cpp 385 bool PVMFFileOutputNode::queryInterface(const PVUuid& uuid, PVInterface*& iface)
387 if (uuid == PvmfFileOutputNodeConfigUuid)
393 else if (uuid == PvmfComposerSizeAndDurationUuid)
399 else if (uuid == PvmfNodesSyncControlUuid)
406 else if (uuid == PVMI_CAPABILITY_AND_CONFIG_PVUUID)
1377 PVUuid* uuid; local
    [all...]
  /external/webkit/WebKit/win/Interfaces/
IWebFramePrivate.idl 54 uuid(A1657D07-4881-4475-9D10-76548731D448),
  /external/wpa_supplicant_6/wpa_supplicant/src/wps/
wps_upnp_web.c 17 #include "uuid.h"
575 uuid_bin2str(sm->wps->uuid, uuid_string, sizeof(uuid_string));
577 /* Need "uuid:" prefix, thus we can't use xml_add_tagged_data()
580 wpabuf_put_str(buf, "<UDN>uuid:");
1453 u8 uuid[UUID_LEN]; local
1661 u8 uuid[UUID_LEN]; local
    [all...]

Completed in 741 milliseconds

<<11121314151617