OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:device
(Results
101 - 125
of
3046
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium_org/chrome/browser/resources/ntp_android/
bookmarks_tablet.css
6
@media only screen and (-webkit-min-
device
-pixel-ratio: 1.35),
7
only screen and (-webkit-max-
device
-pixel-ratio: 1.30) {
8
body[
device
='tablet'] .favicon-cell {
14
body[
device
='tablet'] #bookmarks_title_wrapper .title-crumb {
/external/chromium_org/third_party/libjingle/source/talk/media/devices/
deviceinfo.h
37
bool GetUsbId(const
Device
&
device
, std::string* usb_id);
38
bool GetUsbVersion(const
Device
&
device
, std::string* usb_version);
win32deviceinfo.cc
32
bool GetUsbId(const
Device
&
device
, std::string* usb_id) {
36
const size_t vid_location =
device
.id.find(vid);
38
vid_location + sizeof(vid) - 1 + id_size >
device
.id.size()) {
42
const size_t pid_location =
device
.id.find(pid);
44
pid_location + sizeof(pid) - 1 + id_size >
device
.id.size()) {
47
std::string id_vendor =
device
.id.substr(vid_location + sizeof(vid) - 1,
49
std::string id_product =
device
.id.substr(pid_location + sizeof(pid) -1,
58
bool GetUsbVersion(const
Device
&
device
, std::string* usb_version)
[
all
...]
/external/chromium_org/third_party/libjingle/source/talk/sound/
soundsystemproxy.cc
43
SoundDeviceLocator **
device
) {
44
return wrapped_ ? wrapped_->GetDefaultPlaybackDevice(
device
) : false;
48
SoundDeviceLocator **
device
) {
49
return wrapped_ ? wrapped_->GetDefaultCaptureDevice(
device
) : false;
53
const SoundDeviceLocator *
device
,
55
return wrapped_ ? wrapped_->OpenPlaybackDevice(
device
, params) : NULL;
59
const SoundDeviceLocator *
device
,
61
return wrapped_ ? wrapped_->OpenCaptureDevice(
device
, params) : NULL;
nullsoundsystem.h
56
const SoundDeviceLocator *
device
,
59
const SoundDeviceLocator *
device
,
62
virtual bool GetDefaultPlaybackDevice(SoundDeviceLocator **
device
);
63
virtual bool GetDefaultCaptureDevice(SoundDeviceLocator **
device
);
/external/chromium_org/third_party/mesa/src/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
,
/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/
IBluetooth.aidl
57
boolean createBond(in BluetoothDevice
device
);
58
boolean cancelBondProcess(in BluetoothDevice
device
);
59
boolean removeBond(in BluetoothDevice
device
);
60
int getBondState(in BluetoothDevice
device
);
62
String getRemoteName(in BluetoothDevice
device
);
63
int getRemoteType(in BluetoothDevice
device
);
64
String getRemoteAlias(in BluetoothDevice
device
);
65
boolean setRemoteAlias(in BluetoothDevice
device
, in String name);
66
int getRemoteClass(in BluetoothDevice
device
);
67
ParcelUuid[] getRemoteUuids(in BluetoothDevice
device
);
[
all
...]
/packages/apps/Settings/src/com/android/settings/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
) {
/device/asus/deb/
BoardConfig.mk
19
TARGET_BOARD_INFO_FILE :=
device
/asus/deb/board-info.txt
25
TARGET_RELEASETOOLS_EXTENSIONS :=
device
/asus/deb
27
TARGET_RECOVERY_FSTAB =
device
/asus/deb/recovery.fstab
30
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
25
TARGET_RELEASETOOLS_EXTENSIONS :=
device
/asus/flo
27
TARGET_RECOVERY_FSTAB =
device
/asus/flo/recovery.fstab
30
include
device
/asus/flo/BoardConfigCommon.mk
full_flo.mk
16
$(call inherit-product,
device
/asus/flo/aosp_flo.mk)
/device/asus/grouper/
aosp_grouper.mk
16
$(call inherit-product,
device
/asus/grouper/full_grouper.mk)
/device/asus/tilapia/
aosp_tilapia.mk
16
$(call inherit-product,
device
/asus/tilapia/full_tilapia.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
/device/lge/mako/
aosp_mako.mk
16
$(call inherit-product,
device
/lge/mako/full_mako.mk)
/device/samsung/manta/
aosp_manta.mk
16
$(call inherit-product,
device
/samsung/manta/full_manta.mk)
/external/chromium_org/chromeos/audio/
audio_devices_pref_handler.h
25
// Gets the audio output volume value from prefs for a
device
. Since we can
26
// only have either a gain or a volume for a
device
(depending on whether it
28
virtual double GetVolumeGainValue(const AudioDevice&
device
) = 0;
29
// Sets the audio volume or gain value to prefs for a
device
.
30
virtual void SetVolumeGainValue(const AudioDevice&
device
, double value) = 0;
32
// Reads the audio mute value from prefs for a
device
.
33
virtual bool GetMuteValue(const AudioDevice&
device
) = 0;
34
// Sets the audio mute value to prefs for a
device
.
35
virtual void SetMuteValue(const AudioDevice&
device
, bool mute_on) = 0;
/external/chromium_org/skia/ext/
vector_canvas.cc
10
VectorCanvas::VectorCanvas(SkDevice*
device
)
11
: PlatformCanvas(
device
) {
33
SkDevice*
device
= GetTopDevice(*this);
local
34
return
device
->getDeviceCapabilities() & SkDevice::kVector_Capability;
Completed in 1619 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>