Home
last modified time | relevance | path

Searched refs:stateToString (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/services/common_time/
Dcommon_time_server.cpp1060 stateToString(mState), cause, in becomeClient()
1119 stateToString(mState), cause, in becomeMaster()
1153 stateToString(mState), cause, in becomeRonin()
1166 stateToString(mState), cause, in becomeRonin()
1180 stateToString(mState), cause, kWaitForElection_TimeoutMs); in becomeWaitForElection()
1231 const char* CommonTimeServer::stateToString(ICommonClock::State s) { in stateToString() function in android::CommonTimeServer
Dcommon_time_server.h320 static const char* stateToString(ICommonClock::State s);
Dcommon_time_server_api.cpp320 dump_printf("State : %s\n", stateToString(mState)); in dumpClockInterface()
/frameworks/base/core/java/android/bluetooth/
DBluetoothA2dp.java453 public static String stateToString(int state) { in stateToString() method in BluetoothA2dp
/frameworks/base/core/java/android/server/
DBluetoothA2dpService.java636 pw.println(device + " " + BluetoothA2dp.stateToString(state)); in dump()