/external/libpcap/ |
pcap-bt-linux.h | 40 pcap_t *bt_create(const char *device, char *ebuf, int *is_ours);
|
pcap-can-linux.h | 35 pcap_t* can_create(const char *device, char *ebuf, int *is_ours);
|
pcap-canusb-linux.h | 35 pcap_t* canusb_create(const char *device, char *ebuf, int *is_ours);
|
pcap-netfilter-linux.h | 35 pcap_t *netfilter_create(const char *device, char *ebuf, int *is_ours);
|
pcap-septel.h | 6 * card code at the same time as another type of device. 14 pcap_t *septel_create(const char *device, char *ebuf, int *is_ours);
|
pcap-usb-linux.h | 40 pcap_t *usb_create(const char *device, char *ebuf, int *is_ours);
|
/external/mesa3d/src/gallium/state_trackers/vdpau/ |
preemption.c | 32 * A callback to notify the client application that a device's display has 35 void vlVdpPreemptionCallback(VdpDevice device, void *context) 43 VdpStatus vlVdpPreemptionCallbackRegister(VdpDevice device,
|
/frameworks/base/core/java/android/bluetooth/ |
BluetoothGattServerCallback.java | 27 * Callback indicating when a remote device has been connected or disconnected. 29 * @param device Remote device that has been connected or disconnected. 35 public void onConnectionStateChange(BluetoothDevice device, int status, 55 * @param device The remote device that has requested the read operation 60 public void onCharacteristicReadRequest(BluetoothDevice device, int requestId, 70 * @param device The remote device that has requested the write operation 75 * @param responseNeeded true, if the remote device requires a respons [all...] |
IBluetoothA2dpSink.aidl | 28 boolean connect(in BluetoothDevice device); 29 boolean disconnect(in BluetoothDevice device); 32 int getConnectionState(in BluetoothDevice device); 33 BluetoothAudioConfig getAudioConfig(in BluetoothDevice device);
|
IBluetoothPbap.aidl | 29 boolean connect(in BluetoothDevice device); 31 boolean isConnected(in BluetoothDevice device);
|
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/ |
OppProfile.java | 32 // Order of this profile in device profiles list 43 public boolean connect(BluetoothDevice device) { 47 public boolean disconnect(BluetoothDevice device) { 51 public int getConnectionStatus(BluetoothDevice device) { 55 public boolean isPreferred(BluetoothDevice device) { 59 public int getPreferred(BluetoothDevice device) { 63 public void setPreferred(BluetoothDevice device, boolean preferred) { 78 public int getNameResource(BluetoothDevice device) { 82 public int getSummaryResourceForDevice(BluetoothDevice device) {
|
/build/tools/fs_config/default/ |
android_filesystem_config.h | 19 ** by the device side of adb. 24 ** fs_config_files in their device configuration without providing an 27 #warning No device-supplied android_filesystem_config.h, using empty default.
|
/device/asus/deb/ |
BoardConfig.mk | 19 TARGET_BOARD_INFO_FILE := device/asus/deb/board-info.txt 23 TARGET_RELEASETOOLS_EXTENSIONS := device/asus/deb 25 TARGET_RECOVERY_FSTAB = device/asus/deb/fstab.deb 28 include device/asus/flo/BoardConfigCommon.mk
|
/device/asus/flo/ |
AndroidBoard.mk | 18 TARGET_PREBUILT_KERNEL := device/asus/flo-kernel/kernel
|
BoardConfig.mk | 19 TARGET_BOARD_INFO_FILE := device/asus/flo/board-info.txt 23 TARGET_RELEASETOOLS_EXTENSIONS := device/asus/flo 25 TARGET_RECOVERY_FSTAB = device/asus/flo/fstab.flo 28 include device/asus/flo/BoardConfigCommon.mk
|
full_flo.mk | 16 $(call inherit-product, device/asus/flo/aosp_flo.mk)
|
/device/asus/fugu/ |
aosp_fugu.mk | 16 $(call inherit-product, device/asus/fugu/full_fugu.mk)
|
/device/common/gps/ |
gps_as.mk | 18 device/common/gps/gps.conf_AS:system/etc/gps.conf
|
gps_as_supl.mk | 18 device/common/gps/gps.conf_AS_SUPL:system/etc/gps.conf
|
gps_eu.mk | 18 device/common/gps/gps.conf_EU:system/etc/gps.conf
|
gps_eu_supl.mk | 18 device/common/gps/gps.conf_EU_SUPL:system/etc/gps.conf
|
gps_us.mk | 18 device/common/gps/gps.conf_US:system/etc/gps.conf
|
gps_us_supl.mk | 18 device/common/gps/gps.conf_US_SUPL:system/etc/gps.conf
|
/external/mesa3d/src/mesa/drivers/dri/nouveau/ |
nouveau_screen.h | 34 struct nouveau_device *device; member in struct:nouveau_screen
|
/packages/apps/Camera2/src/com/android/camera/device/ |
SingleDeviceCloseListener.java | 17 package com.android.camera.device; 20 * Listener for device closing lifecycle events. 24 * Occurs when the device is closed. 29 * Occurs when there is an exception closing the device.
|