Searched refs:stateToString (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/services/common_time/ |
D | common_time_server.cpp | 763 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 …]
|
D | common_time_server.h | 314 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 | 430 public static String stateToString(int state) { in stateToString() method in BluetoothA2dp
|
/frameworks/base/media/java/android/media/ |
D | AudioService.java | 4882 return stateToString() + ", " in toString() 4888 private String stateToString() { in stateToString() method in AudioService.RccPlaybackState
|