HomeSort by relevance Sort by last modified time
    Searched refs:SHARED (Results 1 - 24 of 24) sorted by null

  /frameworks/base/include/private/media/
AudioEffectShared.h 33 // Shared memory area used to exchange parameters between application and mediaserver
43 : lock(Mutex::SHARED), clientIndex(0), serverIndex(0) {}
  /frameworks/base/include/utils/
threads.h 225 SHARED = 1
275 if (type == SHARED) {
322 SHARED = 1
367 if (type == SHARED) {
412 SHARED = 1
441 if (type == SHARED) {
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
libc-lock.h 152 #if defined SHARED && !defined NOT_IN_libc
175 #if defined SHARED && !defined NOT_IN_libc
224 #if defined SHARED && !defined NOT_IN_libc
337 #if defined _LIBC && defined SHARED
  /system/core/libcutils/arch-x86/
sse2-memset32-atom.S 89 #ifdef SHARED
262 # ifdef SHARED
279 # ifdef SHARED
389 #if defined DATA_CACHE_SIZE || !defined SHARED
sse2-memset16-atom.S 89 #ifdef SHARED
347 # ifdef SHARED
365 # ifdef SHARED
474 #if defined DATA_CACHE_SIZE || !defined SHARED
  /external/wpa_supplicant_6/wpa_supplicant/
wpa_supplicant.conf.orig 26 # global configuration (shared by all network blocks)
126 # If EAP methods were built dynamically as shared object files, they need to be
264 # WPA-PSK = WPA pre-shared key (this requires 'psk' field)
275 # SHARED = Shared Key authentication (requires static WEP keys)
294 # psk: WPA preshared key; 256-bit pre-shared key
690 # EAP-IKEv2 using shared secrets for both server and peer authentication
729 # Shared WEP key connection (no WPA, no IEEE 802.1X)
741 # Shared WEP key connection (no WPA, no IEEE 802.1X) using Shared Ke
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
wpa_supplicant.conf.orig 26 # global configuration (shared by all network blocks)
132 # If EAP methods were built dynamically as shared object files, they need to be
306 # WPA-PSK = WPA pre-shared key (this requires 'psk' field)
317 # SHARED = Shared Key authentication (requires static WEP keys)
336 # psk: WPA preshared key; 256-bit pre-shared key
742 # EAP-IKEv2 using shared secrets for both server and peer authentication
781 # Shared WEP key connection (no WPA, no IEEE 802.1X)
    [all...]
  /libcore/luni/src/main/java/java/util/concurrent/locks/
AbstractQueuedLongSynchronizer.java 129 /** Marker to indicate a node is waiting in shared mode */
130 static final Node SHARED = new Node();
218 * value SHARED. Because condition queues are accessed only
223 * we save a field by using special value to indicate shared
229 * Returns true if node is waiting in shared mode
232 return nextWaiter == SHARED;
250 Node() { // Used to establish initial head or SHARED marker
350 * @param mode Node.EXCLUSIVE for exclusive, Node.SHARED for shared
414 * Release action for shared mode -- signal successor and ensur
    [all...]
AbstractQueuedSynchronizer.java 42 * mode and a <em>shared</em> mode. When acquired in exclusive mode,
43 * attempted acquires by other threads cannot succeed. Shared mode
46 * mechanical sense that when a shared mode acquire succeeds, the next
52 * only shared modes need not define the methods supporting the unused mode.
123 * (Shared mode is similar but may involve cascading signals.)
237 * fire. Because a latch is non-exclusive, it uses the <tt>shared</tt>
360 /** Marker to indicate a node is waiting in shared mode */
361 static final Node SHARED = new Node();
449 * value SHARED. Because condition queues are accessed only
454 * we save a field by using special value to indicate shared
    [all...]
  /system/core/nexus/
WifiNetwork.h 47 static const uint32_t SHARED = 0x02;
225 * Pre-shared key for use with WPA-PSK
WifiNetwork.cpp 398 if (mask & AuthenticationAlgorithmMask::SHARED)
399 strcat(accum, "SHARED ");
585 else if (!strcasecmp(v_token, "SHARED"))
586 *mask |= AuthenticationAlgorithmMask::SHARED;
853 if (mWn->getAuthAlgorithms() & AuthenticationAlgorithmMask::SHARED) {
856 strcat(tmp, "SHARED");
  /bionic/libc/arch-x86/string/
sse2-memset5-atom.S 96 #ifdef SHARED
316 # ifdef SHARED
334 # ifdef SHARED
439 #if defined DATA_CACHE_SIZE || !defined SHARED
ssse3-memcpy5.S 107 #ifdef SHARED
219 # ifdef SHARED
290 # ifdef SHARED
    [all...]
  /frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/
AccessPointParserHelper.java 206 config.allowedAuthAlgorithms.set(AuthAlgorithm.SHARED);
  /frameworks/base/wifi/java/android/net/wifi/
WifiConfiguration.java 102 /** WPA pre-shared key (requires {@code preSharedKey} to be specified). */
110 /** WPA2 pre-shared key for use with soft access point
146 /** Shared Key authentication (requires static WEP keys) */
147 public static final int SHARED = 1;
153 public static final String[] strings = { "OPEN", "SHARED", "LEAP" };
260 * Pre-shared key for use with WPA-PSK.
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
libio.h 507 # if defined _LIBC && defined SHARED
pthread.h 166 /* Process shared or private flag. */
705 # ifndef SHARED
781 /* Get the process-shared flag of the mutex attribute ATTR. */
787 /* Set the process-shared flag of the mutex attribute ATTR. */
899 /* Return current setting of process-shared attribute of ATTR in PSHARED. */
905 /* Set process-shared attribute of ATTR to PSHARED. */
    [all...]
  /frameworks/base/media/libmedia/
AudioTrack.cpp 403 // Force flush if a shared buffer is used otherwise audioflinger
812 // Force buffer full condition as data is already present in shared memory
1071 // If Shared buffer is used, no data is requested from client.
    [all...]
  /packages/apps/Settings/src/com/android/settings/wifi/
WifiConfigController.java 329 config.allowedAuthAlgorithms.set(AuthAlgorithm.SHARED);
  /prebuilt/sdk/12/
android.jar 
  /prebuilt/sdk/14/
android.jar 
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 

Completed in 617 milliseconds