HomeSort by relevance Sort by last modified time
    Searched refs:deviceType (Results 26 - 50 of 98) sorted by null

12 3 4

  /cts/tests/tests/media/libaudiojni/
appendix-b-1-2-recording.cpp 138 locator_mic.deviceType = SL_IODEVICE_AUDIOINPUT;
  /frameworks/base/services/core/java/com/android/server/hdmi/
HdmiCecLocalDevice.java 156 protected HdmiCecLocalDevice(HdmiControlService service, int deviceType) {
158 mDeviceType = deviceType;
164 static HdmiCecLocalDevice create(HdmiControlService service, int deviceType) {
165 switch (deviceType) {
    [all...]
HdmiCecMessageBuilder.java 149 * @param deviceType type of device
152 static HdmiCecMessage buildReportPhysicalAddressCommand(int src, int address, int deviceType) {
158 (byte) (deviceType & 0xFF)
  /frameworks/av/packages/MediaComponents/src/com/android/support/mediarouter/media/
MediaRouteDescriptor.java 51 static final String KEY_DEVICE_TYPE = "deviceType";
321 result.append(", deviceType=").append(getDeviceType());
603 * @param deviceType The receive device type of the route:
607 public Builder setDeviceType(int deviceType) {
608 mBundle.putInt(KEY_DEVICE_TYPE, deviceType);
  /frameworks/base/media/java/android/media/
AudioDeviceInfo.java 336 public static int convertDeviceTypeToInternalDevice(int deviceType) {
337 return EXT_TO_INT_DEVICE_MAPPING.get(deviceType, AudioSystem.DEVICE_NONE);
AudioManager.java     [all...]
  /frameworks/support/mediarouter/src/main/java/androidx/mediarouter/media/
MediaRouteDescriptor.java 55 static final String KEY_DEVICE_TYPE = "deviceType";
325 result.append(", deviceType=").append(getDeviceType());
607 * @param deviceType The receive device type of the route:
611 public Builder setDeviceType(int deviceType) {
612 mBundle.putInt(KEY_DEVICE_TYPE, deviceType);
  /frameworks/base/wifi/java/android/net/wifi/
RttManager.java 335 public int deviceType;
470 deviceType = RTT_PEER_TYPE_AP;
486 sb.append("deviceType=" + deviceType);
537 dest.writeInt(params.deviceType);
568 params[i].deviceType = in.readInt();
    [all...]
  /frameworks/av/media/libeffects/lvm/wrapper/Bundle/
EffectBundle.cpp     [all...]
  /external/swiftshader/src/D3D8/
Direct3DDevice8.hpp 49 Direct3DDevice8(const HINSTANCE instance, Direct3D8 *d3d8, unsigned int adapter, D3DDEVTYPE deviceType, HWND focusWindow, unsigned long behaviourFlags, D3DPRESENT_PARAMETERS *presentParameters);
176 const D3DDEVTYPE deviceType;
Direct3DDevice8.cpp 50 Direct3DDevice8::Direct3DDevice8(const HINSTANCE instance, Direct3D8 *d3d8, unsigned int adapter, D3DDEVTYPE deviceType, HWND focusWindow, unsigned long behaviourFlags, D3DPRESENT_PARAMETERS *presentParameters) : instance(instance), d3d8(d3d8), adapter(adapter), deviceType(deviceType), focusWindow(focusWindow), behaviourFlags(behaviourFlags), presentParameters(*presentParameters)
545 if(edgeLength == 0 || d3d8->CheckDeviceFormat(adapter, deviceType, D3DFMT_X8R8G8B8, usage, D3DRTYPE_CUBETEXTURE, format) != D3D_OK)
575 if(width == 0 || height == 0 || d3d8->CheckDeviceFormat(adapter, deviceType, D3DFMT_X8R8G8B8, D3DUSAGE_DEPTHSTENCIL, D3DRTYPE_SURFACE, format) != D3D_OK || height > sw::OUTLINE_RESOLUTION)
605 if(width == 0 || height == 0 || d3d8->CheckDeviceFormat(adapter, deviceType, D3DFMT_X8R8G8B8, 0, D3DRTYPE_SURFACE, format) != D3D_OK)
691 if(width == 0 || height == 0 || d3d8->CheckDeviceFormat(adapter, deviceType, D3DFMT_X8R8G8B8, D3DUSAGE_RENDERTARGET, D3DRTYPE_SURFACE, format) != D3D_OK || height > sw::OUTLINE_RESOLUTION)
738 if(width == 0 || height == 0 || d3d8->CheckDeviceFormat(adapter, deviceType, D3DFMT_X8R8G8B8, usage, D3DRTYPE_TEXTURE, format) != D3D_OK)
824 if(width == 0 || height == 0 || depth == 0 || d3d8->CheckDeviceFormat(adapter, deviceType, D3DFMT_X8R8G8B8, usage, D3DRTYPE_VOLUMETEXTURE, format) != D3D_OK)
1255 parameters->DeviceType = deviceType
    [all...]
  /cts/tests/tests/media/libndkaudio/
AudioRecorder.cpp 121 ioDevice.deviceType = SL_IODEVICE_AUDIOINPUT;
  /cts/tests/tests/nativemedia/sl/src/
SLObjectCreationTest.cpp 285 locatorIoDeviceSrc.deviceType = SL_IODEVICE_AUDIOINPUT;
  /external/swiftshader/src/D3D9/
Direct3DDevice9.hpp 55 Direct3DDevice9(const HINSTANCE instance, Direct3D9 *d3d9, unsigned int adapter, D3DDEVTYPE deviceType, HWND focusWindow, unsigned long behaviourFlags, D3DPRESENT_PARAMETERS *presentParameters);
209 const D3DDEVTYPE deviceType;
Direct3DDevice9Ex.hpp 50 Direct3DDevice9Ex(const HINSTANCE instance, Direct3D9Ex *d3d9ex, unsigned int adapter, D3DDEVTYPE deviceType, HWND focusWindow, unsigned long behaviourFlags, D3DPRESENT_PARAMETERS *presentParameters);
Direct3DDevice9Ex.cpp 53 Direct3DDevice9Ex::Direct3DDevice9Ex(const HINSTANCE instance, Direct3D9Ex *d3d9ex, unsigned int adapter, D3DDEVTYPE deviceType, HWND focusWindow, unsigned long behaviourFlags, D3DPRESENT_PARAMETERS *presentParameters) : Direct3DDevice9(instance, d3d9ex, adapter, deviceType, focusWindow, behaviourFlags, presentParameters), d3d9ex(d3d9ex)
    [all...]
Direct3DDevice9.cpp 54 Direct3DDevice9::Direct3DDevice9(const HINSTANCE instance, Direct3D9 *d3d9, unsigned int adapter, D3DDEVTYPE deviceType, HWND focusWindow, unsigned long behaviourFlags, D3DPRESENT_PARAMETERS *presentParameters) : instance(instance), adapter(adapter), d3d9(d3d9), deviceType(deviceType), focusWindow(focusWindow), behaviourFlags(behaviourFlags)
538 if(edgeLength == 0 || (usage & D3DUSAGE_AUTOGENMIPMAP && levels > 1) || d3d9->CheckDeviceFormat(adapter, deviceType, D3DFMT_X8R8G8B8, usage, D3DRTYPE_CUBETEXTURE, format) != D3D_OK)
571 if(width == 0 || height == 0 || d3d9->CheckDeviceFormat(adapter, deviceType, D3DFMT_X8R8G8B8, D3DUSAGE_DEPTHSTENCIL, D3DRTYPE_SURFACE, format) != D3D_OK || height > sw::OUTLINE_RESOLUTION)
656 if(width == 0 || height == 0 || d3d9->CheckDeviceFormat(adapter, deviceType, D3DFMT_X8R8G8B8, 0, D3DRTYPE_SURFACE, format) != D3D_OK) // FIXME: Allow all formats supported by runtime/REF
785 if(width == 0 || height == 0 || d3d9->CheckDeviceFormat(adapter, deviceType, D3DFMT_X8R8G8B8, D3DUSAGE_RENDERTARGET, D3DRTYPE_SURFACE, format) != D3D_OK || height > sw::OUTLINE_RESOLUTION)
836 if(width == 0 || height == 0 || (usage & D3DUSAGE_AUTOGENMIPMAP && levels > 1) || d3d9->CheckDeviceFormat(adapter, deviceType, D3DFMT_X8R8G8B8, usage, D3DRTYPE_TEXTURE, format) != D3D_OK)
960 if(width == 0 || height == 0 || depth == 0 || (usage & D3DUSAGE_AUTOGENMIPMAP && levels > 1) || d3d9->CheckDeviceFormat(adapter, deviceType, D3DFMT_X8R8G8B8, usage, D3DRTYPE_VOLUMETEXTURE, format) != D3D_OK)
    [all...]
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/mediarecorder/
MediaRecorderTest.java 511 String deviceType = MediaProfileReader.getDeviceType();
512 Log.v(TAG, "deviceType = " + deviceType);
  /tools/tradefederation/contrib/src/com/android/media/tests/
AudioLoopbackTestHelper.java 528 final String deviceType = device.getProperty("ro.build.product");
548 sb.append(deviceType).append(SEPARATOR);
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/wifi/
WifiRttManagerFacade.java 187 if (j.has("deviceType")) {
188 result.deviceType = j.getInt("deviceType");
  /frameworks/base/services/core/java/com/android/server/display/
WifiDisplayController.java     [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
AdapterProperties.java     [all...]
  /frameworks/native/services/inputflinger/
InputReader.cpp     [all...]
EventHub.cpp     [all...]
  /frameworks/wilhelm/tests/examples/
slesTestRecBuffQueue.cpp 256 ioDevice.deviceType = SL_IODEVICE_AUDIOINPUT;

Completed in 1484 milliseconds

12 3 4