HomeSort by relevance Sort by last modified time
    Searched full:uuid (Results 451 - 475 of 1218) sorted by null

<<11121314151617181920>>

  /external/qemu/android/
user-config.h 21 * of the emulator window and a unique 64-bit UUID. We might
  /external/wpa_supplicant_8/src/ap/
wps_hostapd.h 20 const char *uuid, const char *pin, int timeout);
  /external/wpa_supplicant_8/src/wps/
wps_upnp_ap.c 13 #include "uuid.h"
  /frameworks/base/core/java/android/os/storage/
StorageVolume.java 202 public void setUuid(String uuid) {
203 mUuid = uuid;
211 * Parse and return volume UUID as FAT volume ID, or return -1 if unable to
212 * parse or UUID is unknown.
  /frameworks/base/docs/html/sdk/api_diff/10/changes/
methods_index_additions.html 58 <nobr><A HREF="android.bluetooth.BluetoothDevice.html#android.bluetooth.BluetoothDevice.createInsecureRfcommSocketToServiceRecord_added(java.util.UUID)" class="hiddenlink" target="rightframe"><b>createInsecureRfcommSocketToServiceRecord</b>
59 (<code>UUID</code>)</A></nobr><br>
107 <nobr><A HREF="android.bluetooth.BluetoothAdapter.html#android.bluetooth.BluetoothAdapter.listenUsingInsecureRfcommWithServiceRecord_added(java.lang.String, java.util.UUID)" class="hiddenlink" target="rightframe"><b>listenUsingInsecureRfcommWithServiceRecord</b>
108 (<code>String, UUID</code>)</A></nobr><br>
android.bluetooth.BluetoothAdapter.html 86 <A NAME="android.bluetooth.BluetoothAdapter.listenUsingInsecureRfcommWithServiceRecord_added(java.lang.String, java.util.UUID)"></A>
87 <nobr><code>BluetoothServerSocket</code>&nbsp;<A HREF="../../../../reference/android/bluetooth/BluetoothAdapter.html#listenUsingInsecureRfcommWithServiceRecord(java.lang.String, java.util.UUID)" target="_top"><code>listenUsingInsecureRfcommWithServiceRecord</code></A>(<code>String,</nobr> UUID<nobr><nobr></code>)</nobr>
android.bluetooth.BluetoothDevice.html 86 <A NAME="android.bluetooth.BluetoothDevice.createInsecureRfcommSocketToServiceRecord_added(java.util.UUID)"></A>
87 <nobr><code>BluetoothSocket</code>&nbsp;<A HREF="../../../../reference/android/bluetooth/BluetoothDevice.html#createInsecureRfcommSocketToServiceRecord(java.util.UUID)" target="_top"><code>createInsecureRfcommSocketToServiceRecord</code></A>(<code>UUID</code>)</nobr>
  /external/bluetooth/bluedroid/stack/rfcomm/
port_int.h 158 UINT16 uuid; /* Service UUID */ member in struct:t_port_info
168 UINT8 default_signal_state; /* Initial signal state depending on uuid */
  /external/chromium_org/chrome/browser/extensions/api/bluetooth/
bluetooth_event_router_unittest.cc 28 const char kAudioProfileUuid[] = "audio profile uuid";
29 const char kHealthProfileUuid[] = "health profile uuid";
185 ASSERT_TRUE(profile_value->GetString("uuid", &profile_uuid));
  /external/chromium_org/chrome/browser/extensions/api/music_manager_private/
device_id_mac.cc 57 // Return the Volume UUID property of a BSD disk name (e.g. '/dev/disk1').
86 VLOG(1) << "Error getting volume UUID of disk.";
100 // Return Volume UUID property of disk mounted as "/".
  /frameworks/base/docs/html/sdk/api_diff/19/changes/
android.media.MediaDrm.html 86 <A NAME="android.media.MediaDrm.isCryptoSchemeSupported_added(java.util.UUID, java.lang.String)"></A>
87 <nobr><code>boolean</code>&nbsp;<A HREF="../../../../reference/android/media/MediaDrm.html#isCryptoSchemeSupported(java.util.UUID, java.lang.String)" target="_top"><code>isCryptoSchemeSupported</code></A>(<code>UUID,</nobr> String<nobr><nobr></code>)</nobr>
  /hardware/samsung_slsi/exynos5/mobicore/common/MobiCore/inc/
mcContainer.h 149 mcUuid_t uuid; member in union:__anon32567
197 mcUuid_t uuid; member in struct:__anon32571
206 mcUuid_t uuid; member in struct:__anon32572
  /frameworks/base/media/jni/
android_media_MediaDrm.cpp 275 JNIEnv *env, jobject thiz, const uint8_t uuid[16]) {
277 mDrm = MakeDrm(uuid);
316 sp<IDrm> JDrm::MakeDrm(const uint8_t uuid[16]) {
323 status_t err = drm->createPlugin(uuid);
352 bool JDrm::IsCryptoSchemeSupported(const uint8_t uuid[16], const String8 &mimeType) {
359 return drm->isCryptoSchemeSupported(uuid, mimeType);
580 jniThrowException(env, "java/lang/IllegalArgumentException", "uuid is null");
584 Vector<uint8_t> uuid = JByteArrayToVector(env, uuidObj); local
586 if (uuid.size() != 16) {
588 "invalid UUID size, expected 16 bytes")
622 Vector<uint8_t> uuid = JByteArrayToVector(env, uuidObj); local
    [all...]
  /external/bluetooth/bluedroid/stack/include/
sdpdefs.h 253 #define UUID_SERVCLASS_MAP_PROFILE 0X1134 /* MAP profile UUID */
254 #define UUID_SERVCLASS_MESSAGE_ACCESS 0X1132 /* Message Access Service UUID */
255 #define UUID_SERVCLASS_MESSAGE_NOTIFICATION 0X1133 /* Message Notification Service UUID */
265 #define UUID_SERVCLASS_THERMOMETER 0x1809 /* Thermometer UUID */
279 #define UUID_SERVCLASS_TEST_SERVER 0x9000 /* Test Group UUID */
  /external/chromium_org/media/base/android/
media_drm_bridge.cc 61 // Tries to find a PSSH box whose "SystemId" is |uuid| in |data|, parses the
69 const std::vector<uint8>& uuid,
122 if (!std::equal(uuid.begin(), uuid.end(), cur)) {
165 // TODO(qinmin): check whether the uuid is valid.
  /external/e2fsprogs/e2fsck/
dirinfo.c 13 #include "uuid/uuid.h"
44 char *tdb_dir, uuid[40]; local
62 uuid_unparse(ctx->fs->super->s_uuid, uuid);
63 sprintf(db->tdb_fn, "%s/%s-dirinfo-XXXXXX", tdb_dir, uuid);
  /packages/apps/Settings/src/com/android/settings/bluetooth/
LocalBluetoothProfileManager.java 138 * Initialize or update the local profile objects. If a UUID was previously
140 * profile object as it might be referenced elsewhere, or the UUID might
154 Log.w(TAG, "Warning: A2DP profile was previously added but the UUID is now missing.");
168 Log.w(TAG, "Warning: HEADSET profile was previously added but the UUID is now missing.");
180 Log.w(TAG, "Warning: OPP profile was previously added but the UUID is now missing.");
CachedBluetoothDevice.java 224 // from bluetooth stack but ACTION.uuid is not sent yet.
225 // Eventually ACTION.uuid will be received which shall trigger the connection of the
498 Log.v(TAG, "UUID:");
499 for (ParcelUuid uuid : uuids) {
500 Log.v(TAG, " " + uuid);
516 * Refreshes the UI when framework alerts us of a UUID change.
527 * If a connect was attempted earlier without any UUID, we will do the
  /external/bluetooth/bluedroid/stack/btm/
btm_inq.c 129 If customized UUID look-up table needs to be used,
131 BTM_EIR_UUID_LKUP_TBL = <customized UUID list>
132 BTM_EIR_MAX_SERVICES = <number of UUID in list>
    [all...]
  /external/bluetooth/bluedroid/bta/gatt/
bta_gattc_api.c 82 ** Parameters p_app_uuid - applicaiton UUID
235 ** p_srvc_uuid: a UUID of the service application is interested in.
276 ** p_char_uuid_cond: Characteristic UUID, if NULL find the first available
315 ** p_char_uuid_cond: Characteristic UUID, if NULL find the first available
358 ** p_descr_uuid_cond: Characteristic Descr UUID, if NULL find the first available
403 ** p_descr_uuid_cond: Characteristic descriptor UUID, if NULL find
448 ** p_uuid_cond: Characteristic UUID, if NULL find the first available
488 ** p_uuid_cond: Included service UUID, if NULL find the first available
835 APPL_TRACE_API3("BTA_GATTC_SendIndConfirm conn_id=%d service uuid1=0x%x char uuid=0x%x",
836 conn_id, p_char_id->srvc_id.id.uuid.uu.uuid16, p_char_id->char_id.uuid.uu.uuid16)
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapObexServer.java 45 // 128 bit UUID for MAP
105 byte[] uuid = (byte[])request.getHeader(HeaderSet.TARGET);
106 if (uuid == null) {
109 if (D) Log.d(TAG, "onConnect(): uuid=" + Arrays.toString(uuid));
111 if (uuid.length != UUID_LENGTH) {
112 Log.w(TAG, "Wrong UUID length");
116 if (uuid[i] != MAP_TARGET[i]) {
117 Log.w(TAG, "Wrong UUID");
121 reply.setHeader(HeaderSet.WHO, uuid);
    [all...]
  /external/e2fsprogs/lib/uuid/
gen_uuid.c 2 * gen_uuid.c --- generate a DCE-compatible uuid
44 #define UUID MYUUID
471 * Try using the uuidd daemon to generate the UUID
557 struct uuid uu;
584 THREAD_LOCAL struct uuid uu;
627 struct uuid uu;
650 /* No real reason to use the daemon for random uuid's -- yet */
  /hardware/samsung_slsi/exynos5/mobicore/common/MobiCore/inc/Mci/
mcimcp.h 51 MC_MCP_RET_ERR_UNKNOWN_UUID = 2, /**< The UUID of the Trustlet is unknown. */
69 MC_MCP_RET_ERR_TL_NO_CHILD = 20, /**< UUID is not registered with sp container. */
235 * associated with the uuid passed.
236 * The uuid passed must match the uuid contained in the load data (if available).
243 mcUuid_t uuid; /**< Byte array containing the service UUID. */ member in struct:__anon32319
  /external/e2fsprogs/
configure.in 433 [ --disable-libuuid do not build private uuid library],
440 AC_CHECK_LIB(uuid, uuid_generate,
441 [LIBUUID=`$PKG_CONFIG --libs uuid`;
442 STATIC_LIBUUID=`$PKG_CONFIG --static --libs uuid`],
443 [AC_MSG_ERROR([external uuid library not found])],
446 AC_MSG_RESULT([Disabling private uuid library])
454 AC_MSG_RESULT([Enabling private uuid library])
463 AC_MSG_RESULT([Enabling private uuid library by default])
655 [ --disable-uuidd disable building the uuid daemon],
859 dnl that uses socket() to compile; this is needed for the UUID librar
    [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 569 milliseconds

<<11121314151617181920>>