OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AppRTCUtils
(Results
1 - 3
of
3
) sorted by null
/external/webrtc/webrtc/examples/androidapp/src/org/appspot/apprtc/
AppRTCProximitySensor.java
13
import org.appspot.apprtc.util.
AppRTCUtils
;
14
import org.appspot.apprtc.util.
AppRTCUtils
.NonThreadSafe;
39
private final NonThreadSafe nonThreadSafe = new
AppRTCUtils
.NonThreadSafe();
53
Log.d(TAG, "AppRTCProximitySensor" +
AppRTCUtils
.getThreadInfo());
65
Log.d(TAG, "start" +
AppRTCUtils
.getThreadInfo());
78
Log.d(TAG, "stop" +
AppRTCUtils
.getThreadInfo());
94
AppRTCUtils
.assertIsTrue(sensor.getType() == Sensor.TYPE_PROXIMITY);
103
AppRTCUtils
.assertIsTrue(event.sensor.getType() == Sensor.TYPE_PROXIMITY);
121
Log.d(TAG, "onSensorChanged" +
AppRTCUtils
.getThreadInfo() + ": "
AppRTCAudioManager.java
13
import org.appspot.apprtc.util.
AppRTCUtils
;
119
AppRTCUtils
.logDeviceInfo(TAG);
183
AppRTCUtils
.assertIsTrue(audioDevices.contains(device));
235
Log.d(TAG, "BroadcastReceiver.onReceive" +
AppRTCUtils
.getThreadInfo()
339
AppRTCUtils
.assertIsTrue(audioDevices.contains(AudioDevice.EARPIECE)
/external/webrtc/webrtc/examples/androidapp/src/org/appspot/apprtc/util/
AppRTCUtils.java
17
*
AppRTCUtils
provides helper functions for managing thread safety.
19
public final class
AppRTCUtils
{
21
private
AppRTCUtils
() {
Completed in 52 milliseconds