HomeSort by relevance Sort by last modified time
    Searched refs:uuid (Results 151 - 175 of 477) sorted by null

1 2 3 4 5 67 8 91011>>

  /frameworks/av/include/media/
AudioEffect.h 95 * Returns the descriptor for the specified effect uuid.
98 * uuid: pointer to effect uuid.
105 * BAD_VALUE invalid uuid or descriptor pointers
106 * NAME_NOT_FOUND no effect with this uuid found
111 static status_t getEffectDescriptor(const effect_uuid_t *uuid,
211 * type: type of effect created: can be null if uuid is specified. This corresponds to
213 * uuid: Uuid of effect created: can be null if type is specified. This uuid corresponds t
    [all...]
  /external/webkit/Source/WebKit/win/Interfaces/
IWebUndoManager.idl 37 uuid(D25D748C-6C1E-478d-9832-FDA26E8F7EE4),
201 uuid(67B067BE-4DE6-45c2-AD39-A91DFA84FF4E),
280 uuid(431DD6B2-56BF-4f48-943B-78CCEAC418E4),
IWebBackForwardList.idl 46 uuid(C278A16D-B502-4131-B551-DCE3F4ED2B36),
IWebCoreStatistics.idl 35 uuid(9607001D-6EEF-4c2c-AD22-94E9DA587973),
IWebEditingDelegate.idl 53 uuid(B0F960E7-FB81-447f-A958-E02DA02ADBB7),
67 uuid(8B95C1B3-E1B3-4f97-80D6-2240417E3E0C),
81 uuid(FABCC69A-5917-4242-A19A-42E8B62227A7),
98 uuid(2C75A1E3-EE9D-45c8-A385-19DE68AC5675),
IWebIconDatabase.idl 59 uuid(E93F2616-2560-47d9-BD4D-6E2F1E1D3174),
IWebDownload.idl 58 uuid(65EFE83B-A9E4-4516-8F3B-BAA25DA90FFD),
130 uuid(16A32AE6-C862-40cd-9225-2CAF823F40F9),
  /external/e2fsprogs/lib/e2p/
Android.mk 21 uuid.c \
  /frameworks/av/media/libeffects/downmix/
EffectDownmix.h 71 int32_t DownmixLib_Create(const effect_uuid_t *uuid,
76 int32_t DownmixLib_GetDescriptor(const effect_uuid_t *uuid,
  /frameworks/av/media/libeffects/visualizer/
EffectVisualizer.cpp 33 // Google Visualizer UUID: d069d9e0-8329-11df-9168-0002a5d5c51b
36 {0xd069d9e0, 0x8329, 0x11df, 0x9168, {0x00, 0x02, 0xa5, 0xd5, 0xc5, 0x1b}}, // uuid
197 int VisualizerLib_Create(const effect_uuid_t *uuid,
204 if (pHandle == NULL || uuid == NULL) {
208 if (memcmp(uuid, &gVisualizerDescriptor.uuid, sizeof(effect_uuid_t)) != 0) {
247 int VisualizerLib_GetDescriptor(const effect_uuid_t *uuid,
250 if (pDescriptor == NULL || uuid == NULL){
255 if (memcmp(uuid, &gVisualizerDescriptor.uuid, sizeof(effect_uuid_t)) == 0)
    [all...]
  /external/e2fsprogs/lib/blkid/
probe.c 36 #include "uuid/uuid.h"
119 /* The MD UUID is not contiguous in the superblock, make it so */
128 static void set_uuid(blkid_dev dev, uuid_t uuid, const char *tag)
132 if (!uuid_is_null(uuid)) {
133 uuid_unparse(uuid, str);
134 blkid_set_tag(dev, tag ? tag : "UUID", str, sizeof(str));
630 blkid_set_tag(probe->dev, "UUID", serno, sizeof(serno)-1);
783 blkid_set_tag(probe->dev, "UUID", uuid_str, 0);
823 /* LABEL/UUID are only valid for later versions of Reiserfs v3.6. *
894 char uuid[40]; local
1167 __u64 uuid; local
1208 __u64 leaf_off, uuid; local
1330 char *p, *q, uuid[40]; local
1565 uuid_t uuid; local
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/
config.h 252 * uuid - Universally Unique IDentifier (UUID; see RFC 4122) for WPS
254 u8 uuid[16]; member in struct:wpa_config
wps_supplicant.c 24 #include "uuid.h"
635 char uuid[40], txt[400]; local
637 if (uuid_bin2str(uuid_e, uuid, sizeof(uuid)))
639 wpa_printf(MSG_DEBUG, "WPS: PIN needed for UUID-E %s", uuid);
642 uuid, MAC2STR(dev->mac_addr), dev->device_name,
699 if (is_nil_uuid(wpa_s->conf->uuid)) {
700 uuid_gen_mac_addr(wpa_s->own_addr, wps->uuid);
701 wpa_hexdump(MSG_DEBUG, "WPS: UUID based on MAC address"
847 const u8 *sel_uuid, *uuid; local
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/wps/
wps.c 41 os_memcpy(data->uuid_r, cfg->wps->uuid, WPS_UUID_LEN);
44 os_memcpy(data->uuid_e, cfg->wps->uuid, WPS_UUID_LEN);
220 * wps_get_uuid_e - Get UUID-E from WPS IE
222 * Returns: Pointer to UUID-E or %NULL if not included
275 * @uuid: Own UUID
282 const u8 *uuid,
308 wps_build_uuid_e(ie, uuid) ||
  /external/wpa_supplicant_8/src/ap/
wps_hostapd.h 20 const char *uuid, const char *pin, int timeout);
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
Utils.java 23 /** segments of a UUID */
25 /** length of a UUID */
260 * Check some requirements for an UUID:
262 * <li>Length of the UUID is 32</li>
268 * @param uuid uuid to test
269 * @return true - this is a well formed UUID, false - UUID has not the expected format
272 static boolean checkUUIDFormat(String uuid)
278 if (uuid == null
    [all...]
  /hardware/samsung_slsi/exynos5/libsecurepath/
tlc_communication.cpp 53 mcRet = mcOpenSession(&(comm_ctx->handle), &(comm_ctx->uuid), (uint8_t *)(comm_ctx->tci_msg),
  /hardware/samsung_slsi/exynos5/mobicore/common/MobiCore/inc/
mcLoadFormat.h 122 mcUuid_t uuid; /**< Loadable service unique identifier (UUID). */ member in struct:__anon19761
mcSo.h 92 * The combination of service provider id and Trustlet UUID forms a unique
98 /** Trustlet UUID. */
99 mcUuid_t uuid; member in struct:__anon19767
  /external/e2fsprogs/misc/
blkid.c 137 const char *uuid)
164 fputs(uuid, stdout);
172 const char *uuid = "", *fs_type = "", *label = ""; local
179 "mount point", "UUID");
190 /* Get the uuid, label, type */
193 if (!strcmp(type, "UUID"))
194 uuid = value;
216 pretty_print_line(devname, fs_type, label, mtpt, uuid);
  /frameworks/base/core/java/android/bluetooth/
BluetoothDevice.java 31 import java.util.UUID;
52 * {@link #createRfcommSocketToServiceRecord(UUID)}.
264 * Broadcast Action: This intent is used to broadcast the {@link UUID}
274 "android.bluetooth.device.action.UUID";
471 * is a parcelable version of {@link UUID}.
473 public static final String EXTRA_UUID = "android.bluetooth.device.extra.UUID";
896 public int getServiceChannel(ParcelUuid uuid) {
900 return sService.getRemoteServiceChannel(this, uuid);
    [all...]
  /packages/apps/Bluetooth/jni/
com_android_bluetooth_btservice_AdapterService.cpp 827 jbyte *addr = NULL, *uuid = NULL; local
839 uuid = env->GetByteArrayElements(uuidObj, NULL);
840 if (!uuid) {
841 ALOGE("failed to get uuid");
846 (const uint8_t*) uuid, channel, &socket_fd, flag)) != BT_STATUS_SUCCESS) {
857 env->ReleaseByteArrayElements(uuidObj, uuid, 0);
862 if (uuid) env->ReleaseByteArrayElements(uuidObj, uuid, 0);
870 jbyte *uuid = NULL; local
878 uuid = env->GetByteArrayElements(uuidObj, NULL)
    [all...]
  /external/bluetooth/bluedroid/bta/gatt/
bta_gattc_utils.c 48 ** Description Convert a 16 bits UUID to be an standard 128 bits one.
50 ** Returns TRUE if two uuid match; FALSE otherwise.
65 ** Description Compare two UUID to see if they are the same.
67 ** Returns TRUE if two uuid match; FALSE otherwise.
75 /* any of the UUID is unspecified */
93 /* convert a 16 bits UUID to 128 bits value */
102 /* convert a 16 bits UUID to 128 bits value */
418 ** Description pack UUID into a stream.
460 (bta_gattc_uuid_compare(p_clreg->notif_reg[i].char_id.srvc_id.id.uuid, p_notify->char_id.srvc_id.id.uuid, FALSE) &
521 tBT_UUID uuid = {LEN_UUID_16, {GATT_UUID_CHAR_AGG_FORMAT}}; local
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
peers.cpp 309 QString uuid; local
313 uuid = ctx_item->data(peer_role_uuid).toString();
326 uuid.toAscii().constData(),
808 QStandardItem * Peers::find_uuid(QString uuid)
814 uuid);
832 QString uuid = items[1]; local
1113 QString uuid = items[1];
1125 QStandardItem *item = find_uuid(uuid);
1131 item->setData(uuid, peer_role_uuid);
1178 QString uuid = items[1]
1257 QString uuid = items[2]; local
    [all...]
  /device/samsung/manta/voicefx/
eS305VoiceProcessing.cpp 151 // UUIDs for effect types have been generated from http://www.itu.int/ITU-T/asn1/uuid.html
157 { 0xfd90ff00, 0x0b55, 0x11e2, 0x892e, { 0x08, 0x00, 0x20, 0x0c, 0x9a, 0x66 } }, // uuid
169 { 0x08fa98b0, 0x0b56, 0x11e2, 0x892e, { 0x08, 0x00, 0x20, 0x0c, 0x9a, 0x66 } }, // uuid
181 { 0xe9e87eb0, 0x0b55, 0x11e2, 0x892e, { 0x08, 0x00, 0x20, 0x0c, 0x9a, 0x66 } }, // uuid
214 uint32_t Adnc_UuidToProcId(const effect_uuid_t * uuid)
218 if (memcmp(uuid, sAdncUuidTable[i], sizeof(*uuid)) == 0) {
712 const effect_descriptor_t *AdncBundle_GetDescriptor(const effect_uuid_t *uuid)
716 if (memcmp(&adnc_pfx_descriptors[i]->uuid, uuid, sizeof(effect_uuid_t)) == 0)
    [all...]

Completed in 703 milliseconds

1 2 3 4 5 67 8 91011>>