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

  /external/zlib/
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 42 out Bundle outParams);
  /frameworks/base/services/java/com/android/server/
WallpaperManagerService.java 428 Bundle outParams) {
431 if (outParams != null) {
432 outParams.putInt("width", mWidth);
433 outParams.putInt("height", mHeight);
    [all...]

Completed in 113 milliseconds