HomeSort by relevance Sort by last modified time
    Searched refs:device (Results 51 - 75 of 4438) sorted by null

1 23 4 5 6 7 8 91011>>

  /prebuilts/ndk/current/platforms/android-19/arch-x86/usr/include/linux/
clk.h 15 struct device;
19 struct clk *clk_get(struct device *dev, const char *id);
  /prebuilts/ndk/current/platforms/android-3/arch-arm/usr/include/linux/
clk.h 15 struct device;
19 struct clk *clk_get(struct device *dev, const char *id);
  /prebuilts/ndk/current/platforms/android-4/arch-arm/usr/include/linux/
clk.h 15 struct device;
19 struct clk *clk_get(struct device *dev, const char *id);
  /prebuilts/ndk/current/platforms/android-5/arch-arm/usr/include/linux/
clk.h 15 struct device;
19 struct clk *clk_get(struct device *dev, const char *id);
  /prebuilts/ndk/current/platforms/android-8/arch-arm/usr/include/linux/
clk.h 15 struct device;
19 struct clk *clk_get(struct device *dev, const char *id);
  /prebuilts/ndk/current/platforms/android-9/arch-arm/usr/include/linux/
clk.h 15 struct device;
19 struct clk *clk_get(struct device *dev, const char *id);
  /prebuilts/ndk/current/platforms/android-9/arch-mips/usr/include/linux/
clk.h 15 struct device;
19 struct clk *clk_get(struct device *dev, const char *id);
  /prebuilts/ndk/current/platforms/android-9/arch-x86/usr/include/linux/
