Searched defs:fd (Results 251 - 275 of 552) sorted by relevance

<<11121314151617181920>>

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DSupplicantStateTracker.java378 public void dump(FileDescriptor fd, PrintWriter pw, String[] args) { argument
379 super.dump(fd, pw, args);
H A DWifiNotificationController.java279 void dump(FileDescriptor fd, PrintWriter pw, String[] args) { argument
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/nan/
H A DWifiNanClientState.java169 public void dump(FileDescriptor fd, PrintWriter pw, String[] args) { argument
177 mSessions.valueAt(i).dump(fd, pw, args);
H A DWifiNanServiceImpl.java223 protected void dump(FileDescriptor fd, PrintWriter pw, String[] args) { argument
235 mStateManager.dump(fd, pw, args);
H A DWifiNanSessionState.java247 public void dump(FileDescriptor fd, PrintWriter pw, String[] args) { argument
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DCarrierServiceBindHelper.java249 public void dump(FileDescriptor fd, PrintWriter pw, String[] args) { argument
337 public void dump(FileDescriptor fd, PrintWriter pw, String[] args) { argument
340 binding.dump(fd, pw, args);
H A DPhoneFactory.java369 public static void dump(FileDescriptor fd, PrintWriter printwriter, String[] args) { argument
374 sPhoneSwitcher.dump(fd, pw, args);
383 phone.dump(fd, pw, args);
392 sTelephonyNetworkFactories[i].dump(fd, pw, args);
398 ((IccCardProxy)phone.getIccCard()).dump(fd, pw, args);
410 sSubscriptionMonitor.dump(fd, pw, args);
420 sUiccController.dump(fd, pw, args);
431 SubscriptionController.getInstance().dump(fd, pw, args);
442 sSubInfoRecordUpdater.dump(fd, pw, args);
456 sLocalLogs.get(key).dump(fd, p
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
H A DDcController.java436 public void dump(FileDescriptor fd, PrintWriter pw, String[] args) { argument
437 super.dump(fd, pw, args);
H A DTelephonyNetworkFactory.java290 public void dump(FileDescriptor fd, PrintWriter writer, String[] args) { argument
299 mDefaultRequests.get(nr).dump(fd, pw, args);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DUiccController.java359 public void dump(FileDescriptor fd, PrintWriter pw, String[] args) { argument
376 mUiccCards[i].dump(fd, pw, args);
H A DUiccPkcs15.java336 public void dump(FileDescriptor fd, PrintWriter pw, String[] args) { argument
/frameworks/support/v4/java/android/support/v4/content/
H A DAsyncTaskLoader.java342 public void dump(String prefix, FileDescriptor fd, PrintWriter writer, String[] args) { argument
343 super.dump(prefix, fd, writer, args);
H A DCursorLoader.java227 public void dump(String prefix, FileDescriptor fd, PrintWriter writer, String[] args) { argument
228 super.dump(prefix, fd, writer, args);
H A DLoader.java517 * @param fd The raw file descriptor that the dump is being sent to.
521 public void dump(String prefix, FileDescriptor fd, PrintWriter writer, String[] args) { argument
/frameworks/wilhelm/include/OMXAL/
H A DOpenMAXAL_Android.h164 XAint32 fd; member in struct:XADataLocator_AndroidFD_
/frameworks/wilhelm/tests/examples/
H A DslesTestEqFdPath.cpp124 int fd = open(path, O_RDONLY); local
125 if (fd == -1) {
128 locatorFd.fd = (SLint32) fd;
272 close(fd);
H A DslesTestEqOutputPath.cpp131 int fd = open(path, O_RDONLY); local
132 if (fd == -1) {
135 locatorFd.fd = (SLint32) fd;
276 close(fd);
H A DslesTestSendToPresetReverb.cpp177 int fd = open(path, O_RDONLY); local
178 if (fd == -1) {
182 locatorFd.fd = (SLint32) fd;
187 fprintf(stderr, "option --fd is not supported\n");
321 close(locatorFd.fd);
351 } else if (!strcmp(arg, "--fd")) {
361 fprintf(stdout, "Usage: \t%s [--always-on] [--fd] [--loop] path preset directLevel "
/frameworks/av/camera/
H A DCameraMetadata.cpp396 void CameraMetadata::dump(int fd, int verbosity, int indentation) const { argument
397 dump_indented_camera_metadata(mBuffer, fd, verbosity, indentation);
/frameworks/av/cmds/stagefright/
H A Dstream.cpp47 // Object assumes ownership of fd.
48 MyStreamSource(int fd);
69 MyStreamSource::MyStreamSource(int fd) argument
70 : mFd(fd),
73 CHECK_GE(fd, 0);
75 mFileSize = lseek64(fd, 0, SEEK_END);
76 lseek64(fd, 0, SEEK_SET);
362 int fd = open(argv[1], O_RDONLY); local
364 if (fd < 0) {
369 source = new MyStreamSource(fd);
[all...]
/frameworks/av/drm/libdrmframework/plugins/passthru/src/
H A DDrmPassthruPlugIn.cpp167 String8 DrmPassthruPlugIn::onGetOriginalMimeType(int uniqueId, const String8& path, int fd) { argument
238 int uniqueId, DecryptHandle* decryptHandle, int fd, off64_t offset, off64_t length) {
237 onOpenDecryptSession( int uniqueId, DecryptHandle* decryptHandle, int fd, off64_t offset, off64_t length) argument
/frameworks/av/media/libmedia/
H A DIMediaRecorder.cpp174 status_t setOutputFile(int fd, int64_t offset, int64_t length) { argument
175 ALOGV("setOutputFile(%d, %" PRId64 ", %" PRId64 ")", fd, offset, length);
178 data.writeFileDescriptor(fd);
430 int fd = dup(data.readFileDescriptor()); local
433 reply->writeInt32(setOutputFile(fd, offset, length));
434 ::close(fd);
/frameworks/av/media/libstagefright/
H A DNuMediaExtractor.cpp135 status_t NuMediaExtractor::setDataSource(int fd, off64_t offset, off64_t size) { argument
137 ALOGV("setDataSource fd=%d (%s), offset=%lld, length=%lld",
138 fd, nameForFd(fd).c_str(), (long long) offset, (long long) size);
146 sp<FileSource> fileSource = new FileSource(dup(fd), offset, size);
/frameworks/av/media/libstagefright/rtsp/
H A DARTPWriter.cpp47 ARTPWriter::ARTPWriter(int fd) argument
49 mFd(dup(fd)),
52 CHECK_GE(fd, 0);
320 int fd = isRTCP ? mRTCPFd : mRTPFd; local
324 write(fd, &ms, sizeof(ms));
325 write(fd, &length, sizeof(length));
326 write(fd, buffer->data(), buffer->size());
/frameworks/av/media/libstagefright/webm/
H A DWebmFrameThread.cpp65 const int& fd,
70 : mFd(fd),
79 const int& fd,
84 : mFd(fd),
64 WebmFrameSinkThread( const int& fd, const uint64_t& off, sp<WebmFrameSourceThread> videoThread, sp<WebmFrameSourceThread> audioThread, List<sp<WebmElement> >& cues) argument
78 WebmFrameSinkThread( const int& fd, const uint64_t& off, LinkedBlockingQueue<const sp<WebmFrame> >& videoSource, LinkedBlockingQueue<const sp<WebmFrame> >& audioSource, List<sp<WebmElement> >& cues) argument

Completed in 5759 milliseconds

<<11121314151617181920>>