Home
last modified time | relevance | path

Searched refs:getDeviceTypes (Results 1 – 4 of 4) sorted by relevance

/frameworks/av/services/audiopolicy/engine/common/include/
DProductStrategy.h85 DeviceTypeSet getDeviceTypes() const { return mApplicableDevices; } in getDeviceTypes() function
/frameworks/av/services/audiopolicy/engine/common/src/
DProductStrategy.cpp225 return at(getDefault())->getDeviceTypes(); in getDeviceTypesForProductStrategy()
227 return at(strategy)->getDeviceTypes(); in getDeviceTypesForProductStrategy()
/frameworks/base/services/tests/servicestests/src/com/android/server/hdmi/
DHdmiControlServiceTest.java1244 .when(mHdmiControlServiceSpy).getDeviceTypes(); in readDeviceTypes_readsIntegerDeviceTypes()
1254 doReturn(Arrays.asList(new Integer[]{})).when(mHdmiControlServiceSpy).getDeviceTypes(); in readDeviceTypes_readsEnumDeviceTypes()
1269 .when(mHdmiControlServiceSpy).getDeviceTypes(); in readDeviceTypes_readsEnumOverIntegerDeviceTypes()
1283 doReturn(Arrays.asList(new Integer[]{})).when(mHdmiControlServiceSpy).getDeviceTypes(); in readDeviceTypes_doesNotReadNullEnumDeviceType()
1299 .when(mHdmiControlServiceSpy).getDeviceTypes(); in readDeviceTypes_doesNotReadNullIntegerDeviceType()
/frameworks/base/services/core/java/com/android/server/hdmi/
DHdmiControlService.java602 protected List<Integer> getDeviceTypes() { in getDeviceTypes() method in HdmiControlService
625 List<Integer> deviceTypes = getDeviceTypes(); in readDeviceTypes()