HomeSort by relevance Sort by last modified time
    Searched refs:sm (Results 176 - 200 of 326) sorted by null

1 2 3 4 5 6 78 91011>>

  /frameworks/av/camera/tests/
CameraCharacteristicsPermission.cpp 47 sp<IServiceManager> sm = defaultServiceManager(); local
48 sp<IBinder> binder = sm->getService(String16("media.camera"));
  /external/wpa_supplicant_8/src/eap_peer/
eap_pax.c 45 static void eap_pax_deinit(struct eap_sm *sm, void *priv);
48 static void * eap_pax_init(struct eap_sm *sm)
54 identity = eap_get_config_identity(sm, &identity_len);
55 password = eap_get_config_password(sm, &password_len);
74 eap_pax_deinit(sm, data);
85 static void eap_pax_deinit(struct eap_sm *sm, void *priv)
332 static struct wpabuf * eap_pax_process(struct eap_sm *sm, void *priv,
464 static Boolean eap_pax_isKeyAvailable(struct eap_sm *sm, void *priv)
471 static u8 * eap_pax_getKey(struct eap_sm *sm, void *priv, size_t *len)
496 static u8 * eap_pax_get_emsk(struct eap_sm *sm, void *priv, size_t *len
    [all...]
eap_wsc.c 138 static void * eap_wsc_init(struct eap_sm *sm)
153 wps = sm->wps;
159 identity = eap_get_config_identity(sm, &identity_len);
184 phase1 = eap_get_config_phase1(sm);
267 res = eap_get_config_fragment_size(sm);
281 if (sm->ClientTimeout > 30)
282 sm->ClientTimeout = 30;
288 static void eap_wsc_deinit(struct eap_sm *sm, void *priv)
428 static struct wpabuf * eap_wsc_process(struct eap_sm *sm, void *priv,
571 if (sm->ClientTimeout > 2
    [all...]
eap_pwd.c 88 static void * eap_pwd_init(struct eap_sm *sm)
96 password = eap_get_config_password2(sm, &password_len, &pwhash);
102 identity = eap_get_config_identity(sm, &identity_len);
134 fragment_size = eap_get_config_fragment_size(sm);
146 static void eap_pwd_deinit(struct eap_sm *sm, void *priv)
170 static u8 * eap_pwd_getkey(struct eap_sm *sm, void *priv, size_t *len)
188 static u8 * eap_pwd_get_session_id(struct eap_sm *sm, void *priv, size_t *len)
207 eap_pwd_perform_id_exchange(struct eap_sm *sm, struct eap_pwd_data *data,
306 eap_pwd_perform_commit_exchange(struct eap_sm *sm, struct eap_pwd_data *data,
640 eap_pwd_perform_confirm_exchange(struct eap_sm *sm, struct eap_pwd_data *data
    [all...]
eap_tnc.c 36 static void * eap_tnc_init(struct eap_sm *sm)
39 struct eap_peer_config *config = eap_get_config(sm);
59 static void eap_tnc_deinit(struct eap_sm *sm, void *priv)
201 static struct wpabuf * eap_tnc_process(struct eap_sm *sm, void *priv,
327 wpa_msg(sm->msg_ctx, MSG_INFO,
332 wpa_msg(sm->msg_ctx, MSG_INFO,
337 wpa_msg(sm->msg_ctx, MSG_INFO,
eap_eke.c 65 static void eap_eke_deinit(struct eap_sm *sm, void *priv);
68 static void * eap_eke_init(struct eap_sm *sm)
75 password = eap_get_config_password(sm, &password_len);
86 identity = eap_get_config_identity(sm, &identity_len);
90 eap_eke_deinit(sm, data);
96 phase1 = eap_get_config_phase1(sm);
133 static void eap_eke_deinit(struct eap_sm *sm, void *priv)
352 static struct wpabuf * eap_eke_process_commit(struct eap_sm *sm,
377 password = eap_get_config_password(sm, &password_len);
647 static struct wpabuf * eap_eke_process(struct eap_sm *sm, void *priv
    [all...]
eap_psk.c 33 static void * eap_psk_init(struct eap_sm *sm)
39 password = eap_get_config_password(sm, &password_len);
57 identity = eap_get_config_identity(sm, &identity_len);
74 static void eap_psk_deinit(struct eap_sm *sm, void *priv)
369 static struct wpabuf * eap_psk_process(struct eap_sm *sm, void *priv,
411 static Boolean eap_psk_isKeyAvailable(struct eap_sm *sm, void *priv)
418 static u8 * eap_psk_getKey(struct eap_sm *sm, void *priv, size_t *len)
436 static u8 * eap_psk_get_session_id(struct eap_sm *sm, void *priv, size_t *len)
458 static u8 * eap_psk_get_emsk(struct eap_sm *sm, void *priv, size_t *len)
eap_fast_pac.c 253 static int eap_fast_init_pac_data(struct eap_sm *sm, const char *pac_file,
265 blob = eap_get_config_blob(sm, pac_file + 7);
406 * @sm: Pointer to EAP state machine allocated with eap_peer_sm_init()
411 int eap_fast_load_pac(struct eap_sm *sm, struct eap_fast_pac **pac_root,
423 if (eap_fast_init_pac_data(sm, pac_file, &rc) < 0)
535 static int eap_fast_write_pac(struct eap_sm *sm, const char *pac_file,
551 eap_set_config_blob(sm, blob);
613 * @sm: Pointer to EAP state machine allocated with eap_peer_sm_init()
618 int eap_fast_save_pac(struct eap_sm *sm, struct eap_fast_pac *pac_root,
651 if (eap_fast_write_pac(sm, pac_file, buf, pos - buf))
    [all...]
  /device/linaro/hikey/hifi/xaf/hifi-dpf/core/
xf-shmem.c 269 xf_start_msg_t *sm = (xf_start_msg_t *)m->buffer; local
270 prof.sample_rate = sm->sample_rate;
271 prof.channels = sm->channels;
272 prof.pcm_width = sm->pcm_width;
  /external/snakeyaml/src/main/java/org/yaml/snakeyaml/extensions/compactnotation/
CompactConstructor.java 108 Matcher sm = PROPERTY_NAME_PATTERN.matcher(section); local
109 if (sm.matches()) {
110 String name = sm.group(1);
111 String value = sm.group(2).trim();
  /external/tinyxml2/docs/
menu.js 17 $('#main-nav').children(':first').addClass('sm sm-dox').attr('id','main-menu');
  /external/wpa_supplicant_8/src/rsn_supp/
wpa_ie.h 64 int wpa_gen_wpa_ie(struct wpa_sm *sm, u8 *wpa_ie, size_t wpa_ie_len);
  /cts/tests/tests/provider/src/android/provider/cts/
MediaStoreTest.java 127 final StorageManager sm = mContext.getSystemService(StorageManager.class); local
128 final StorageVolume sv = sm.getStorageVolume(uri);
134 assertEquals(sm.getPrimaryStorageVolume(), sv);
140 final StorageManager sm = mContext.getSystemService(StorageManager.class); local
142 sm.getStorageVolume(Uri.parse("content://com.example/path/to/item/"));
  /external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
PathDiagnostic.h 139 const SourceManager *SM;
143 PathDiagnosticLocation(SourceLocation L, const SourceManager &sm,
145 : K(kind), S(nullptr), D(nullptr), SM(&sm),
159 : K(SingleLocK), S(nullptr), D(nullptr), SM(nullptr) {}
163 const SourceManager &sm,
167 D(nullptr), SM(&sm),
176 PathDiagnosticLocation(const Decl *d, const SourceManager &sm)
177 : K(DeclK), S(nullptr), D(d), SM(&sm)
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/tv/
SearchUtil.java 105 SearchManager sm = (SearchManager) context.getSystemService(Context.SEARCH_SERVICE); local
106 List<SearchableInfo> globalSearchableInfos = sm.getSearchablesInGlobalSearch();
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
SourceMgr.h 157 const SourceMgr *SM;
166 SMDiagnostic() : SM(0), LineNo(0), ColumnNo(0), ShowLine(0) {}
169 : SM(0), Filename(filename), LineNo(-1), ColumnNo(-1),
173 SMDiagnostic(const SourceMgr &sm, SMLoc L, const std::string &FN,
177 : SM(&sm), Loc(L), Filename(FN), LineNo(Line), ColumnNo(Col), Message(Msg),
180 const SourceMgr *getSourceMgr() const { return SM; }
  /frameworks/av/media/libaaudio/src/binding/
AAudioBinderClient.cpp 85 sp<IServiceManager> sm = defaultServiceManager(); local
89 binder = sm->getService(String16(AAUDIO_SERVICE_NAME)); // This will wait a while.
  /external/swiftshader/third_party/subzero/src/DartARM32/
assembler_arm.h 626 void vmovsrr(SRegister sm, Register rt, Register rt2, Condition cond = AL);
627 void vmovrrs(Register rt, Register rt2, SRegister sm, Condition cond = AL);
636 void vmovs(SRegister sd, SRegister sm, Condition cond = AL);
673 void vadds(SRegister sd, SRegister sn, SRegister sm, Condition cond = AL);
681 void vsubs(SRegister sd, SRegister sn, SRegister sm, Condition cond = AL);
689 void vmuls(SRegister sd, SRegister sn, SRegister sm, Condition cond = AL);
701 void vmlas(SRegister sd, SRegister sn, SRegister sm, Condition cond = AL);
705 void vmlss(SRegister sd, SRegister sn, SRegister sm, Condition cond = AL);
709 void vdivs(SRegister sd, SRegister sn, SRegister sm, Condition cond = AL);
751 void vabss(SRegister sd, SRegister sm, Condition cond = AL)
    [all...]
  /external/llvm/include/llvm/CodeGen/
TargetSchedule.h 54 void init(const MCSchedModel &sm, const TargetSubtargetInfo *sti,
  /external/u-boot/arch/arm/mach-meson/
board.c 10 #include <asm/arch/sm.h>
  /external/wpa_supplicant_8/wpa_supplicant/
wpas_kay.c 297 struct eapol_sm *sm; local
300 sm = wpa_s->eapol;
301 if (sm == NULL)
305 res = eapol_sm_get_key(sm, key, keylen);
  /frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayerDrm.cpp 34 sp<IServiceManager> sm = defaultServiceManager(); local
35 sp<IBinder> binder = sm->getService(String16("media.drm"));
62 sp<IServiceManager> sm = defaultServiceManager(); local
63 sp<IBinder> binder = sm->getService(String16("media.drm"));
  /bionic/benchmarks/tests/
interface_test.cpp 186 std::smatch sm; local
189 while (std::regex_search(output, sm, benchmark_re)) {
191 output = sm.suffix();
    [all...]
  /external/oj-libjdwp/src/share/classes/com/sun/tools/jdi/
VirtualMachineManagerImpl.java 57 SecurityManager sm = System.getSecurityManager(); local
58 if (sm != null) {
61 sm.checkPermission(vmmPermission);
  /frameworks/av/media/utils/
BatteryNotifier.cpp 197 const sp<IServiceManager> sm(defaultServiceManager());
198 if (sm != nullptr) {
200 mBatteryStatService = interface_cast<IBatteryStats>(sm->checkService(name));

Completed in 2309 milliseconds

1 2 3 4 5 6 78 91011>>