clk.h 15 struct device;
19 struct clk *clk_get(struct device *dev, const char *id);
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/targetprep/
SettingsToggler.java 18 import com.android.tradefed.device.DeviceNotAvailableException;
19 import com.android.tradefed.device.ITestDevice;
29 public static void setString(ITestDevice device, String group, String name, String value)
31 deleteSetting(device, group, name);
32 device.executeShellCommand(
40 public static void setSecureString(ITestDevice device, String name, String value)
42 setString(device, GROUP_SECURE, name, value);
46 public static void setGlobalString(ITestDevice device, String name, String value)
48 setString(device, GROUP_GLOBAL, name, value);
52 public static void setInt(ITestDevice device, String group, String name, int value
    [all...]
  /frameworks/base/core/java/android/bluetooth/
IBluetoothHeadset.aidl 28 boolean connect(in BluetoothDevice device);
29 boolean disconnect(in BluetoothDevice device);
32 int getConnectionState(in BluetoothDevice device);
33 boolean setPriority(in BluetoothDevice device, int priority);
34 int getPriority(in BluetoothDevice device);
35 boolean startVoiceRecognition(in BluetoothDevice device);
36 boolean stopVoiceRecognition(in BluetoothDevice device);
37 boolean isAudioConnected(in BluetoothDevice device);
38 boolean sendVendorSpecificResultCode(in BluetoothDevice device,
43 int getBatteryUsageHint(in BluetoothDevice device);
    [all...]
IBluetoothInputDevice.aidl 28 boolean connect(in BluetoothDevice device);
29 boolean disconnect(in BluetoothDevice device);
32 int getConnectionState(in BluetoothDevice device);
33 boolean setPriority(in BluetoothDevice device, int priority);
34 int getPriority(in BluetoothDevice device);
38 boolean getProtocolMode(in BluetoothDevice device);
42 boolean virtualUnplug(in BluetoothDevice device);
46 boolean setProtocolMode(in BluetoothDevice device, int protocolMode);
50 boolean getReport(in BluetoothDevice device, byte reportType, byte reportId, int bufferSize);
54 boolean setReport(in BluetoothDevice device, byte reportType, String report)
    [all...]
IBluetoothPbapClient.aidl 27 boolean connect(in BluetoothDevice device);
28 boolean disconnect(in BluetoothDevice device);
31 int getConnectionState(in BluetoothDevice device);
32 boolean setPriority(in BluetoothDevice device, int priority);
33 int getPriority(in BluetoothDevice device);
  /device/huawei/angler/camera/QCamera2/HAL/wrapper/
QualcommCamera.cpp 94 QCamera2HardwareInterface *util_get_Hal_obj( struct camera_device * device)
97 if(device && device->priv){
98 camera_hardware_t *camHal = (camera_hardware_t *)device->priv;
131 camera_device *device = NULL; local
149 device = &camHal->hw_dev;
150 device->common.close = close_camera_device;
151 device->ops = &QCamera2HardwareInterface::mCameraOps;
152 device->priv = (void *)camHal;
160 device = NULL
178 camera_device_t *device = (camera_device_t *)hw_dev; local
    [all...]
  /device/lge/bullhead/camera/QCamera2/HAL/wrapper/
QualcommCamera.cpp 94 QCamera2HardwareInterface *util_get_Hal_obj( struct camera_device * device)
97 if(device && device->priv){
98 camera_hardware_t *camHal = (camera_hardware_t *)device->priv;
131 camera_device *device = NULL; local
149 device = &camHal->hw_dev;
150 device->common.close = close_camera_device;
151 device->ops = &QCamera2HardwareInterface::mCameraOps;
152 device->priv = (void *)camHal;
160 device = NULL
178 camera_device_t *device = (camera_device_t *)hw_dev; local
    [all...]
  /device/moto/shamu/camera/QCamera2/HAL/wrapper/
QualcommCamera.cpp 94 QCamera2HardwareInterface *util_get_Hal_obj( struct camera_device * device)
97 if(device && device->priv){
98 camera_hardware_t *camHal = (camera_hardware_t *)device->priv;
131 camera_device *device = NULL; local
149 device = &camHal->hw_dev;
150 device->common.close = close_camera_device;
151 device->ops = &QCamera2HardwareInterface::mCameraOps;
152 device->priv = (void *)camHal;
160 device = NULL
178 camera_device_t *device = (camera_device_t *)hw_dev; local
    [all...]
  /hardware/qcom/camera/QCamera2/HAL/wrapper/
QualcommCamera.cpp 94 QCamera2HardwareInterface *util_get_Hal_obj( struct camera_device * device)
97 if(device && device->priv){
98 camera_hardware_t *camHal = (camera_hardware_t *)device->priv;
131 camera_device *device = NULL; local
149 device = &camHal->hw_dev;
150 device->common.close = close_camera_device;
151 device->ops = &QCamera2HardwareInterface::mCameraOps;
152 device->priv = (void *)camHal;
160 device = NULL
178 camera_device_t *device = (camera_device_t *)hw_dev; local
    [all...]
  /development/python-packages/adb/
__init__.py 17 from .device import * # pylint: disable=wildcard-import
  /development/tools/hosttestlib/src/com/android/hosttest/
DeviceConnector.java 29 * The maximum time to wait for a device to be connected.
34 * Initializes DDMS library, and connects to specified Android device
36 * @param deviceSerial the device serial to connect to. If <code>null</code> connect to first
37 * discovered device.
40 * @throws IllegalArgumentException if no device cannot be found.
46 for (IDevice device : adbBridge.getDevices()) {
48 return device;
49 } else if (deviceSerial.equals(device.getSerialNumber())) {
50 return device;
54 System.out.println("Waiting for device...")
57 IDevice device = listener.waitForDevice(MAX_WAIT_DEVICE_TIME); local
    [all...]
  /external/libmtp/examples/
reset.c 3 * Example program that resets the device.
51 LIBMTP_mtpdevice_t *device; local
57 device = LIBMTP_Get_First_Device();
58 if (device == NULL) {
63 printf("I will now reset your device. This means that\n");
64 printf("the device may go inactive immediately and may report errors.\n");
67 ret = LIBMTP_Reset_Device(device);
74 printf("Failed to reset device.\n");
75 LIBMTP_Dump_Errorstack(device);
76 LIBMTP_Clear_Errorstack(device);
    [all...]
  /external/webrtc/talk/media/devices/
macdeviceinfo.cc 32 bool GetUsbId(const Device& device, std::string* usb_id) {
35 if (device.id.size() < 2 * id_size) {
39 // The last characters of device id is a concatenation of VID and then PID.
40 const size_t vid_location = device.id.size() - 2 * id_size;
41 std::string id_vendor = device.id.substr(vid_location, id_size);
42 const size_t pid_location = device.id.size() - id_size;
43 std::string id_product = device.id.substr(pid_location, id_size);
52 bool GetUsbVersion(const Device& device, std::string* usb_version)
    [all...]
  /build/kati/testcase/
sort.mk 11 echo $(sort device/sample/products/AndroidProducts.mk device/moto/shamu/AndroidProducts.mk device/asus/fugu/AndroidProducts.mk device/asus/deb/AndroidProducts.mk device/asus/flo/AndroidProducts.mk device/generic/arm64/AndroidProducts.mk device/generic/qemu/AndroidProducts.mk device/generic/mini-emulator-x86_64/AndroidProducts.mk device/generic/x86/AndroidProducts.mk device/generic/mips/AndroidProducts.mk device/generic/mini-emulator-x86/AndroidProducts.mk device/generic (…)
    [all...]
  /frameworks/av/services/audiopolicy/common/include/
policy.h 35 * A device mask for all audio input devices that are considered "virtual" when evaluating
42 * A device mask for all audio input and output devices where matching inputs/outputs on device
50 * Stub audio output device. Used in policy configuration file on platforms without audio outputs.
55 * Stub audio input device. Used in policy configuration file on platforms without audio inputs.
72 * @return true if given state represents a device in a telephony or VoIP call
80 * Check if the input device given is considered as a virtual device.
82 * @param[in] device to consider
84 * @return true if the device is a virtual one, false otherwise
    [all...]
  /frameworks/base/packages/PrintRecommendationService/src/com/android/printservice/recommendation/plugin/hp/
PrinterHashMap.java 27 public NsdServiceInfo addPrinter(NsdServiceInfo device) {
28 return put(getKey(device), device);
30 public NsdServiceInfo removePrinter(NsdServiceInfo device) {
31 return remove(getKey(device));
  /frameworks/base/packages/PrintRecommendationService/src/com/android/printservice/recommendation/plugin/samsung/
PrinterHashMap.java 27 public NsdServiceInfo addPrinter(NsdServiceInfo device) {
28 return put(getKey(device), device);
30 public NsdServiceInfo removePrinter(NsdServiceInfo device) {
31 return remove(getKey(device));
  /frameworks/base/packages/PrintRecommendationService/src/com/android/printservice/recommendation/plugin/xerox/
PrinterHashMap.java 27 public NsdServiceInfo addPrinter(NsdServiceInfo device) {
28 return put(getKey(device), device);
31 public NsdServiceInfo removePrinter(NsdServiceInfo device) {
32 return remove(getKey(device));

Completed in 300 milliseconds

1 23 4 5 6 7 8 91011>>