/development/ndk/platforms/android-9/arch-mips/include/asm/ |
device.h | 19 #include <asm-generic/device.h>
|
/prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/ |
device.h | 19 #include <asm-generic/device.h>
|
/prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/ |
device.h | 19 #include <asm-generic/device.h>
|
/prebuilts/ndk/9/platforms/android-12/arch-mips/usr/include/asm/ |
device.h | 19 #include <asm-generic/device.h>
|
/prebuilts/ndk/9/platforms/android-13/arch-mips/usr/include/asm/ |
device.h | 19 #include <asm-generic/device.h>
|
/prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/asm/ |
device.h | 19 #include <asm-generic/device.h>
|
/prebuilts/ndk/9/platforms/android-15/arch-mips/usr/include/asm/ |
device.h | 19 #include <asm-generic/device.h>
|
/prebuilts/ndk/9/platforms/android-16/arch-mips/usr/include/asm/ |
device.h | 19 #include <asm-generic/device.h>
|
/prebuilts/ndk/9/platforms/android-17/arch-mips/usr/include/asm/ |
device.h | 19 #include <asm-generic/device.h>
|
/prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/asm/ |
device.h | 19 #include <asm-generic/device.h>
|
/prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/asm/ |
device.h | 19 #include <asm-generic/device.h>
|
/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/asm/ |
device.h | 19 #include <asm-generic/device.h>
|
/tools/external/fat32lib/src/main/java/de/waldheinz/fs/ |
UnknownFileSystemException.java | 25 * system being used on a block device. 32 private final BlockDevice device; field in class:UnknownFileSystemException 37 * @param device the {@code BlockDevice} whose file system could not 40 public UnknownFileSystemException(BlockDevice device) { 42 this.device = device; 52 return this.device;
|
/device/sample/products/ |
backup_overlay.mk | 22 PRODUCT_PACKAGE_OVERLAYS := device/sample/overlays/backup
|
location_overlay.mk | 22 PRODUCT_PACKAGE_OVERLAYS := device/sample/overlays/location
|
/frameworks/av/services/audiopolicy/common/include/ |
Volume.h | 53 * device categories used for volume curve management. 64 * extract one device relevant for volume control from multiple device selection 66 * @param[in] device for which the volume category is associated 68 * @return subset of device required to limit the number of volume category per device 70 static audio_devices_t getDeviceForVolume(audio_devices_t device) 72 if (device == AUDIO_DEVICE_NONE) { 75 device = AUDIO_DEVICE_OUT_SPEAKER; 76 } else if (popcount(device) > 1) 104 device); local [all...] |
policy.h | 30 * A device mask for all audio input devices that are considered "virtual" when evaluating 37 * A device mask for all audio input and output devices where matching inputs/outputs on device 50 * @return true if given state represents a device in a telephony or VoIP call 58 * Check if the input device given is considered as a virtual device. 60 * @param[in] device to consider 62 * @return true if the device is a virtual one, false otherwise. 64 static inline bool is_virtual_input_device(audio_devices_t device) 66 if ((device & AUDIO_DEVICE_BIT_IN) != 0) [all...] |
/external/libmtp/examples/ |
format.c | 3 * Example program that formats the device storage. 51 LIBMTP_mtpdevice_t *device; local 57 device = LIBMTP_Get_First_Device(); 58 if (device == NULL) { 63 printf("I will now format your device. This means that\n"); 69 ret = LIBMTP_Format_Storage(device, device->storage); 76 printf("Failed to format device.\n"); 77 LIBMTP_Dump_Errorstack(device); 78 LIBMTP_Clear_Errorstack(device); [all...] |
/frameworks/base/core/java/android/bluetooth/ |
IBluetoothHeadsetClient.aidl | 29 boolean connect(in BluetoothDevice device); 30 boolean disconnect(in BluetoothDevice device); 32 boolean acceptIncomingConnect(in BluetoothDevice device); 33 boolean rejectIncomingConnect(in BluetoothDevice device); 37 int getConnectionState(in BluetoothDevice device); 38 boolean setPriority(in BluetoothDevice device, int priority); 39 int getPriority(in BluetoothDevice device); 41 boolean startVoiceRecognition(in BluetoothDevice device); 42 boolean stopVoiceRecognition(in BluetoothDevice device); 44 List<BluetoothHeadsetClientCall> getCurrentCalls(in BluetoothDevice device); [all...] |
/packages/apps/Camera2/src/com/android/camera/device/ |
SingleDeviceOpenListener.java | 17 package com.android.camera.device; 24 * Executed when a device is successfully opened. 25 * @param device the open device. 27 public void onDeviceOpened(TDevice device); 30 * Executed when an exception occurs opening the device. 35 * Executed when an exception occurs opening the device 36 * and the actual device object is provided. 38 public void onDeviceOpenException(TDevice device);
|
/build/target/board/generic_armv5/ |
device.mk | 17 include build/target/board/generic/device.mk
|
/development/ndk/platforms/android-3/include/linux/ |
clk.h | 15 struct device; 19 struct clk *clk_get(struct device *dev, const char *id);
|
/external/libnfc-nci/halimpl/bcm2079x/include/ |
HalAdaptation.h | 52 extern int HaiInitializeLibrary (const bcm2079x_dev_t* device); 54 extern int HaiOpen (const bcm2079x_dev_t* device, nfc_stack_callback_t* halCallbackFunc, nfc_stack_data_callback_t* halDataCallbackFunc); 55 extern int HaiClose (const bcm2079x_dev_t* device); 56 extern int HaiCoreInitialized (const bcm2079x_dev_t* device, uint8_t* coreInitResponseParams); 58 extern int HaiPreDiscover (const bcm2079x_dev_t* device); 59 extern int HaiControlGranted (const bcm2079x_dev_t* device); 60 extern int HaiPowerCycle (const bcm2079x_dev_t* device); 61 extern int HaiGetMaxNfcee (const bcm2079x_dev_t* device, uint8_t* maxNfcee);
|
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/ |
LocalBluetoothProfile.java | 38 boolean connect(BluetoothDevice device); 40 boolean disconnect(BluetoothDevice device); 42 int getConnectionStatus(BluetoothDevice device); 44 boolean isPreferred(BluetoothDevice device); 46 int getPreferred(BluetoothDevice device); 48 void setPreferred(BluetoothDevice device, boolean preferred); 52 /** Display order for device profile settings. */ 57 * @param device the Bluetooth device (to distinguish between PAN roles) 59 int getNameResource(BluetoothDevice device); [all...] |
/prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/ |
clk.h | 15 struct device; 19 struct clk *clk_get(struct device *dev, const char *id);
|