HomeSort by relevance Sort by last modified time
    Searched defs:sm (Results 101 - 125 of 161) sorted by null

1 2 3 45 6 7

  /frameworks/av/cmds/stagefright/
stagefright.cpp 814 sp<IServiceManager> sm = defaultServiceManager(); local
815 sp<IBinder> binder = sm->getService(String16("media.player"));
876 sp<IServiceManager> sm = defaultServiceManager(); local
877 sp<IBinder> binder = sm->getService(String16("media.player"));
890 sp<IServiceManager> sm = defaultServiceManager(); local
891 sp<IBinder> binder = sm->getService(String16("media.player"));
  /frameworks/av/media/libstagefright/wifi-display/source/
WifiDisplaySource.cpp 1692 sp<IServiceManager> sm = defaultServiceManager(); local
    [all...]
  /frameworks/base/media/jni/
android_media_MediaDrm.cpp 294 sp<IServiceManager> sm = defaultServiceManager(); local
297 sm->getService(String16("media.player"));
    [all...]
  /frameworks/base/services/java/com/android/server/
DeviceStorageMonitorService.java 336 final StorageManager sm = StorageManager.from(context); local
337 mMemLowThreshold = sm.getStorageLowBytes(DATA_PATH);
338 mMemFullThreshold = sm.getStorageFullBytes(DATA_PATH);
  /libcore/luni/src/test/java/libcore/java/util/
OldCollectionsTest.java 817 SortedMap sm = Collections.checkedSortedMap(tm, Integer.class, String.class); local
819 sm.put(1, "one");
820 sm.put(2, "two");
823 sm.put("wron key", null);
830 sm.put(3, new Double(3.14));
  /libcore/luni/src/test/java/org/apache/harmony/archive/tests/java/util/jar/
