Home
last modified time | relevance | path

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

/external/webrtc/examples/androidapp/src/org/appspot/apprtc/
DAppRTCBluetoothManager.java147 + "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/
DConsumed.cpp248 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/
DConsumed.cpp247 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/
DGlitchActivity.java63 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/
DV4L2Encoder.h142 static const char* stateToString(State state);
/external/v4l2_codec2/components/
DV4L2Encoder.cpp995 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/
DDisplayConfig.java474 sb.append(Display.stateToString(state)); in toString()