HomeSort by relevance Sort by last modified time
    Searched defs:outParams (Results 1 - 12 of 12) sorted by null

  /frameworks/base/core/java/android/security/keymaster/
OperationResult.java 34 public final KeymasterArguments outParams;
51 KeymasterArguments outParams) {
57 this.outParams = outParams;
66 outParams = KeymasterArguments.CREATOR.createFromParcel(in);
81 outParams.writeToParcel(out, flags);
  /system/vold/
Keymaster.cpp 162 AuthorizationSet* outParams) {
171 if (outParams)
172 *outParams = _outParams;
276 AuthorizationSet outParams;
287 op = dev.begin(KeyPurpose::SIGN, key, paramBuilder, &outParams);
KeyStorage.cpp 167 AuthorizationSet* outParams) {
174 auto opHandle = keymaster.begin(purpose, kmKey, inParams, outParams);
200 AuthorizationSet outParams;
201 auto opHandle = begin(keymaster, dir, KeyPurpose::ENCRYPT, keyParams, opParams, &outParams);
203 auto nonceBlob = outParams.GetTagValue(TAG_NONCE);
  /system/security/keystore/include/keystore/
IKeystoreService.h 59 ::keystore::hidl_vec<::keystore::KeyParameter> outParams;
  /frameworks/base/core/java/android/app/
WallpaperManager.java 774 Bundle outParams = new Bundle();
775 return sGlobals.mService.getWallpaper(null, which, outParams, userId);
    [all...]
  /prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat-nodeps.jar 
  /external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 
  /prebuilts/misc/common/robolectric/lib/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 

Completed in 185 milliseconds