JarFileTest.java 99 SecurityManager sm = new SecurityManager() { field in class:JarFileTest
    [all...]
  /external/opencv/cv/src/
cvfundam.cpp 456 CvPoint2D64f cM={0,0}, cm={0,0}, sM={0,0}, sm={0,0}; local
469 sm.x += fabs(m[i].x - cm.x);
470 sm.y += fabs(m[i].y - cm.y);
471 sM.x += fabs(M[i].x - cM.x);
472 sM.y += fabs(M[i].y - cM.y);
475 sm.x = count/sm.x; sm.y = count/sm.y
    [all...]
  /external/wpa_supplicant_8/src/ap/
wpa_auth.c 30 #define STATE_MACHINE_ADDR sm->addr
34 static int wpa_sm_step(struct wpa_state_machine *sm);
39 static void wpa_request_new_ptk(struct wpa_state_machine *sm);
138 int (*cb)(struct wpa_state_machine *sm, void *ctx),
202 static int wpa_use_aes_cmac(struct wpa_state_machine *sm)
206 if (wpa_key_mgmt_ft(sm->wpa_key_mgmt))
210 if (wpa_key_mgmt_sha256(sm->wpa_key_mgmt))
261 struct wpa_state_machine *sm = timeout_ctx; local
263 wpa_auth_logger(wpa_auth, sm->addr, LOGGER_DEBUG, "rekeying PTK");
264 wpa_request_new_ptk(sm);
517 struct wpa_state_machine *sm; local
1206 struct wpa_state_machine *sm = timeout_ctx; local
2665 struct wpa_state_machine *sm = eloop_ctx; local
    [all...]
  /external/wpa_supplicant_8/src/eapol_supp/
eapol_supp_sm.c 147 static void eapol_sm_txLogoff(struct eapol_sm *sm);
148 static void eapol_sm_txStart(struct eapol_sm *sm);
149 static void eapol_sm_processKey(struct eapol_sm *sm);
150 static void eapol_sm_getSuppRsp(struct eapol_sm *sm);
151 static void eapol_sm_txSuppRsp(struct eapol_sm *sm);
152 static void eapol_sm_abortSupp(struct eapol_sm *sm);
153 static void eapol_sm_abort_cached(struct eapol_sm *sm);
155 static void eapol_sm_set_port_authorized(struct eapol_sm *sm);
156 static void eapol_sm_set_port_unauthorized(struct eapol_sm *sm);
163 struct eapol_sm *sm = timeout_ctx local
1725 struct eapol_sm *sm = ctx; local
1732 struct eapol_sm *sm = ctx; local
1742 struct eapol_sm *sm = ctx; local
1772 struct eapol_sm *sm = ctx; local
1809 struct eapol_sm *sm = ctx; local
1823 struct eapol_sm *sm = ctx; local
1839 struct eapol_sm *sm = ctx; local
1850 struct eapol_sm *sm = ctx; local
1863 struct eapol_sm *sm = ctx; local
1880 struct eapol_sm *sm = ctx; local
1893 struct eapol_sm *sm = ctx; local
1903 struct eapol_sm *sm = ctx; local
1912 struct eapol_sm *sm = ctx; local
1947 struct eapol_sm *sm; local
    [all...]
  /external/wpa_supplicant_8/src/rsn_supp/
tdls.c 83 static void wpa_tdls_peer_free(struct wpa_sm *sm, struct wpa_tdls_peer *peer);
84 static void wpa_tdls_disable_peer_link(struct wpa_sm *sm,
142 static int wpa_tdls_get_privacy(struct wpa_sm *sm)
149 return sm->pairwise_cipher != WPA_CIPHER_NONE;
160 static int wpa_tdls_del_key(struct wpa_sm *sm, struct wpa_tdls_peer *peer)
162 if (wpa_sm_set_key(sm, WPA_ALG_NONE, peer->addr,
173 static int wpa_tdls_set_key(struct wpa_sm *sm, struct wpa_tdls_peer *peer)
192 sm->pairwise_cipher);
196 if (wpa_sm_set_key(sm, alg, peer->addr, -1, 1,
206 static int wpa_tdls_send_tpk_msg(struct wpa_sm *sm, const u8 *dst
297 struct wpa_sm *sm = eloop_ctx; local
595 struct wpa_sm *sm = eloop_ctx; local
2300 struct wpa_sm *sm = ctx; local
    [all...]
  /libcore/luni/src/test/java/libcore/java/net/
OldSocketTest.java 50 SecurityManager sm = new SecurityManager() { field in class:OldSocketTest
472 SecurityManager sm = new SecurityManager() { local
    [all...]
  /system/core/sh/
init.c 1077 char *sm; local
1080 for (sm = sigmode ; sm < sigmode + NSIG ; sm++) {
1081 if (*sm == S_IGN)
1082 *sm = S_HARD_IGN;
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.app_1.3.1.R36x_v20100803.jar 
org.eclipse.equinox.event_1.2.0.v20100503.jar 
javax.servlet_2.5.0.v200910301333.jar 
org.eclipse.osgi_3.6.1.R36x_v20100806.jar 
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
TreeMapTest.java 447 SortedMap<String, String> sm = tm; local
448 String firstKey = (String) sm.firstKey();
452 lastKey = (String) sm.lastKey();
457 sm = sm.subMap(firstKey, lastKey);
2016 SortedMap<Float, List<Integer>> sm = tm.tailMap(1.1f); local
    [all...]
  /external/chromium_org/v8/src/arm/
assembler-arm.cc 2485 int sd, d, sm, m; local
    [all...]
  /system/security/keystore/
keystore.cpp 2345 android::sp<android::IServiceManager> sm = android::defaultServiceManager(); local
    [all...]
  /external/grub/stage2/
builtins.c 1635 char *svr = 0, *ip = 0, *gw = 0, *sm = 0; local
    [all...]
  /frameworks/base/core/tests/coretests/src/android/content/pm/
PackageManagerTests.java 1189 StorageManager sm = (StorageManager) mContext.getSystemService(Context.STORAGE_SERVICE); local
1228 StorageManager sm = (StorageManager) mContext.getSystemService(Context.STORAGE_SERVICE); local
    [all...]
  /hardware/qcom/media/mm-video-legacy/vidc/vdec/src/
omx_vdec.cpp 9358 sp<IServiceManager> sm = defaultServiceManager(); local
9383 sp<IServiceManager> sm = defaultServiceManager(); local
    [all...]
  /hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/
omx_vdec.cpp 1162 sp<IServiceManager> sm; local
5756 sp<IServiceManager> sm; local
    [all...]
  /external/valgrind/main/helgrind/
libhb_core.c 520 static inline Bool is_sane_SecMap ( SecMap* sm ) {
521 return sm != NULL && sm->magic == SecMap_MAGIC;
557 static UWord stats__secmaps_search = 0; // # SM finds
558 static UWord stats__secmaps_search_slow = 0; // # SM lookupFMs
662 SecMap* sm = shmem__bigchunk_alloc( sizeof(SecMap) ); local
663 if (0) VG_(printf)("alloc_SecMap %p\n",sm);
664 tl_assert(sm);
665 sm->magic = SecMap_MAGIC;
667 sm->linesZ[i].dict[0] = SVal_NOACCESS
683 typedef struct { Addr gaKey; SecMap* sm; } SMCacheEnt; member in struct:__anon28129
688 SecMap* sm = NULL; local
723 SecMap* sm = shmem__find_SecMap ( ga ); local
797 SecMap* sm = shmem__find_or_alloc_SecMap(tag); local
832 SecMap* sm = shmem__find_or_alloc_SecMap(tag); local
1272 SecMap* sm; local
3016 SecMap* sm = (SecMap*)secmapW; local
5696 SecMap* sm; local
    [all...]
  /external/valgrind/main/memcheck/
mc_main.c 283 static INLINE Bool is_distinguished_sm ( SecMap* sm ) {
284 return sm >= &sm_distinguished[0] && sm <= &sm_distinguished[2];
366 value, and sm points at the relevant secondary map. As with the
374 SecMap* sm; member in struct:__anon28283
452 if (elem->sm == NULL)
453 return "64-bit: .sm in _L2 is NULL";
454 if (!is_distinguished_sm(elem->sm))
473 key.sm = 0;
558 key.sm = 0
731 SecMap* sm = get_secmap_for_writing(a); local
739 SecMap* sm = get_secmap_for_reading(a); local
752 SecMap* sm = get_secmap_for_reading(a); local
761 SecMap* sm = get_secmap_for_writing(a); local
1147 SecMap* sm = get_secmap_for_reading(a); local
1158 SecMap* sm = get_secmap_for_reading(a); local
1282 SecMap* sm = get_secmap_for_reading(a); local
1304 SecMap* sm = get_secmap_for_reading(a); local
1356 SecMap* sm; local
2404 SecMap* sm; local
2447 SecMap* sm; local
2488 SecMap* sm; local
2532 SecMap* sm; local
3375 SecMap* sm = get_secmap_for_writing_low(a_lo); local
3431 SecMap* sm = get_secmap_for_writing_low(a_lo); local
4147 SecMap* sm; local
4255 SecMap* sm; local
4373 SecMap* sm; local
4476 SecMap* sm; local
4646 SecMap* sm = maybe_get_secmap_for ( a ); local
4682 SecMap* sm; local
4735 SecMap* sm; local
    [all...]

Completed in 1197 milliseconds

1 2 3 45 6 7