HomeSort by relevance Sort by last modified time
    Searched refs:Device (Results 76 - 100 of 202) sorted by null

1 2 34 5 6 7 8 9

  /build/core/
device.mk 22 define dump-device
30 $(foreach p,$(DEVICES),$(call dump-device,$(p)))
34 # $(1): device to inherit
36 define inherit-device
42 # $(1): device makefile list
51 # $(1): short device name like "sooner"
53 define _resolve-short-device-name
65 $(error No matches for device "$(dn)"), \
66 $(error Device "$(dn)" ambiguous: matches $(d)) \
72 # $(1): short device name like "sooner
    [all...]
  /external/chromium/third_party/libjingle/source/talk/session/phone/
channelmanager.cc 80 AudioOptions(int o, const Device* in, const Device* out)
83 const Device* in_device;
84 const Device* out_device;
95 explicit VideoOptions(const Device* d) : cam_device(d), result(false) {}
96 const Device* cam_device;
164 // Init the device manager immediately, and set up our default video device.
219 // device might have been unplugged. In this case, we fallback to the
220 // default device but keep the user preferences. The preferences ar
225 Device device; local
497 Device device; local
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/media/devices/
macdevicemanagermm.mm 103 bool GetQTKitVideoDevices(std::vector<Device>* devices) {
113 LOG(LS_INFO) << count << " capture device(s) found:";
129 devices->push_back(Device(name,
  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtcvideocapturer.h 48 int id, const char* device) = 0;
62 bool Init(const Device& device);
webrtcmediaengine.h 110 const Device* in_device, const Device* out_device) OVERRIDE {
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
channelmanager.h 52 // channels when a new audio or video device is chosen. The voice and video
56 // using device manager.
149 // TODO(noahric): Nearly everything called "device" in this API is actually a
150 // device name, so this should really be GetCaptureDeviceName, and the
153 // Gets the current capture Device.
154 bool GetVideoCaptureDevice(Device* device);
220 // Returns the current selected device. Note: Subtly different from
268 const Device* in_dev, const Device* out_dev)
    [all...]
channelmanager.cc 130 // Init the device manager immediately, and set up our default video device.
225 // device might have been unplugged. In this case, we fallback to the
226 // default device but keep the user preferences. The preferences are
231 Device device; local
232 if (!device_manager_->GetAudioInputDevice(audio_in_device_, &device)) {
237 if (!device_manager_->GetAudioOutputDevice(audio_out_device_, &device)) {
242 if (!device_manager_->GetVideoCaptureDevice(camera_device_, &device)) {
527 // Get device ids from DeviceManager
605 Device device; local
623 Device device; local
637 Device device; local
671 Device device; local
    [all...]
  /external/expat/
Android.mk 3 # We need to build this for both the device (as a shared library)
65 # For the device
68 # Device static library
87 # Device shared library
  /external/harfbuzz/src/
harfbuzz-gdef-private.h 69 HB_Device* Device; /* Device table for x or y value */
  /external/harfbuzz_ng/src/hb-old/
harfbuzz-gdef-private.h 69 HB_Device* Device; /* Device table for x or y value */
  /frameworks/base/core/java/android/bluetooth/
BluetoothPbap.java 227 * Get the currently connected remote Bluetooth device (PCE).
228 * @return The remote Bluetooth device, or null if not in connected or
246 * Returns true if the specified Bluetooth device is connected (does not
250 public boolean isConnected(BluetoothDevice device) {
251 if (VDBG) log("isConnected(" + device + ")");
254 return mService.isConnected(device);
284 * This is a simple heuristic that tries to guess if a device with the
287 * @return True if this device might support PBAP.
292 case BluetoothClass.Device.COMPUTER_DESKTOP:
293 case BluetoothClass.Device.COMPUTER_LAPTOP
    [all...]
BluetoothMap.java 172 * Get the currently connected remote Bluetooth device (PCE).
173 * @return The remote Bluetooth device, or null if not in connected or
191 * Returns true if the specified Bluetooth device is connected.
195 public boolean isConnected(BluetoothDevice device) {
196 if (VDBG) log("isConnected(" + device + ")");
199 return mService.isConnected(device);
212 public boolean connect(BluetoothDevice device) {
213 if (DBG) log("connect(" + device + ")" + "not supported for MAPS");
220 * @param device Remote Bluetooth Device
    [all...]
  /frameworks/rs/
rsContext.h 55 class Device;
86 static Context * createContext(Device *, const RsSurfaceConfig *sc,
249 Device *mDev;
284 bool initContext(Device *, const RsSurfaceConfig *sc);
  /packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothDevicePreference.java 43 * Bluetooth device in the Bluetooth Settings screen.
188 // Show disconnect confirmation dialog for a device.
273 case BluetoothClass.Device.Major.COMPUTER:
276 case BluetoothClass.Device.Major.PHONE:
279 case BluetoothClass.Device.Major.PERIPHERAL:
282 case BluetoothClass.Device.Major.IMAGING:
286 // unrecognized device class; continue
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
ImageOverlay.java 28 import org.eclipse.swt.graphics.Device;
100 public void create(Device device) {
101 super.create(device);
361 private final Device mDevice;
368 * @param device the {@link Device} in which the SWT image will be painted.
370 private SwtReadyBufferedImage(int width, int height, ImageData imageData, Device device) {
373 mDevice = device;
    [all...]
HoverOverlay.java 23 import org.eclipse.swt.graphics.Device;
77 public void create(Device device) {
79 mHoverStrokeColor = new Color(device, SwtDrawingStyle.HOVER.getStrokeColor());
82 mHoverFillColor = new Color(device, SwtDrawingStyle.HOVER.getFillColor());
86 mHoverSelectStrokeColor = new Color(device,
90 mHoverSelectFillColor = new Color(device,
MarqueeGesture.java 21 import org.eclipse.swt.graphics.Device;
132 public void create(Device device) {
134 mStroke = new Color(device, 255, 255, 255);
135 mFill = new Color(device, 128, 128, 128);
  /bootable/recovery/
recovery.cpp 43 #include "device.h"
552 int menu_only, int initial_selection, Device* device) {
575 int action = device->HandleMenuKey(key, visible);
579 case Device::kHighlightUp:
583 case Device::kHighlightDown:
587 case Device::kInvokeItem:
590 case Device::kNoAction:
608 int* wipe_cache, Device* device) {
985 Device* device = make_device(); local
    [all...]
  /external/chromium/chrome/browser/resources/file_manager/js/
mock_chrome.js 158 DEVICE_TYPE_FLASH: 'Flash Device',
159 DEVICE_TYPE_HDD: 'Hard Disk Device',
160 DEVICE_TYPE_OPTICAL: 'Optical Device',
161 DEVICE_TYPE_UNDEFINED: 'Unknown Device',
  /external/libyuv/
Android.mk 36 # For the device
38 # Device static library
  /external/llvm/
llvm-device-build.mk 38 # No action. The device target should not have exception enabled since bionic
60 $(LLVM_ROOT_PATH)/device/include \
66 define transform-device-td-to-out
68 @echo "Device TableGen (gen-$(1)): $(TBLGEN_LOCAL_MODULE) <= $<"
72 -I $(LLVM_ROOT_PATH)/device/include \
  /external/srtp/
Android.mk 40 # For the device
42 # Device static library
  /external/valgrind/main/helgrind/tests/
bar_bad.stderr.exp 53 with error code 16 (EBUSY: Device or resource busy)
  /hardware/samsung_slsi/exynos5/mobicore/daemon/
Android.mk 22 ClientLib/Device.cpp \
  /external/chromium_org/chrome/browser/extensions/api/sessions/
sessions_api.h 63 scoped_ptr<api::sessions::Device> CreateDeviceModel(

Completed in 1405 milliseconds

1 2 34 5 6 7 8 9