Searched refs:device (Results 101 - 125 of 267) sorted by relevance

1234567891011

/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
H A DAudioOutputDescriptor.h45 virtual audio_devices_t device() const;
50 virtual bool isFixedVolume(audio_devices_t device);
55 audio_devices_t device,
73 audio_devices_t mDevice; // current device this output is routed to
80 // device selection. See checkDeviceMuteStrategies()
99 virtual audio_devices_t device() const;
104 virtual bool isFixedVolume(audio_devices_t device);
110 audio_devices_t device,
H A DIOProfile.h43 bool isCompatibleProfile(audio_devices_t device,
/frameworks/base/media/tests/CameraBrowser/src/com/android/camerabrowser/
H A DCameraBrowser.java83 MtpDevice device = mDeviceList.get(position);
84 MtpDeviceInfo info = device.getDeviceInfo();
119 intent.putExtra("device", mDeviceList.get(position).getDeviceName());
127 public void deviceAdded(MtpDevice device) { argument
128 Log.d(TAG, "deviceAdded: " + device.getDeviceName());
133 public void deviceRemoved(MtpDevice device) { argument
134 Log.d(TAG, "deviceRemoved: " + device.getDeviceName());
/frameworks/native/libs/binder/
H A DMemoryHeapBase.cpp61 MemoryHeapBase::MemoryHeapBase(const char* device, size_t size, uint32_t flags) argument
69 int fd = open(device, open_flags);
70 ALOGE_IF(fd<0, "error opening %s: %s", device, strerror(errno));
75 mDevice = device;
89 status_t MemoryHeapBase::init(int fd, void *base, int size, int flags, const char* device) argument
98 mDevice = device;
/frameworks/base/services/core/java/com/android/server/display/
H A DWifiDisplayController.java118 // The device to which we want to connect, or null if we want to be disconnected.
121 // The device to which we are currently connecting, or null if we have already connected
125 // The device from which we are currently disconnecting.
128 // The device to which we were previously trying to connect and are now canceling.
131 // The device to which we are currently connected, which means we have an active P2P group.
236 for (WifiP2pDevice device : mAvailableWifiDisplayPeers) {
237 pw.println(" " + describeWifiP2pDevice(device));
256 for (WifiP2pDevice device : mAvailableWifiDisplayPeers) {
257 if (device.deviceAddress.equals(address)) {
258 connect(device);
494 updateDesiredDevice(WifiP2pDevice device) argument
511 connect(final WifiP2pDevice device) argument
1020 getPortNumber(WifiP2pDevice device) argument
1029 isWifiDisplay(WifiP2pDevice device) argument
1040 describeWifiP2pDevice(WifiP2pDevice device) argument
1048 createWifiDisplay(WifiP2pDevice device) argument
[all...]
H A DDisplayAdapter.java115 * Sends a display device event to the display adapter listener asynchronously.
118 final DisplayDevice device, final int event) {
122 mListener.onDisplayDeviceEvent(device, event);
150 public void onDisplayDeviceEvent(DisplayDevice device, int event); argument
117 sendDisplayDeviceEventLocked( final DisplayDevice device, final int event) argument
/frameworks/base/wifi/java/android/net/wifi/p2p/nsd/
H A DWifiP2pUpnpServiceResponse.java62 * <li>"uuid:6859dede-8574-59ab-9332-123456789012::urn:schemas-upnp-org:device:
77 * @param dev source device
141 * @param device source device.
147 int transId, WifiP2pDevice device, byte[] data) {
149 return new WifiP2pUpnpServiceResponse(status, transId, device, null);
153 return new WifiP2pUpnpServiceResponse(status, transId, device, data);
146 newInstance(int status, int transId, WifiP2pDevice device, byte[] data) argument
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothAvrcpController.java53 * <li> {@link BluetoothDevice#EXTRA_DEVICE} - The remote device. </li>
197 public int getConnectionState(BluetoothDevice device) { argument
198 if (VDBG) log("getState(" + device + ")");
200 && isValidDevice(device)) {
202 return mService.getConnectionState(device);
212 public void sendPassThroughCmd(BluetoothDevice device, int keyCode, int keyState) { argument
216 mService.sendPassThroughCmd(device, keyCode, keyState);
250 private boolean isValidDevice(BluetoothDevice device) { argument
251 if (device == null) return false;
253 if (BluetoothAdapter.checkBluetoothAddress(device
[all...]
/frameworks/compile/libbcc/
H A Dlibbcc-device-build.mk57 $(LLVM_ROOT_PATH)/device/include \
/frameworks/av/camera/tests/
H A DCameraBinderTests.cpp271 // Make sure we're available, or skip device tests otherwise
280 sp<ICameraDeviceUser> device; local
282 ICameraService::USE_CALLING_UID, /*out*/device));
283 ASSERT_NE(nullptr, device.get());
284 device->disconnect();
315 sp<ICameraDeviceUser> device; local
319 ICameraService::USE_CALLING_UID, /*out*/device));
321 auto p = std::make_pair(callbacks, device);
365 // Make sure we're available, or skip device tests otherwise
374 sp<ICameraDeviceUser> device local
[all...]
/frameworks/av/services/audioflinger/tests/
H A Dbuild_and_run_all_unit_tests.sh15 echo "waiting for device"
16 adb root && adb wait-for-device remount
/frameworks/av/services/camera/libcameraservice/api1/client2/
H A DFrameProcessor.h38 * frames from the device, and analyzes them as necessary.
42 FrameProcessor(wp<CameraDeviceBase> device, sp<Camera2Client> client);
55 const sp<CameraDeviceBase> &device);
94 // Whether the partial result is enabled for this device
/frameworks/base/libs/usb/tests/AccessoryChat/accessorychat/
H A DAndroid.mk23 # Build for device
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DAndroid.mk25 # For the device
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DAndroid.mk23 # For the device
/frameworks/compile/mclinker/lib/Core/
H A DAndroid.mk27 # For the device
/frameworks/compile/mclinker/lib/Fragment/
H A DAndroid.mk25 # For the device
/frameworks/compile/mclinker/lib/MC/
H A DAndroid.mk30 # For the device
/frameworks/compile/mclinker/lib/Object/
H A DAndroid.mk20 # For the device
/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAndroid.mk24 # For the device
/frameworks/compile/mclinker/lib/Target/ARM/
H A DAndroid.mk30 # For the device
/frameworks/compile/mclinker/lib/Target/
H A DAndroid.mk28 # For the device
/frameworks/compile/mclinker/lib/Target/Mips/
H A DAndroid.mk27 # For the device
/frameworks/compile/mclinker/lib/Target/X86/
H A DAndroid.mk25 # For the device
/frameworks/base/services/core/java/com/android/server/audio/
H A DAudioService.java293 * Some streams alias to different streams according to device category (phone or tablet) or
295 * mStreamVolumeAlias contains STREAM_VOLUME_ALIAS_VOICE aliases for a voice capable device
397 // Broadcast receiver for device connections intent broadcasts
419 // Generate a unique key for the mConnectedDevices List by composing the device "type"
420 // and the "address" associated with a specific instance of that device type
421 private String makeDeviceListKey(int device, String deviceAddress) { argument
422 return "0x" + Integer.toHexString(device) + ":" + deviceAddress;
427 // Forced device usage for communications
440 // Bluetooth headset device
533 // case, the new requested volume, stream type and device ar
564 makeAlsaAddressString(int card, int device) argument
1333 StreamVolumeCommand(int streamType, int index, int flags, int device) argument
1348 onSetStreamVolume(int streamType, int index, int flags, int device, String caller) argument
1587 setStreamVolumeInt(int streamType, int index, int device, boolean force, String caller) argument
3594 setBluetoothA2dpDeviceConnectionState(BluetoothDevice device, int state, int profile) argument
3678 getSettingNameForDevice(int device) argument
3736 applyDeviceVolume_syncVSS(int device) argument
3780 adjustIndex(int deltaIndex, int device, String caller) argument
3784 setIndex(int index, int device, String caller) argument
3838 getIndex(int device) argument
4014 setDeviceVolume(VolumeStreamState streamState, int device) argument
4062 persistVolume(VolumeStreamState streamState, int device) argument
4691 handleDeviceConnection(boolean connect, int device, String address, String deviceName) argument
4739 checkSendBecomingNoisyIntent(int device, int state) argument
4775 sendDeviceConnectionIntent(int device, int state, String address, String deviceName) argument
4834 onSetWiredDeviceConnectionState(int device, int state, String address, String deviceName, String caller) argument
5456 checkSafeMediaVolume(int streamType, int index, int device) argument
[all...]

Completed in 1219 milliseconds

1234567891011