/aosp14/frameworks/base/media/mca/filterfw/java/android/filterfw/io/ |
H A D | PatternScanner.java | 28 private String mInput; field in PatternScanner 35 mInput = input; in PatternScanner() 39 mInput = input; in PatternScanner() 51 Matcher matcher = pattern.matcher(mInput); in tryEat() 52 matcher.region(mOffset, mInput.length()); in tryEat() 85 Matcher matcher = pattern.matcher(mInput); in peek() 86 matcher.region(mOffset, mInput.length()); in peek() 93 Matcher matcher = pattern.matcher(mInput); in skip() 94 matcher.region(mOffset, mInput.length()); in skip() 102 return mOffset >= mInput.length(); in atEnd() [all …]
|
/aosp14/frameworks/base/core/java/android/hardware/camera2/params/ |
H A D | StreamConfiguration.java | 65 mInput = input; in StreamConfiguration() 117 return mInput; in isInput() 131 return !mInput; in isOutput() 154 mInput == other.mInput; in equals() 164 return HashCodeHelpers.hashCode(mFormat, mWidth, mHeight, mInput ? 1 : 0); in hashCode() 170 protected boolean mInput; field in StreamConfiguration
|
H A D | RecommendedStreamConfiguration.java | 88 mInput == other.mInput; in equals() 98 return HashCodeHelpers.hashCode(mFormat, mWidth, mHeight, mInput ? 1 : 0, mUsecaseBitmap); in hashCode()
|
/aosp14/frameworks/base/services/robotests/src/com/android/server/testing/shadows/ |
H A D | ShadowBackupDataInput.java | 49 private ObjectInputStream mInput; field in ShadowBackupDataInput 68 mSize = mInput.readInt(); in readNextHeader() 72 mKey = mInput.readUTF(); in readNextHeader() 92 int result = mInput.read(data, offset, size); in readEntityData() 102 mInput.read(new byte[mSize], 0, mSize); in skipEntityData() 118 if (mInput == null) { in ensureInput() 120 mInput = new ObjectInputStream(new FileInputStream(mFileDescriptor)); in ensureInput()
|
/aosp14/frameworks/base/core/java/android/app/search/ |
H A D | Query.java | 51 private final String mInput; field in Query 71 mInput = input; in Query() 87 mInput = parcel.readString(); in Query() 97 return mInput; in getInput() 139 dest.writeString(mInput); in writeToParcel()
|
/aosp14/frameworks/base/graphics/java/android/graphics/pdf/ |
H A D | PdfEditor.java | 46 private ParcelFileDescriptor mInput; field in PdfEditor 80 mInput = input; in PdfEditor() 83 mNativeDocument = nativeOpen(mInput.getFd(), size); in PdfEditor() 296 if (mInput != null) { in doClose() 297 IoUtils.closeQuietly(mInput); in doClose() 298 mInput = null; in doClose() 304 if (mInput == null) { in throwIfClosed()
|
H A D | PdfRenderer.java | 123 private ParcelFileDescriptor mInput; field in PdfRenderer 169 mInput = input; in PdfRenderer() 172 mNativeDocument = nativeCreate(mInput.getFd(), size); in PdfRenderer() 264 if (mInput != null) { in doClose() 265 IoUtils.closeQuietly(mInput); in doClose() 266 mInput = null; in doClose() 272 if (mInput == null) { in throwIfClosed()
|
/aosp14/frameworks/base/services/companion/java/com/android/server/companion/securechannel/ |
H A D | SecureChannel.java | 56 private final InputStream mInput; field in SecureChannel 119 this.mInput = in; in SecureChannel() 183 IoUtils.closeQuietly(mInput); in close() 273 synchronized (mInput) { in readMessage() 276 Streams.readFully(mInput, headerBytes); in readMessage() 282 Streams.skipByReading(mInput, Long.MAX_VALUE); in readMessage() 288 Streams.skipByReading(mInput, Long.MAX_VALUE); in readMessage() 297 Streams.readFully(mInput, lengthBytes); in readMessage() 305 Streams.skipByReading(mInput, Long.MAX_VALUE); in readMessage() 309 Streams.readFully(mInput, data); in readMessage()
|
/aosp14/frameworks/base/rs/java/android/renderscript/ |
H A D | ScriptIntrinsicResize.java | 28 private Allocation mInput; field in ScriptIntrinsicResize 70 mInput = ain; in setInput() 93 if (aout == mInput) { in forEach_bicubic()
|
H A D | ScriptIntrinsicYuvToRGB.java | 33 private Allocation mInput; field in ScriptIntrinsicYuvToRGB 63 mInput = ain; in setInput()
|
H A D | ScriptIntrinsicBlur.java | 30 private Allocation mInput; field in ScriptIntrinsicBlur 72 mInput = ain; in setInput()
|
H A D | ScriptIntrinsicConvolve3x3.java | 29 private Allocation mInput; field in ScriptIntrinsicConvolve3x3 79 mInput = ain; in setInput()
|
H A D | ScriptIntrinsicConvolve5x5.java | 29 private Allocation mInput; field in ScriptIntrinsicConvolve5x5 79 mInput = ain; in setInput()
|
/aosp14/frameworks/base/services/core/java/com/android/server/pm/ |
H A D | SettingsXml.java | 161 private final InputStream mInput; field in SettingsXml.ReadSectionImpl 171 mInput = input; in ReadSectionImpl() 173 mParser.setInput(mInput, StandardCharsets.UTF_8.name()); in ReadSectionImpl() 179 mInput = null; in ReadSectionImpl() 311 if (mInput != null) { in close() 312 mInput.close(); in close()
|
/aosp14/frameworks/base/core/java/android/webkit/ |
H A D | FindActionModeCallback.java | 54 private InputMethodManager mInput; field in FindActionModeCallback 71 mInput = context.getSystemService(InputMethodManager.class); in FindActionModeCallback() 166 mInput.showSoftInput(mEditText, 0); in showSoftInput() 238 mInput.hideSoftInputFromWindow(mWebView.getWindowToken(), 0); in onDestroyActionMode() 252 mInput.hideSoftInputFromWindow(mWebView.getWindowToken(), 0); in onActionItemClicked()
|
/aosp14/frameworks/base/libs/androidfw/ |
H A D | ZipUtils.cpp | 85 mInput(input.convert<uint8_t>()), in BufferReader() 94 const incfs::map_ptr<uint8_t> pos = mInput.offset(offset); in ReadAtOffset() 104 const incfs::map_ptr<uint8_t> mInput; member in BufferReader
|
/aosp14/frameworks/base/core/java/android/hardware/camera2/impl/ |
H A D | CameraCaptureSessionImpl.java | 52 private final Surface mInput; field in CameraCaptureSessionImpl 101 mInput = input; in CameraCaptureSessionImpl() 484 return mInput != null; in isReprocessable() 489 return mInput; in getInputSurface() 551 if (mInput != null) { in closeWithoutDraining() 552 mInput.release(); in closeWithoutDraining() 600 if (mInput != null) { in close() 601 mInput.release(); in close()
|
/aosp14/frameworks/base/services/core/java/com/android/server/media/ |
H A D | MediaShellCommand.java | 57 private InputStream mInput; field in MediaShellCommand 67 mInput = getRawInputStream(); in onCommand() 287 InputStreamReader converter = new InputStreamReader(mInput); in run()
|
/aosp14/frameworks/base/services/core/java/com/android/server/am/ |
H A D | ActivityManagerShellCommand.java | 1536 final InputStream mInput; 1574 mInput = input; 1858 InputStreamReader converter = new InputStreamReader(mInput); 1961 final InputStream mInput; 1975 mInput = input; 2100 InputStreamReader converter = new InputStreamReader(mInput); 3654 final InputStream mInput = getRawInputStream(); 3655 InputStreamReader converter = new InputStreamReader(mInput);
|
/aosp14/frameworks/base/core/jni/ |
H A D | android_hardware_camera2_DngCreator.cpp | 577 Input* mInput; member in InputStripSource 590 uint32_t bytesPerSample, uint32_t samplesPerPixel) : mIfd(ifd), mInput(&input), in InputStripSource() 610 ssize_t skipped = mInput->skip(offset); in writeToStream() 642 ssize_t bytesRead = mInput->read(rowBytes, rowFillAmt, rowSize); in writeToStream()
|
/aosp14/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 18268 Landroid/graphics/pdf/PdfEditor;->mInput:Landroid/os/ParcelFileDescriptor; 18305 Landroid/graphics/pdf/PdfRenderer;->mInput:Landroid/os/ParcelFileDescriptor; 18984 Landroid/hardware/camera2/impl/CameraCaptureSessionImpl;->mInput:Landroid/view/Surface; 19379 Landroid/hardware/camera2/params/StreamConfiguration;->mInput:Z 46949 Landroid/renderscript/ScriptIntrinsicBlur;->mInput:Landroid/renderscript/Allocation; 46956 Landroid/renderscript/ScriptIntrinsicConvolve3x3;->mInput:Landroid/renderscript/Allocation; 46959 Landroid/renderscript/ScriptIntrinsicConvolve5x5;->mInput:Landroid/renderscript/Allocation; 46970 Landroid/renderscript/ScriptIntrinsicResize;->mInput:Landroid/renderscript/Allocation; 46972 Landroid/renderscript/ScriptIntrinsicYuvToRGB;->mInput:Landroid/renderscript/Allocation; 65406 Landroid/webkit/FindActionModeCallback;->mInput:Landroid/view/inputmethod/InputMethodManager;
|