Searched refs:stateToString (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/services/common_time/ |
D | common_time_server.cpp | 1060 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
|
D | common_time_server.h | 320 static const char* stateToString(ICommonClock::State s);
|
D | common_time_server_api.cpp | 320 dump_printf("State : %s\n", stateToString(mState)); in dumpClockInterface()
|
/frameworks/base/core/java/android/bluetooth/ |
D | BluetoothA2dp.java | 453 public static String stateToString(int state) { in stateToString() method in BluetoothA2dp
|
/frameworks/base/core/java/android/server/ |
D | BluetoothA2dpService.java | 636 pw.println(device + " " + BluetoothA2dp.stateToString(state)); in dump()
|