OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DeviceType
(Results
1 - 25
of
50
) sorted by null
1
2
/external/chromium_org/base/system_monitor/
system_monitor.h
22
enum
DeviceType
{
40
virtual void OnDevicesChanged(
DeviceType
device_type) {}
61
void ProcessDevicesChanged(
DeviceType
device_type);
65
void NotifyDevicesChanged(
DeviceType
device_type);
system_monitor.cc
34
void SystemMonitor::ProcessDevicesChanged(
DeviceType
device_type) {
46
void SystemMonitor::NotifyDevicesChanged(
DeviceType
device_type) {
/external/chromium_org/chrome/browser/ui/webui/options/
media_devices_selection_handler.h
35
enum
DeviceType
{
46
void UpdateDevicesMenuForType(
DeviceType
type);
47
void UpdateDevicesMenu(
DeviceType
type,
media_devices_selection_handler.cc
86
DeviceType
type, const content::MediaStreamDevices& devices) {
128
void MediaDevicesSelectionHandler::UpdateDevicesMenuForType(
DeviceType
type) {
/external/chromium_org/base/test/
mock_devices_changed_observer.h
22
void(base::SystemMonitor::
DeviceType
device_type));
/external/chromium_org/content/browser/
device_monitor_mac.h
29
void NotifyDeviceChanged(base::SystemMonitor::
DeviceType
type);
device_monitor_udev.cc
20
base::SystemMonitor::
DeviceType
device_type;
73
base::SystemMonitor::
DeviceType
device_type =
system_message_window_win.cc
19
// A static map from a device category guid to base::SystemMonitor::
DeviceType
.
22
const base::SystemMonitor::
DeviceType
device_type;
107
base::SystemMonitor::
DeviceType
device_type =
/cts/suite/audio_quality/lib/include/task/
TaskAsync.h
51
enum
DeviceType
{
56
DeviceType
mDeviceType;
/external/chromium_org/chrome/browser/ui/ash/
event_rewriter.h
47
enum
DeviceType
{
56
DeviceType
DeviceAddedForTesting(int device_id,
61
const std::map<int,
DeviceType
>& device_id_to_type_for_testing() const {
76
// Gets
DeviceType
from the |device_name|.
77
static
DeviceType
GetDeviceType(const std::string& device_name);
207
DeviceType
DeviceAddedInternal(int device_id, const std::string& device_name);
219
std::map<int,
DeviceType
> device_id_to_type_;
/external/chromium_org/content/gpu/
gpu_idirect3d9_mock_win.h
20
HRESULT(UINT Adapter, D3DDEVTYPE
DeviceType
,
25
HRESULT(UINT Adapter, D3DDEVTYPE
DeviceType
,
30
HRESULT(UINT Adapter, D3DDEVTYPE
DeviceType
,
34
HRESULT(UINT Adapter, D3DDEVTYPE
DeviceType
,
45
HRESULT(UINT Adapter, D3DDEVTYPE
DeviceType
, HWND hFocusWindow,
66
HRESULT(UINT Adapter, D3DDEVTYPE
DeviceType
,
/external/chromium_org/chrome/browser/sync/glue/
synced_session.h
29
enum
DeviceType
{
49
DeviceType
device_type;
58
// Converts the
DeviceType
enum value to a string. This is used
device_info.h
31
const sync_pb::SyncEnums::
DeviceType
device_type);
55
sync_pb::SyncEnums::
DeviceType
device_type() const;
76
static sync_pb::SyncEnums::
DeviceType
GetLocalDeviceType();
112
const sync_pb::SyncEnums::
DeviceType
device_type_;
/external/chromium/chrome/browser/chromeos/cros/
mount_library.h
45
DeviceType
device_type,
66
DeviceType
device_type() const { return device_type_; }
89
DeviceType
device_type_;
/external/chromium_org/device/bluetooth/
bluetooth_device.cc
38
BluetoothDevice::
DeviceType
device_type = GetDeviceType();
82
BluetoothDevice::
DeviceType
BluetoothDevice::GetDeviceType() const {
162
DeviceType
type = GetDeviceType();
bluetooth_device.h
39
enum
DeviceType
{
197
DeviceType
GetDeviceType() const;
/external/qemu/hw/
qdev.h
7
typedef struct
DeviceType
DeviceType
;
16
DeviceType
*type;
qdev.c
45
struct
DeviceType
{
47
DeviceType
*next;
53
static
DeviceType
*device_type_list;
58
DeviceType
*t;
62
t = qemu_mallocz(sizeof(
DeviceType
));
73
DeviceType
*t;
/external/chromium_org/chromeos/dbus/
cros_disks_client.h
39
enum
DeviceType
{
150
DeviceType
device_type() const { return device_type_; }
181
DeviceType
device_type_;
/external/chromium_org/chromeos/disks/
disk_mount_manager.h
66
DeviceType
device_type,
120
DeviceType
device_type() const { return device_type_; }
159
DeviceType
device_type_;
279
static std::string DeviceTypeToString(
DeviceType
type);
/external/chromium_org/content/browser/gamepad/
gamepad_provider.h
56
virtual void OnDevicesChanged(base::SystemMonitor::
DeviceType
type) OVERRIDE;
/external/chromium_org/sync/protocol/
proto_enum_conversions.h
52
const char* GetDeviceTypeString(sync_pb::SyncEnums::
DeviceType
device_type);
/external/chromium_org/chrome/browser/chromeos/file_manager/
volume_manager.h
57
chromeos::
DeviceType
device_type;
/external/chromium_org/chrome/browser/extensions/api/webrtc_audio_private/
webrtc_audio_private_api.h
40
base::SystemMonitor::
DeviceType
device_type) OVERRIDE;
/external/chromium_org/chrome/browser/ui/toolbar/
recent_tabs_sub_menu_model.h
105
browser_sync::SyncedSession::
DeviceType
device_type);
Completed in 774 milliseconds
1
2