Searched refs:mFd (Results 51 - 73 of 73) sorted by relevance

123

/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DGenericSource.cpp68 mFd(-1),
84 if (mFd >= 0) {
85 close(mFd);
86 mFd = -1;
132 mFd = dup(fd);
370 !FileSource::requiresDrm(mFd, mOffset, mLength, nullptr /* mime */)) {
378 mediaExService->makeIDataSource(mFd, mOffset, mLength);
380 source.get(), mFd, (long long)mOffset, (long long)mLength);
385 close(mFd);
386 mFd
[all...]
H A DGenericSource.h233 int mFd; member in struct:android::NuPlayer::GenericSource
/frameworks/base/libs/hwui/service/
H A DGraphicsStatsService.cpp230 Dump(int outFd, DumpType type) : mFd(outFd), mType(type) {}
231 int fd() { return mFd; }
235 int mFd; member in class:android::uirenderer::GraphicsStatsService::Dump
/frameworks/av/media/libstagefright/webm/
H A DWebmFrameThread.h81 const int& mFd; member in class:android::WebmFrameSinkThread
/frameworks/native/include/input/
H A DInputTransport.h153 inline int getFd() const { return mFd; }
185 int mFd; member in class:android::InputChannel
/frameworks/native/libs/input/
H A DInputTransport.cpp103 mName(name), mFd(fd) {
109 int result = fcntl(mFd, F_SETFL, O_NONBLOCK);
117 mName.string(), mFd);
120 ::close(mFd);
155 nWrite = ::send(mFd, msg, msgLength, MSG_DONTWAIT | MSG_NOSIGNAL);
190 nRead = ::recv(mFd, msg, sizeof(InputMessage), MSG_DONTWAIT);
/frameworks/av/include/media/stagefright/
H A DMPEG4Writer.h86 int mFd; member in class:android::MPEG4Writer
/frameworks/av/media/libnbaio/
H A DNBLog.cpp587 mFd(-1), mIndent(0),
712 mFd = fd;
834 if (mFd >= 0) {
835 dprintf(mFd, "%.*s%s %s\n", mIndent, "", timestamp.string(), body.string());
/frameworks/av/media/libstagefright/foundation/include/
H A DMPEG4Writer.h86 int mFd; member in class:android::MPEG4Writer
/frameworks/av/media/libstagefright/include/
H A DMPEG4Writer.h86 int mFd; member in class:android::MPEG4Writer
/frameworks/base/core/java/android/print/
H A DPrintManager.java1209 private ParcelFileDescriptor mFd; field in class:PrintManager.PrintDocumentAdapterDelegate.MyWriteResultCallback
1215 mFd = fd;
1304 IoUtils.closeQuietly(mFd);
1306 mFd = null;
/frameworks/base/core/java/android/util/apk/
H A DApkSignatureSchemeV2Verifier.java1000 private final FileDescriptor mFd; field in class:ApkSignatureSchemeV2Verifier.MemoryMappedFileDataSource
1011 mFd = fd;
1049 mFd,
1056 mFd, // not really needed, but just in case
/frameworks/base/graphics/java/android/graphics/
H A DTypeface.java318 private FileDescriptor mFd; field in class:Typeface.Builder
346 mFd = fd;
581 if (mFd != null) { // Builder is created with file descriptor.
582 try (FileInputStream fis = new FileInputStream(mFd)) {
/frameworks/base/libs/androidfw/include/androidfw/
H A DAsset.h333 int mFd; // for file input member in class:android::_CompressedAsset
/frameworks/base/media/jni/soundpool/
H A DSoundPool.h78 int mFd; member in class:android::Sample
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothSocket.java129 private int mFd; field in class:BluetoothSocket
203 mFd = fd;
/frameworks/av/include/media/nbaio/
H A DNBLog.h370 int mFd; // file descriptor member in class:android::NBLog::Reader
/frameworks/av/media/libnbaio/include/
H A DNBLog.h370 int mFd; // file descriptor member in class:android::NBLog::Reader
/frameworks/av/media/libstagefright/rtsp/
H A DARTPWriter.cpp49 mFd(dup(fd)),
103 close(mFd);
104 mFd = -1;
/frameworks/native/libs/binder/
H A DParcel.cpp2756 mFd(-1), mData(NULL), mSize(0), mMutable(false) {
2764 if (mFd != -1 && mData) {
2771 mFd = fd;
2778 mFd = -1;
/frameworks/native/include/binder/
H A DParcel.h482 inline int fd() const { return mFd; }
488 int mFd; // owned by parcel so not closed when released member in class:android::Parcel::Blob
/frameworks/native/libs/binder/include/binder/
H A DParcel.h482 inline int fd() const { return mFd; }
488 int mFd; // owned by parcel so not closed when released member in class:android::Parcel::Blob
/frameworks/base/core/jni/
H A Dandroid_util_AssetManager.cpp70 jfieldID mFd; member in struct:android::assetfiledescriptor_offsets_t
1782 gAssetFileDescriptorOffsets.mFd = GetFieldIDOrDie(env, assetFd, "mFd",

Completed in 2411 milliseconds

123