HomeSort by relevance Sort by last modified time
    Searched full:outparams (Results 1 - 13 of 13) 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);
  /external/zlib/src/
zlib2ansi 63 my @outParams = ();
71 push @outParams, $first;
74 push @outParams, map { $type . $_ } @bits;
79 push @outParams, $p;
85 @outParams ;
87 @outParams = map { " $_" }
89 @outParams ;
92 print "(\n" . join(",\n", @outParams) . ")\n";
  /frameworks/base/core/java/android/app/
IWallpaperManager.aidl 48 out Bundle outParams);
  /system/security/keystore/
keystore.cpp     [all...]
IKeystoreService.cpp 79 outParams.readFromParcel(in);
96 outParams.writeToParcel(out);
    [all...]
  /external/google-breakpad/src/processor/
windows_frame_info.h 114 // but not the StackFrameInfo structure, so return them as outparams.
  /external/jmonkeyengine/engine/src/desktop/jme3tools/converters/
ImageToAwt.java 303 DecodeParams outParams = params.get(output.getFormat());
305 if (inParams == null || outParams == null)
  /system/security/keystore/include/keystore/
IKeystoreService.h 68 KeymasterArguments outParams;
  /frameworks/base/keystore/java/android/security/keystore/
AndroidKeyStoreAuthenticatedAESCipherSpi.java 429 result.outParams);
AndroidKeyStoreCipherSpiBase.java 282 loadAlgorithmSpecificParametersFromBeginResult(opResult.outParams);
    [all...]
  /frameworks/base/services/core/java/com/android/server/wallpaper/
WallpaperManagerService.java 806 Bundle outParams) {
    [all...]
  /external/clang/lib/Sema/
SemaTemplateInstantiate.cpp     [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 750 milliseconds