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

<<11

/frameworks/av/media/libeffects/lvm/wrapper/Bundle/
H A DEffectBundle.cpp1334 // Check if an audio device type is supported by this implementation
1337 // deviceType the type of device that affects the processing (e.g. for binaural vs transaural)
1357 // Check if a channel mask + audio device type is supported by this implementation
1361 // deviceType the type of device that affects the processing (e.g. for binaural vs transaural)
1380 // Force the virtualization mode to that of the given audio device
1384 // forcedDevice the type of device whose virtualization mode we'll always use
1386 // -EINVAL if the device is not supported or is unknown
1387 // 0 if the device is supported and the virtualization mode forced
1399 //forced device is not supported, make it behave as a reset of forced mode
1414 // forcing virtualization mode: here we already know the device i
3305 uint32_t device = *(uint32_t *)pCmdData; local
[all...]
/frameworks/av/services/camera/libcameraservice/
H A DCameraService.cpp200 ALOGE("%s: Received error loading camera info for device %d, cost and"
201 " conflicting devices fields set to defaults for this device.",
232 // Initialize state for each camera device
307 // Set the device status to NOT_PRESENT, clients will no longer be able to connect
308 // to this device until the status changes
324 ALOGI("%s: Client for camera ID %s evicted due to device status change from HAL",
671 ALOGI("%s: No vendor tags defined for this device.", __FUNCTION__);
718 // based on device version reported by the HAL.
749 ALOGE("Unknown camera device HAL version: %d", deviceVersion);
757 // Only support higher HAL version device opene
1156 connect( const sp<ICameraClient>& cameraClient, int cameraId, const String16& clientPackageName, int clientUid, sp<ICamera>& device) argument
1181 connectLegacy( const sp<ICameraClient>& cameraClient, int cameraId, int halVersion, const String16& clientPackageName, int clientUid, sp<ICamera>& device) argument
1222 connectDevice( const sp<ICameraDeviceCallbacks>& cameraCb, int cameraId, const String16& clientPackageName, int clientUid, sp<ICameraDeviceUser>& device) argument
[all...]
/frameworks/base/services/core/jni/
H A Dcom_android_server_location_GpsLocationProvider.cpp481 hw_device_t* device; local
482 err = module->methods->open(module, GPS_HARDWARE_MODULE_ID, &device);
484 gps_device_t* gps_device = (gps_device_t *)device;
/frameworks/base/services/core/java/com/android/server/
H A DBluetoothManagerService.java1850 for (BluetoothDevice device : mBluetooth.getBondedDevices()) {
1851 writer.println(" " + device.getAddress() +
1852 " [" + DEVICE_TYPE_NAMES[device.getType()] + "] " +
1853 device.getName());
/frameworks/wilhelm/tests/examples/
H A DslesTestRecBuffQueue.cpp238 ioDevice.device = NULL;
H A DslesTestFeedback.cpp18 // It will generate feedback (Larsen effect) if played through on-device speakers,
476 // Create an audio recorder with microphone device source and buffer queue sink.
484 locator_iodevice.device = NULL;
/frameworks/compile/libbcc/gdb_plugin/
H A Dandroid-commands.py25 # set-android-device to select a target (only if multiple devices are attached)
102 def __init__(self, device=None, verbose=False):
104 self.current_device = device
123 msg = "No devices detected. Please connect a device and "
128 print "Warning: " + msg + " use the set-android-device command."
219 # Pull lib from device and compute hash
258 print "Current device already is: " + str(serial)
269 # sitting on the device actually executing. Alert the user if
486 print "Unable to push gdbserver to device. Try re-installing app."
725 # TODO: Check status of app on device
[all...]
/frameworks/native/services/sensorservice/
H A DSensorService.cpp162 // Check if the device really supports batching by looking at the FIFO event
309 result.append("No Sensors on the device\n");
473 SensorDevice& device(SensorDevice::getInstance());
476 const int halVersion = device.getHalDeviceVersion();
478 ssize_t count = device.poll(mSensorEventBuffer, numEventMax);
/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3Device.h96 // If adding streams while actively capturing, will pause device before adding
97 // stream, reconfiguring device, and unpausing.
184 // Camera device ID
295 * Update the current device status and wake all waiting threads.
365 * Set device into an error state due to some fatal failure, and set an
410 * Thread for managing capture request submission to HAL device.
501 static int getId(const wp<Camera3Device> &device);
545 // Relay error to parent device object setErrorState
606 // Whether the device supports AE lock
763 * Output result queue and current HAL device
[all...]
/frameworks/base/services/core/java/com/android/server/tv/
H A DTvInputManagerService.java1559 public ParcelFileDescriptor openDvbDevice(DvbDeviceInfo info, int device) argument
1569 switch (device) {
1583 throw new IllegalArgumentException("Invalid DVB device: " + device);
1586 // The DVB frontend device only needs to be opened in read/write mode, which
1587 // allows performing tuning operations. The DVB demux and DVR device are enough
1590 TvInputManager.DVB_DEVICE_FRONTEND == device
1920 // Not null if this session represents an external device connected to a hardware TV input.
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothAdapter.java57 * Represents the local device Bluetooth adapter. The {@link BluetoothAdapter}
59 * device discovery, query a list of bonded (paired) devices,
73 * {@link #getBondedDevices()}; start device discovery with
213 * application can be notified when the device has ended discoverability.
302 * Bluetooth adapter. Therefore this device is neither discoverable
308 * local Bluetooth adapter. Therefore this device is not discoverable from
310 * have previously discovered this device.
315 * Bluetooth adapter. Therefore this device is both discoverable and
322 * device discovery process.
324 * by a page scan of each new device t
2128 onLeScan(BluetoothDevice device, int rssi, byte[] scanRecord) argument
[all...]
/frameworks/av/services/audioflinger/
H A DAudioFlinger.cpp152 ALOGE_IF(rc, "%s couldn't open audio hw device in %s.%s (%s)", __func__,
158 ALOGE("%s wrong audio hw device version %04x", __func__, (*dev)->common.version);
288 // then try to find a module supporting the requested device.
1056 // disable AEC and NS if the device is a BT SCO headset supporting those pre processings
1064 audio_devices_t device = thread->inDevice(); local
1065 bool suspend = audio_is_bluetooth_sco_device(device) && btNrecIsOff;
1101 // indicate output device change to all input threads for pre processing
1182 // to see if the device will support it.
1785 // and forcing a specific format or channel mask to the HAL/Sink device for testing.
1866 // the first primary output opened designates the primary hw device
[all...]
/frameworks/base/core/java/android/view/
H A DViewRootImpl.java429 * @return True, if the device is in touch mode, false otherwise.
4776 /* The input device that we are tracking. */
4782 /* Configuration for the current input device. */
4833 // Update the current device information.
4843 InputDevice device = event.getDevice();
4844 if (device != null) {
4845 // In order to support an input device, we must know certain
4847 InputDevice.MotionRange xRange = device.getMotionRange(MotionEvent.AXIS_X);
4848 InputDevice.MotionRange yRange = device.getMotionRange(MotionEvent.AXIS_Y);
4871 Log.d(LOCAL_TAG, "Configured device "
[all...]
/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.cpp200 // restore initial conditions (default device unblank, etc)
519 // set initial conditions (e.g. unblank default device)
604 // The density of the device is provided by a build property
675 sp<DisplayDevice> device(getDisplayDevice(display));
676 if (device != NULL) {
677 return device->getActiveConfig();
/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowManagerService.java828 // If true, only the core apps and services are being launched because the device
5774 // if the wallpaper service is disabled on the device, we're never going to have
6487 * device is docked or rotated into a new posture.
6760 * the device's natural orientation is portrait (width < height) or landscape.
6764 * do not hold for the target device, this method should be changed to reflect that.
7398 InputDevice device = devices[i];
7399 if (!device.isVirtual()) {
7400 final int sources = device.getSources();
7401 final int presenceFlag = device.isExternal() ?
7423 if (device
[all...]
/frameworks/wilhelm/include/OMXAL/
H A DOpenMAXAL.h455 XAObjectItf device; member in struct:XADataLocator_IODevice_
/frameworks/wilhelm/include/SLES/
H A DOpenSLES.h283 SLObjectItf device; member in struct:SLDataLocator_IODevice_

Completed in 2164 milliseconds

<<11