Searched refs:DIRECTION (Results 1 – 5 of 5) sorted by relevance
54 template <InputTree::Direction DIRECTION>
131 dump.write("direction", UsbEndPointProto.DIRECTION, endpoint.getDirection()); in writeEndpoint()
288 .set(MediaMetrics.Property.DIRECTION, mVal1 > 0 ? "up" : "down") in logMetricEvent()
1944 .set(MediaMetrics.Property.DIRECTION, direction > 0 in adjustSuggestedStreamVolume()
100 public static final Key<String> DIRECTION = createKey("direction", String.class); field in MediaMetrics.Property