/frameworks/base/cmds/dumpstate/ |
Android.mk | 8 LOCAL_SRC_FILES := dumpstate.c utils.c 10 LOCAL_MODULE := dumpstate
|
dumpstate.c | 33 #define LOG_TAG "dumpstate" 36 #include "dumpstate.h" 45 static void dumpstate() { function 61 printf("== dumpstate: %s\n", date); 150 property_get("ril.dumpstate.timeout", ril_dumpstate_timeout, "30"); 243 printf("== dumpstate: done\n"); 248 fprintf(stderr, "usage: dumpstate [-b soundfile] [-e soundfile] [-o file [-d] [-p] [-z]] [-s]\n" 331 redirect_to_socket(stdout, "dumpstate"); 358 dumpstate();
|
/frameworks/base/cmds/bugreport/ |
bugreport.c | 28 /* start the dumpstate service */ 29 property_set("ctl.start", "dumpstate"); 33 s = socket_local_client("dumpstate", 43 fprintf(stderr, "Failed to connect to dumpstate service\n");
|
/frameworks/base/libs/rs/ |
rsLocklessFifo.cpp | 63 //dumpState("init"); 70 //dumpState("getFreeSpace"); 94 //dumpState("reserve"); 106 //dumpState("commit 1"); 112 //dumpState("commit 2"); 129 //dumpState("flush 1"); 137 //dumpState("flush 2"); 156 //dumpState("get"); 185 //dumpState("next"); 189 //dumpState("make space non-blocking") [all...] |
rsLocklessFifo.h | 74 void dumpState(const char *) const;
|
/device/samsung/tuna/dumpstate/ |
Android.mk | 18 LOCAL_C_INCLUDES := frameworks/base/cmds/dumpstate 20 LOCAL_SRC_FILES := dumpstate.c
|
dumpstate.c | 17 #include <dumpstate.h>
|
/packages/apps/Phone/src/com/android/phone/ |
TimeConsumingPreferenceActivity.java | 125 if (DBG) dumpState(); 141 if (DBG) dumpState(); 156 if (DBG) dumpState(); 173 if (DBG) dumpState(); 187 void dumpState() { 188 Log.d(LOG_TAG, "dumpState begin"); 192 Log.d(LOG_TAG, "dumpState end");
|
InCallControlState.java | 205 if (DBG) dumpState(); 208 public void dumpState() {
|
InCallUiState.java | 392 public void dumpState() { 393 Log.d(TAG, "dumpState():");
|
/external/skia/tests/ |
skia_test.cpp | 60 this->dumpState(test, kStarting_State); 68 this->dumpState(test, this->getCurrSuccess() ? 78 void dumpState(Test* test, State state) {
|
/system/extras/bugmailer/ |
bugmailer.sh | 19 /system/bin/dumpstate -o $bugreport $@
|
/packages/apps/Launcher2/src/com/android/launcher2/ |
AllAppsView.java | 45 public void dumpState();
|
/system/vold/ |
Devmapper.h | 31 static int dumpState(SocketClient *c);
|
Loop.h | 35 static int dumpState(SocketClient *c);
|
Loop.cpp | 37 int Loop::dumpState(SocketClient *c) {
|
/hardware/libhardware_legacy/audio/ |
AudioHardwareInterface.cpp | 128 status_t AudioHardwareBase::dumpState(int fd, const Vector<String16>& args) 133 snprintf(buffer, SIZE, "AudioHardwareBase::dumpState\n");
|
AudioDumpInterface.h | 155 virtual status_t dump(int fd, const Vector<String16>& args) { return mFinalInterface->dumpState(fd, args); }
|
/hardware/libhardware_legacy/include/hardware_legacy/ |
AudioHardwareBase.h | 51 virtual status_t dumpState(int fd, const Vector<String16>& args);
|
/frameworks/base/services/java/com/android/server/pm/ |
PackageManagerService.java | [all...] |
Settings.java | 28 import com.android.server.pm.PackageManagerService.DumpState; [all...] |
/build/target/board/vbox_x86/ |
init.rc | 419 service dumpstate /system/bin/dumpstate -s 420 socket dumpstate stream 0660 shell log
|
/system/core/rootdir/ |
init.rc | 480 service dumpstate /system/bin/dumpstate -s 482 socket dumpstate stream 0660 shell log
|
/frameworks/base/docs/html/guide/developing/debugging/ |
index.jd | 134 <dd>You can access dumpstate information from the <code>adb shell</code> commands. See 136 dumpstate</a> on the adb topic page.</dd>
|
/build/core/ |
user_tags.mk | 104 dumpstate \
|