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.cpp763 stateToString(mState), srcEPStr, in handleWhoIsMasterRequest()
780 srcEPStr, stateToString(mState), in handleWhoIsMasterRequest()
844 stateToString(mState), srcEPStr, in handleWhoIsMasterResponse()
1014 stateToString(mState), srcEPStr, in handleMasterAnnouncement()
1079 dstEPStr, stateToString(mState), in sendWhoIsMasterRequest()
1164 dstEPStr, stateToString(mState), in sendMasterAnnouncement()
1194 stateToString(mState), cause, in becomeClient()
1254 stateToString(mState), cause, in becomeMaster()
1289 stateToString(mState), cause, in becomeRonin()
1303 stateToString(mState), cause, in becomeRonin()
[all …]
Dcommon_time_server.h314 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.java430 public static String stateToString(int state) { in stateToString() method in BluetoothA2dp
/frameworks/base/media/java/android/media/
DAudioService.java4882 return stateToString() + ", " in toString()
4888 private String stateToString() { in stateToString() method in AudioService.RccPlaybackState