HomeSort by relevance Sort by last modified time
    Searched refs:outSize (Results 1 - 25 of 38) sorted by null

1 2

  /frameworks/base/core/java/android/view/
Display.java 340 * @param outSize A {@link Point} object to receive the size information.
342 public void getSize(Point outSize) {
346 outSize.x = mTempMetrics.widthPixels;
347 outSize.y = mTempMetrics.heightPixels;
354 * @param outSize A {@link Rect} object to receive the size information.
357 public void getRectSize(Rect outSize) {
361 outSize.set(0, 0, mTempMetrics.widthPixels, mTempMetrics.heightPixels);
539 * @param outSize Set to the real size of the display.
541 public void getRealSize(Point outSize) {
544 outSize.x = mDisplayInfo.logicalWidth
    [all...]
  /cts/tests/tests/display/src/android/display/cts/
DisplayTest.java 114 Point outSize = new Point();
115 display.getSize(outSize);
116 assertEquals(SECONDARY_DISPLAY_WIDTH, outSize.x);
117 assertEquals(SECONDARY_DISPLAY_HEIGHT, outSize.y);
134 Point outSize = new Point();
135 display.getSize(outSize);
  /build/tools/atree/
files.h 34 off_t outSize;
files.cpp 373 rec->outSize = st.st_size;
377 rec->outSize = 0;
atree.cpp 299 if (it->outSize != it->sourceSize || it->outMod < it->sourceMod) {
  /system/security/keystore-engine/
eng_keystore.cpp 243 int outSize;
246 outSize = RSA_padding_check_PKCS1_type_2(to, num, alignedReply, replyLen, num);
249 outSize = RSA_padding_check_X931(to, num, alignedReply, replyLen, num);
252 outSize = RSA_padding_check_none(to, num, alignedReply, replyLen, num);
256 outSize = -1;
262 ALOGV("rsa=%p keystore_rsa_priv_dec => returning %p len %llu", rsa, to, outSize);
263 return outSize;
  /system/security/keystore/
IKeystoreService.cpp 576 size_t outSize = 0;
577 int32_t ret = get(name, (uint8_t**) &out, &outSize);
580 reply->writeInt32(outSize);
581 void* buf = reply->writeInplace(outSize);
582 memcpy(buf, out, outSize);
717 size_t outSize = 0;
718 int32_t ret = sign(name, (const uint8_t*) in, (size_t) inSize, (uint8_t**) &out, &outSize);
720 if (outSize > 0 && out != NULL) {
721 reply->writeInt32(outSize);
722 void* buf = reply->writeInplace(outSize);
    [all...]
  /dalvik/dexdump/
DexDump.cpp 711 int outSize;
749 outSize = snprintf(buf, bufSize, "<unknown-index>");
756 outSize = snprintf(buf, bufSize, "<no-index>");
763 outSize = snprintf(buf, bufSize, "<index-varies> // thing@%0*x",
768 outSize = snprintf(buf, bufSize, "%s // type@%0*x",
771 outSize = snprintf(buf, bufSize, "<type?> // type@%0*x", width, index);
776 outSize = snprintf(buf, bufSize, "\"%s\" // string@%0*x",
779 outSize = snprintf(buf, bufSize, "<string?> // string@%0*x",
787 outSize = snprintf(buf, bufSize, "%s.%s:%s // method@%0*x",
792 outSize = snprintf(buf, bufSize, "<method?> // method@%0*x"
    [all...]
  /frameworks/base/include/androidfw/
CursorWindow.h 134 inline const void* getFieldSlotValueBlob(FieldSlot* fieldSlot, size_t* outSize) {
135 *outSize = fieldSlot->data.buffer.size;
  /development/ndk/platforms/android-9/include/android/
native_activity.h 127 * outSize with the number of bytes in the allocation. Note that the
131 void* (*onSaveInstanceState)(ANativeActivity* activity, size_t* outSize);
  /frameworks/native/include/android/
native_activity.h 134 * outSize with the number of bytes in the allocation. Note that the
138 void* (*onSaveInstanceState)(ANativeActivity* activity, size_t* outSize);
  /prebuilts/ndk/5/platforms/android-9/arch-arm/usr/include/android/
native_activity.h 120 * outSize with the number of bytes in the allocation. Note that the
124 void* (*onSaveInstanceState)(ANativeActivity* activity, size_t* outSize);
  /prebuilts/ndk/6/platforms/android-9/arch-arm/usr/include/android/
native_activity.h 120 * outSize with the number of bytes in the allocation. Note that the
124 void* (*onSaveInstanceState)(ANativeActivity* activity, size_t* outSize);
  /prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/android/
native_activity.h 120 * outSize with the number of bytes in the allocation. Note that the
124 void* (*onSaveInstanceState)(ANativeActivity* activity, size_t* outSize);
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/android/
native_activity.h 127 * outSize with the number of bytes in the allocation. Note that the
131 void* (*onSaveInstanceState)(ANativeActivity* activity, size_t* outSize);
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/android/
native_activity.h 127 * outSize with the number of bytes in the allocation. Note that the
131 void* (*onSaveInstanceState)(ANativeActivity* activity, size_t* outSize);
  /prebuilts/ndk/7/platforms/android-9/arch-arm/usr/include/android/
native_activity.h 127 * outSize with the number of bytes in the allocation. Note that the
131 void* (*onSaveInstanceState)(ANativeActivity* activity, size_t* outSize);
  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/android/
native_activity.h 127 * outSize with the number of bytes in the allocation. Note that the
131 void* (*onSaveInstanceState)(ANativeActivity* activity, size_t* outSize);
  /prebuilts/ndk/8/platforms/android-14/arch-arm/usr/include/android/
native_activity.h 127 * outSize with the number of bytes in the allocation. Note that the
131 void* (*onSaveInstanceState)(ANativeActivity* activity, size_t* outSize);
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/android/
native_activity.h 127 * outSize with the number of bytes in the allocation. Note that the
131 void* (*onSaveInstanceState)(ANativeActivity* activity, size_t* outSize);
  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/android/
native_activity.h 127 * outSize with the number of bytes in the allocation. Note that the
131 void* (*onSaveInstanceState)(ANativeActivity* activity, size_t* outSize);
  /prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/android/
native_activity.h 127 * outSize with the number of bytes in the allocation. Note that the
131 void* (*onSaveInstanceState)(ANativeActivity* activity, size_t* outSize);
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/android/
native_activity.h 127 * outSize with the number of bytes in the allocation. Note that the
131 void* (*onSaveInstanceState)(ANativeActivity* activity, size_t* outSize);
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/android/
native_activity.h 127 * outSize with the number of bytes in the allocation. Note that the
131 void* (*onSaveInstanceState)(ANativeActivity* activity, size_t* outSize);
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
ImageFilterTinyPlanet.java 70 Bitmap bitmapIn, int width, int height, Bitmap bitmapOut, int outSize, float scale,

Completed in 1259 milliseconds

1 2