Searched refs:RTCLogError (Results 1 – 9 of 9) sorted by relevance
/external/webrtc/webrtc/examples/objc/AppRTCDemo/common/ |
D | ARDUtilities.m | 26 RTCLogError(@"Error parsing JSON: %@", error.localizedDescription); 36 RTCLogError(@"Error parsing JSON: %@", error.localizedDescription); 74 RTCLogError(@"Error posting data: %@", error.localizedDescription); 85 RTCLogError(@"Received bad response: %@", serverResponse);
|
/external/webrtc/webrtc/examples/objc/AppRTCDemo/ |
D | ARDSignalingMessage.m | 40 RTCLogError(@"Error parsing signaling message JSON."); 59 RTCLogError(@"Unexpected type: %@", typeString);
|
D | ARDWebSocketChannel.m | 143 RTCLogError(@"Unexpected message: %@", jsonObject); 149 RTCLogError(@"WSS error: %@", errorString); 160 RTCLogError(@"WebSocket error: %@", error);
|
D | RTCICECandidate+JSON.m | 44 RTCLogError(@"Error serializing JSON: %@", error);
|
D | ARDAppClient.m | 217 RTCLogError("Error retrieving TURN servers: %@", 238 RTCLogError(@"Failed to join room:%@ on room server.", roomId); 405 RTCLogError(@"Failed to create session description. Error: %@", error); 434 RTCLogError(@"Failed to set session description. Error: %@", error);
|
D | ARDAppEngineClient.m | 150 RTCLogError(@"Error leaving room %@ on room server: %@",
|
/external/webrtc/webrtc/base/objc/ |
D | RTCLogging.h | 64 #define RTCLogError(format, ...) \ macro
|
/external/webrtc/talk/app/webrtc/objc/public/ |
D | RTCLogging.h | 81 #define RTCLogError(format, ...) \ macro
|
/external/webrtc/webrtc/api/objc/ |
D | RTCSessionDescription.mm | 50 RTCLogError(@"Failed to create session description: %s\nline: %s",
|