OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:targetDevice
(Results
1 - 2
of
2
) sorted by null
/external/opencv3/modules/ts/src/
ts_perf.cpp
[
all
...]
/frameworks/base/services/core/java/com/android/server/hdmi/
HdmiCecLocalDeviceTv.java
268
HdmiDeviceInfo
targetDevice
= mDeviceInfos.get(id);
269
if (
targetDevice
== null) {
273
int targetAddress =
targetDevice
.getLogicalAddress();
275
if (
targetDevice
.getDevicePowerStatus() == HdmiControlManager.POWER_STATUS_ON
290
setActiveSource(
targetDevice
);
295
addAndStartAction(new DeviceSelectAction(this,
targetDevice
, callback));
[
all
...]
Completed in 48 milliseconds