Searched refs:DIRECTION (Results 1 – 6 of 6) sorted by relevance
54 template <InputTree::Direction DIRECTION>
398 .set(MediaMetrics.Property.DIRECTION, mVal1 > 0 ? "up" : "down") in logMetricEvent()409 .set(MediaMetrics.Property.DIRECTION, mVal1 > 0 ? "up" : "down") in logMetricEvent()
3491 .set(MediaMetrics.Property.DIRECTION, direction > 0 in adjustSuggestedStreamVolume()
623 case (int) Telecom.Call.DIRECTION: in processCallDataFromSync()624 call.setDirection(pis.readInt(Telecom.Call.DIRECTION)); in processCallDataFromSync()661 pos.write(Telecom.Call.DIRECTION, call.getDirection()); in createCallUpdateMessage()
133 dump.write("direction", UsbEndPointProto.DIRECTION, endpoint.getDirection()); in writeEndpoint()
112 public static final Key<String> DIRECTION = createKey("direction", String.class); field in MediaMetrics.Property