Searched refs:stateToString (Results 1 – 7 of 7) sorted by relevance
/external/webrtc/examples/androidapp/src/org/appspot/apprtc/ |
D | AppRTCBluetoothManager.java | 147 + "s=" + stateToString(state) + ", " in onReceive() 169 + "s=" + stateToString(state) + ", " in onReceive() 275 + stateToString(bluetoothAdapter.getProfileConnectionState(BluetoothProfile.HEADSET))); in start() 389 + "state=" + stateToString(bluetoothHeadset.getConnectionState(bluetoothDevice)) in updateDevice() 426 + "state=" + stateToString(localAdapter.getState()) + ", " in logBluetoothAdapterInfo() 506 private String stateToString(int state) { in stateToString() method in AppRTCBluetoothManager
|
/external/llvm-project/clang/lib/Analysis/ |
D | Consumed.cpp | 248 static StringRef stateToString(ConsumedState State) { in stateToString() function 596 stateToString(VarState), BlameLoc); in checkCallability() 604 FunDecl->getNameAsString(), stateToString(TmpState), BlameLoc); in checkCallability() 640 stateToString(ExpectedState), stateToString(ParamState)); in handleCall() 887 Ret->getReturnLoc(), stateToString(ExpectedState), in VisitReturnStmt() 888 stateToString(RetState)); in VisitReturnStmt() 1103 Param->getNameAsString(), stateToString(ExpectedState), in checkParamsForReturnTypestate() 1104 stateToString(DM.second)); in checkParamsForReturnTypestate()
|
/external/clang/lib/Analysis/ |
D | Consumed.cpp | 247 static StringRef stateToString(ConsumedState State) { in stateToString() function 597 stateToString(VarState), BlameLoc); in checkCallability() 606 FunDecl->getNameAsString(), stateToString(TmpState), BlameLoc); in checkCallability() 643 stateToString(ExpectedState), stateToString(ParamState)); in handleCall() 903 Ret->getReturnLoc(), stateToString(ExpectedState), in VisitReturnStmt() 904 stateToString(RetState)); in VisitReturnStmt() 1135 Param->getNameAsString(), stateToString(ExpectedState), in checkParamsForReturnTypestate() 1136 stateToString(DM.second)); in checkParamsForReturnTypestate()
|
/external/oboe/apps/OboeTester/app/src/main/java/com/google/sample/oboe/manualtest/ |
D | GlitchActivity.java | 63 String stateToString(int resultCode) { in stateToString() method in GlitchActivity 163 message.append("state = " + stateToString(mPreviousState) + "\n"); in getCurrentStatusReport()
|
/external/v4l2_codec2/components/include/v4l2_codec2/components/ |
D | V4L2Encoder.h | 142 static const char* stateToString(State state);
|
/external/v4l2_codec2/components/ |
D | V4L2Encoder.cpp | 995 ALOGV("Changed encoder state from %s to %s", stateToString(mState), stateToString(state)); in setState() 999 const char* V4L2Encoder::stateToString(State state) { in stateToString() function in android::V4L2Encoder
|
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/android/internal/ |
D | DisplayConfig.java | 474 sb.append(Display.stateToString(state)); in toString()
|