/frameworks/av/services/camera/libcameraservice/device3/ |
Camera3DummyStream.h | 53 virtual void dump(int fd, const Vector<String16> &args) const;
|
Camera3InputStream.h | 45 virtual void dump(int fd, const Vector<String16> &args) const;
|
Camera3ZslStream.h | 46 virtual void dump(int fd, const Vector<String16> &args) const;
|
/frameworks/av/services/mediaextractor/ |
MediaExtractorService.cpp | 48 status_t MediaExtractorService::dump(int fd, const Vector<String16>& args) { function in class:android::MediaExtractorService
|
/frameworks/base/core/java/android/os/ |
IBinder.java | 101 * IBinder protocol transaction code: dump internal state. 200 * @param fd The raw file descriptor that the dump is being sent to. 201 * @param args additional arguments to the dump request. 203 public void dump(FileDescriptor fd, String[] args) throws RemoteException; method in interface:IBinder 206 * Like {@link #dump(FileDescriptor, String[])} but always executes 208 * to perform the dump. 210 * @param fd The raw file descriptor that the dump is being sent to. 211 * @param args additional arguments to the dump request.
|
/frameworks/base/core/java/com/android/internal/util/ |
LocalLog.java | 49 public boolean dump(PrintWriter pw, String header, String prefix) { method in class:LocalLog
|
/frameworks/base/libs/hwui/ |
OpDumper.cpp | 27 void OpDumper::dump(const RecordedOp& op, std::ostream& output, int level) { function in class:android::uirenderer::OpDumper
|
/frameworks/base/services/core/java/com/android/server/accounts/ |
IAccountAuthenticatorCache.java | 53 * {@link android.os.Binder#dump(java.io.FileDescriptor, java.io.PrintWriter, String[])} 55 void dump(FileDescriptor fd, PrintWriter fout, String[] args, int userId); method in interface:IAccountAuthenticatorCache
|
/frameworks/compile/mclinker/include/mcld/Script/ |
Assignment.h | 52 void dump() const;
|
OutputFormatCmd.h | 43 void dump() const;
|
RpnExpr.h | 51 void dump() const;
|
StringList.h | 54 void dump() const;
|
/frameworks/compile/mclinker/lib/Script/ |
OutputFormatCmd.cpp | 34 void OutputFormatCmd::dump() const { function in class:mcld::OutputFormatCmd
|
StringList.cpp | 35 void StringList::dump() const { function in class:mcld::StringList
|
/frameworks/ex/common/tools/ |
make-iana-tld-pattern.py | 58 def dump(self, isWebUrl=False, isFirst=False, isLast=False): member in class:Bucket 137 output += getBucket(buckets, 'a').dump(isFirst=True, isWebUrl=isWebUrl) 140 output += getBucket(buckets, chr(letter)).dump(isWebUrl=isWebUrl) 142 output += getBucket(buckets, 'z').dump(isLast=True, isWebUrl=isWebUrl)
|
/frameworks/native/libs/ui/ |
GraphicBufferAllocator.cpp | 54 void GraphicBufferAllocator::dump(String8& result) const function in class:android::GraphicBufferAllocator 80 if (mAllocDev->common.version >= 1 && mAllocDev->dump) { 81 mAllocDev->dump(mAllocDev, buffer, SIZE); 89 GraphicBufferAllocator::getInstance().dump(s);
|
/frameworks/native/opengl/libagl/ |
Tokenizer.h | 41 void dump() const;
|
/hardware/intel/img/hwcomposer/moorefield_hdmi/include/ |
DummyDevice.h | 58 virtual void dump(Dump& d);
|
/hardware/libhardware/modules/camera/ |
Stream.h | 47 void dump(int fd);
|
/hardware/libhardware/modules/input/evdev/ |
InputHub.h | 141 virtual void dump(String8& dump) = 0; 167 virtual void dump(String8& dump) override;
|
/hardware/qcom/display/msm8084/liboverlay/pipes/ |
overlayGenPipe.h | 74 /* dump the state of the object */ 75 void dump() const; 76 /* Return the dump in the specified buffer */
|
/hardware/qcom/display/msm8226/liboverlay/pipes/ |
overlayGenPipe.h | 70 /* dump the state of the object */ 71 void dump() const; 72 /* Return the dump in the specified buffer */
|
/hardware/qcom/display/msm8909/liboverlay/pipes/ |
overlayGenPipe.h | 70 /* dump the state of the object */ 71 void dump() const; 72 /* Return the dump in the specified buffer */
|
/hardware/qcom/display/msm8960/liboverlay/pipes/ |
overlayGenPipe.cpp | 208 void GenericPipe::dump() const function in class:overlay::GenericPipe 210 ALOGE("== Dump Generic pipe start =="); 213 mCtrlData.ctrl.dump(); 214 mCtrlData.data.dump(); 215 mRot->dump(); 216 ALOGE("== Dump Generic pipe end ==");
|
overlayGenPipe.h | 73 /* dump the state of the object */ 74 void dump() const; 75 /* Return the dump in the specified buffer */
|