/build/target/product/ |
full_mips.mk | 20 # entirely appropriate to inherit from for on-device configurations. 23 $(call inherit-product, $(SRC_TARGET_DIR)/board/generic_mips/device.mk)
|
/cts/suite/audio_quality/lib/src/ |
Adb.h | 25 /// device: device number typically passed in adb's -s argument. 26 /// if device string is empty, adb command will be called without -s option. 27 Adb(const android::String8& device);
|
/development/tools/hosttestlib/src/com/android/hosttest/ |
DeviceTest.java | 24 * Helper JUnit test that stores reference to a Android device and test data. 29 * Sets the device under test 30 * @param device the Android device to test 32 public void setDevice(IDevice device); 35 * Retrieves the Android device under test 36 * @return the {@link IDevice} device.
|
/device/generic/mini-emulator-armv7-a-neon/ |
BoardConfig.mk | 7 include device/generic/armv7-a-neon/BoardConfig.mk 13 BOARD_EGL_CFG := device/generic/goldfish/opengl/system/egl/egl.cfg
|
/device/generic/mini-emulator-mips/ |
BoardConfig.mk | 7 include device/generic/mips/BoardConfig.mk 14 BOARD_EGL_CFG := device/generic/goldfish/opengl/system/egl/egl.cfg
|
/device/generic/mini-emulator-x86/ |
BoardConfig.mk | 7 include device/generic/x86/BoardConfig.mk 14 BOARD_EGL_CFG := device/generic/goldfish/opengl/system/egl/egl.cfg
|
/device/generic/mips/ |
BoardConfig.mk | 18 BOARD_BLUETOOTH_BDROID_BUILDCFG_INCLUDE_DIR := device/generic/common/bluetooth
|
/external/chromium_org/chrome/browser/extensions/api/audio/ |
audio_service_chromeos.cc | 34 // Start to query audio device information. 64 bool FindDevice(uint64 id, chromeos::AudioDevice* device); 131 chromeos::AudioDevice device; local 132 bool found = FindDevice(GetIdFromStr(device_list[i]), &device); 134 if (device.is_input && !input_device_set) { 135 cras_audio_handler_->SwitchToDevice(device); 137 } else if (!device.is_input && !output_device_set) { 138 cras_audio_handler_->SwitchToDevice(device); 153 chromeos::AudioDevice device; 154 bool found = FindDevice(GetIdFromStr(device_id), &device); [all...] |
/external/chromium_org/chrome/browser/extensions/api/dial/ |
dial_device_data.cc | 47 void DialDeviceData::FillDialDevice(api::dial::DialDevice* device) const { 50 device->device_label = label_; 51 device->device_description_url = device_description_url_.spec(); 53 device->config_id.reset(new int(config_id_));
|
/external/chromium_org/chrome/test/chromedriver/chrome/ |
chrome_android_impl.h | 14 class Device; 23 scoped_ptr<Device> device); 33 scoped_ptr<Device> device_;
|
/external/chromium_org/content/browser/ |
device_monitor_udev.h | 5 // This class is used to detect device change and notify base::SystemMonitor 35 void OnDevicesChanged(udev_device* device);
|
/external/chromium_org/content/public/browser/ |
media_observer.h | 17 // Called when a audio capture device is plugged in or unplugged. 21 // Called when a video capture device is plugged in or unplugged. 30 const MediaStreamDevice& device,
|
/external/chromium_org/device/bluetooth/ |
bluetooth_adapter.h | 15 namespace device { namespace 26 // updates to device information. 52 // Called when a new device |device| is added to the adapter |adapter|, 53 // either because it has been discovered or a connection made. |device| 56 BluetoothDevice* device) {} 58 // Called when properties of the device |device| known to the adapter 59 // |adapter| change. |device| should not be cached, instead copy its 62 BluetoothDevice* device) {} [all...] |
bluetooth_init_win.h | 22 namespace device { namespace 31 } // namespace device
|
bluetooth_service_record_mac.h | 8 #include "device/bluetooth/bluetooth_service_record.h" 18 namespace device { namespace 35 } // namespace device
|
bluetooth_service_record_win.h | 11 #include "device/bluetooth/bluetooth_init_win.h" 12 #include "device/bluetooth/bluetooth_service_record.h" 14 namespace device { namespace 33 } // namespace device
|
bluetooth_socket.h | 19 namespace device { namespace 44 } // namespace device
|
/external/chromium_org/device/bluetooth/test/ |
mock_bluetooth_socket.h | 10 #include "device/bluetooth/bluetooth_socket.h" 20 namespace device { namespace 33 } // namespace device
|
/external/chromium_org/media/audio/mac/ |
audio_manager_mac.h | 52 static bool GetDefaultInputDevice(AudioDeviceID* device); 53 static bool GetDefaultOutputDevice(AudioDeviceID* device); 54 static bool GetDefaultDevice(AudioDeviceID* device, bool input); 58 static bool GetDeviceChannels(AudioDeviceID device, 81 // Notify streams of a device change if the default output device or its 87 // Track the output sample-rate and the default output device 88 // so we can intelligently handle device notifications only when necessary.
|
/external/chromium_org/media/base/ |
user_input_monitor_win.cc | 139 scoped_ptr<RAWINPUTDEVICE> device(GetRawInputDevices(type, RIDEV_INPUTSINK)); 140 if (!RegisterRawInputDevices(device.get(), 1, sizeof(*device))) { 163 scoped_ptr<RAWINPUTDEVICE> device(GetRawInputDevices(type, RIDEV_REMOVE)); 165 if (!RegisterRawInputDevices(device.get(), 1, sizeof(*device))) { 246 scoped_ptr<RAWINPUTDEVICE> device(new RAWINPUTDEVICE()); 248 device->dwFlags = flags; 249 device->usUsagePage = kGenericDesktopPage; 250 device->usUsage = kMouseUsage [all...] |
/external/chromium_org/skia/ext/ |
vector_canvas.h | 22 // Ownership of |device| is transfered to VectorCanvas. 23 explicit VectorCanvas(SkBaseDevice* device); 30 // Returns true if the top device is vector based and not bitmap based.
|
/external/chromium_org/third_party/libjingle/source/talk/media/devices/ |
win32devicemanager.h | 49 virtual bool GetVideoCaptureDevices(std::vector<Device>* devs); 52 virtual bool GetAudioDevices(bool input, std::vector<Device>* devs); 53 virtual bool GetDefaultVideoCaptureDevice(Device* device);
|
/external/chromium_org/third_party/skia/src/effects/ |
SkPictureImageFilter.cpp | 61 SkAutoTUnref<SkBaseDevice> device(proxy->createDevice(bounds.width(), bounds.height())); 62 if (NULL == device.get()) { 66 SkCanvas canvas(device.get()); 73 *result = device.get()->accessBitmap(false);
|
/external/hyphenation/ |
Android.mk | 3 # We need to build this for both the device (as a shared library) 12 # For the device
|
/external/libmtp/examples/ |
folders.c | 3 * Example program that lists all folders on a device. 44 LIBMTP_mtpdevice_t *device, *iter; local 48 fprintf(stdout, "Attempting to connect device(s)\n"); 50 switch(LIBMTP_Get_Connected_Devices(&device)) 69 /* Successfully connected at least one device, so continue */ 76 for(iter = device; iter != NULL; iter = iter->next) 79 /* Echo the friendly name so we know which device we are working with */ 105 LIBMTP_Release_Device_List(device);
|