HomeSort by relevance Sort by last modified time
    Searched defs:DUMP (Results 1 - 9 of 9) sorted by null

  /device/asus/fugu/libaudio/
AudioHardwareInput.cpp 162 #define DUMP(a...) \
168 status_t AudioHardwareInput::dump(int fd) function in class:android::AudioHardwareInput
174 DUMP("\nAudioHardwareInput::dump\n");
178 DUMP("device[%d] is valid\n", i);
179 DUMP("\tcapture card: %d\n", mDeviceInfos[i].pcmCard);
180 DUMP("\tcapture device: %d\n", mDeviceInfos[i].pcmDevice);
189 mInputStreams[i]->dump(fd);
196 #undef DUMP
AudioHardwareOutput.cpp 543 #define DUMP(a...) \
549 status_t AudioHardwareOutput::dump(int fd) function in class:android::AudioHardwareOutput
564 DUMP("AudioHardwareOutput::dump\n");
565 DUMP("\tMaster Volume : %0.3f\n", s.masterVolume);
566 DUMP("\tMaster Mute : %s\n", B2STR(s.masterMute));
567 DUMP("\tHDMI Output Allowed : %s\n", B2STR(s.hdmi.allowed));
568 DUMP("\tHDMI Delay Comp : %u uSec\n", s.hdmi.delayCompUsec);
569 DUMP("\tHDMI Output Fixed : %s\n", B2STR(s.hdmi.isFixed));
570 DUMP("\tHDMI Fixed Level : %.1f dB\n", s.hdmi.fixedLvl)
    [all...]
AudioStreamIn.cpp 180 #define DUMP(a...) \
185 status_t AudioStreamIn::dump(int fd) function in class:android::AudioStreamIn
190 DUMP("\n AudioStreamIn::dump\n");
193 DUMP("\toutput sample rate: %d\n", mRequestedSampleRate);
195 DUMP("\tinput sample rate: %d\n", mPcmConfig.rate);
196 DUMP("\tinput channels: %d\n", mPcmConfig.channels);
AudioStreamOut.cpp 743 #define DUMP(a...) \
749 status_t AudioStreamOut::dump(int fd) function in class:android::AudioStreamOut
754 DUMP("\n%s AudioStreamOut::dump\n", getName());
755 DUMP("\tsample rate : %d\n", sampleRate());
756 DUMP("\tbuffer size : %d\n", bufferSize());
757 DUMP("\tchannel mask : 0x%04x\n", chanMask());
758 DUMP("\tformat : %d\n", format());
759 DUMP("\tdevice mask : 0x%04x\n", mTgtDevices);
760 DUMP("\tIn standby : %s\n", mInStandby? "yes" : "no")
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/rtasm/
rtasm_x86sse.c 85 #define DUMP() do { \
95 DUMP(); \
100 DUMP(); \
105 DUMP(); \
112 DUMP(); \
118 DUMP(); \
129 #define DUMP( )
416 DUMP();
424 DUMP();
631 DUMP();
    [all...]
  /external/mesa3d/src/gallium/auxiliary/rtasm/
rtasm_x86sse.c 85 #define DUMP() do { \
95 DUMP(); \
100 DUMP(); \
105 DUMP(); \
112 DUMP(); \
118 DUMP(); \
129 #define DUMP( )
416 DUMP();
424 DUMP();
631 DUMP();
    [all...]
  /external/f2fs-tools/include/
f2fs_fs.h 221 DUMP,
  /external/chromium_org/third_party/android_platform/webview/
frameworks.jar 
  /external/chromium_org/third_party/libaddressinput/src/java/
android.jar 

Completed in 884 milliseconds