HomeSort by relevance Sort by last modified time
    Searched refs:dumpState (Results 1 - 25 of 37) sorted by null

1 2

  /frameworks/av/services/audioflinger/
FastThread.cpp 49 dumpState(NULL),
112 dumpState = next->mDumpState != NULL ? next->mDumpState : mDummyDumpState;
142 dumpState->mCommand = command;
144 // << current, previous, command, dumpState >>
238 dumpState->mMeasuredWarmupTs = measuredWarmupTs;
239 dumpState->mWarmupCycles = warmupCycles;
249 dumpState->mUnderruns++;
258 dumpState->mOverruns++;
274 size_t i = bounds & (dumpState->mSamplingN - 1);
278 } else if (!(bounds & (dumpState->mSamplingN - 1)))
    [all...]
FastCapture.cpp 91 FastCaptureDumpState * const dumpState = (FastCaptureDumpState *) this->dumpState;
110 dumpState->mSampleRate = sampleRate;
150 dumpState->mFrameCount = frameCount;
158 FastCaptureDumpState * const dumpState = (FastCaptureDumpState *) this->dumpState;
165 dumpState->mReadSequence++;
170 dumpState->mReadSequence++;
174 dumpState->mFramesRead = totalNativeFramesRead;
177 dumpState->mReadErrors++
    [all...]
FastThread.h 63 FastThreadDumpState *dumpState;
FastMixer.cpp 140 FastMixerDumpState * const dumpState = (FastMixerDumpState *) this->dumpState;
167 dumpState->mSampleRate = sampleRate;
214 dumpState->mFrameCount = frameCount;
221 dumpState->mTrackMask = currentTrackMask;
317 dumpState->mNumTracks = popcount(currentTrackMask);
324 FastMixerDumpState * const dumpState = (FastMixerDumpState *) this->dumpState;
376 FastTrackDump *ftDump = &dumpState->mTracks[i];
427 dumpState->mWriteSequence++
    [all...]
  /system/vold/
Devmapper.h 31 static int dumpState(SocketClient *c);
Loop.h 37 static int dumpState(SocketClient *c);
Devmapper.cpp 41 int Devmapper::dumpState(SocketClient *c) {
Loop.cpp 39 int Loop::dumpState(SocketClient *c) {
CommandListener.cpp 95 if (Loop::dumpState(cli)) {
99 if (Devmapper::dumpState(cli)) {
  /hardware/libhardware_legacy/include/hardware_legacy/
AudioHardwareBase.h 52 virtual status_t dumpState(int fd, const Vector<String16>& args);
AudioHardwareInterface.h 280 virtual status_t dumpState(int fd, const Vector<String16>& args) = 0;
  /system/core/healthd/
BatteryMonitor.h 43 void dumpState(int fd);
healthd.cpp 201 gBatteryMonitor->dumpState(fd);
BatteryMonitor.cpp 340 void BatteryMonitor::dumpState(int fd) {
  /packages/services/Telephony/src/com/android/phone/
TimeConsumingPreferenceActivity.java 135 if (DBG) dumpState();
152 if (DBG) dumpState();
169 if (DBG) dumpState();
190 if (DBG) dumpState();
204 /* package */ void dumpState() {
205 Log.d(LOG_TAG, "dumpState begin");
209 Log.d(LOG_TAG, "dumpState end");
  /hardware/libhardware_legacy/audio/
AudioHardwareInterface.cpp 137 status_t AudioHardwareBase::dumpState(int fd, const Vector<String16>& args)
142 snprintf(buffer, SIZE, "AudioHardwareBase::dumpState\n");
AudioDumpInterface.h 155 virtual status_t dump(int fd, const Vector<String16>& args) { return mFinalInterface->dumpState(fd, args); }
A2dpAudioInterface.cpp 219 return mHardwareInterface->dumpState(fd, args);
  /developers/build/prebuilts/gradle/BatchStepSensor/Application/src/main/java/com/example/android/batchstepsensor/
MainActivity.java 91 CardStreamState state = getCardStream().dumpState();
  /development/samples/browseable/BatchStepSensor/src/com.example.android.batchstepsensor/
MainActivity.java 91 CardStreamState state = getCardStream().dumpState();
  /developers/build/prebuilts/gradle/BatchStepSensor/Application/src/main/java/com/example/android/batchstepsensor/cardstream/
CardStreamFragment.java 254 public CardStreamState dumpState() {
  /development/samples/browseable/BatchStepSensor/src/com.example.android.batchstepsensor/cardstream/
CardStreamFragment.java 254 public CardStreamState dumpState() {
  /packages/apps/Launcher3/src/com/android/launcher3/
PageIndicator.java 203 void dumpState(String txt) {
  /frameworks/base/services/core/java/com/android/server/pm/
PackageManagerService.java     [all...]
KeySetManagerService.java 494 PackageManagerService.DumpState dumpState) {
502 if (dumpState.onTitlePrinted())

Completed in 569 milliseconds

1 2