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

1 2

  /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 41 int Loop::dumpState(SocketClient *c) {
CommandListener.cpp 115 if (Loop::dumpState(cli)) {
119 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;
  /frameworks/av/services/audioflinger/
FastCapture.cpp 91 FastCaptureDumpState * const dumpState = (FastCaptureDumpState *) mDumpState;
112 dumpState->mSampleRate = mSampleRate;
154 dumpState->mFrameCount = frameCount;
162 FastCaptureDumpState * const dumpState = (FastCaptureDumpState *) mDumpState;
169 dumpState->mReadSequence++;
173 dumpState->mReadSequence++;
177 dumpState->mFramesRead = mTotalNativeFramesRead;
180 dumpState->mReadErrors++;
FastMixer.cpp 140 FastMixerDumpState * const dumpState = (FastMixerDumpState *) mDumpState;
171 dumpState->mSampleRate = mSampleRate;
224 dumpState->mFrameCount = frameCount;
231 dumpState->mTrackMask = currentTrackMask;
327 dumpState->mNumTracks = popcount(currentTrackMask);
334 FastMixerDumpState * const dumpState = (FastMixerDumpState *) mDumpState;
393 FastTrackDump *ftDump = &dumpState->mTracks[i];
453 dumpState->mWriteSequence++;
457 dumpState->mWriteSequence++;
461 dumpState->mFramesWritten = mTotalNativeFramesWritten
    [all...]
  /system/core/healthd/include/healthd/
BatteryMonitor.h 45 void dumpState(int fd);
  /packages/services/Telephony/src/com/android/phone/
TimeConsumingPreferenceActivity.java 151 if (DBG) dumpState();
168 if (DBG) dumpState();
185 if (DBG) dumpState();
208 if (DBG) dumpState();
222 /* package */ void dumpState() {
223 Log.d(LOG_TAG, "dumpState begin");
227 Log.d(LOG_TAG, "dumpState end");
  /packages/services/Car/bluetooth/bt-map-client-lib/src/com/google/android/auto/mapservice/
BluetoothMapManager.java 191 dumpState();
197 dumpState();
201 dumpState();
226 dumpState();
566 dumpState();
577 dumpState();
684 private void dumpState() {
688 Log.d(TAG, "dumpState(). Connection State: " + mConnectionState);
  /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 220 return mHardwareInterface->dumpState(fd, args);
  /developers/build/prebuilts/gradle/BatchStepSensor/Application/src/main/java/com/example/android/batchstepsensor/
MainActivity.java 92 CardStreamState state = getCardStream().dumpState();
  /development/samples/browseable/BatchStepSensor/src/com.example.android.batchstepsensor/
MainActivity.java 92 CardStreamState state = getCardStream().dumpState();
  /developers/build/prebuilts/gradle/BatchStepSensor/Application/src/main/java/com/example/android/batchstepsensor/cardstream/
CardStreamFragment.java 255 public CardStreamState dumpState() {
  /development/samples/browseable/BatchStepSensor/src/com.example.android.batchstepsensor/cardstream/
CardStreamFragment.java 255 public CardStreamState dumpState() {
  /system/core/healthd/
healthd.cpp 207 gBatteryMonitor->dumpState(fd);
BatteryMonitor.cpp 435 void BatteryMonitor::dumpState(int fd) {
  /frameworks/base/services/core/java/com/android/server/pm/
PackageManagerService.java     [all...]
KeySetManagerService.java 568 PackageManagerService.DumpState dumpState) {
576 if (dumpState.onTitlePrinted())
Settings.java 87 import com.android.server.pm.PackageManagerService.DumpState;
    [all...]
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
WifiControllerTest.java 61 private void dumpState() {

Completed in 2836 milliseconds

1 2