| /external/chromium_org/build/android/pylib/gtest/ |
| D | test_package_apk.py | 41 def _CreateCommandLineFileOnDevice(self, device, options): argument 57 def _ClearFifo(self, device): argument 60 def _WatchFifo(self, device, timeout, logfile=None): argument 73 def _StartActivity(self, device): argument 83 def ClearApplicationState(self, device): argument 98 def CreateCommandLineFileOnDevice(self, device, test_filter, test_arguments): argument 103 def GetAllTests(self, device): argument 121 def SpawnTestProcess(self, device): argument 132 def Install(self, device): argument
|
| D | test_package_exe.py | 35 def GetGTestReturnCode(self, device): argument 56 def _AddNativeCoverageExports(device): argument 79 def ClearApplicationState(self, device): argument 83 def CreateCommandLineFileOnDevice(self, device, test_filter, test_arguments): argument 108 def GetAllTests(self, device): argument 117 def SpawnTestProcess(self, device): argument 124 def Install(self, device): argument
|
| D | test_package.py | 19 def ClearApplicationState(self, device): argument 27 def CreateCommandLineFileOnDevice(self, device, test_filter, test_arguments): argument 37 def GetAllTests(self, device): argument 48 def SpawnTestProcess(self, device): argument 59 def Install(self, device): argument
|
| /external/chromium_org/ash/system/chromeos/bluetooth/ |
| D | bluetooth_notification_controller.cc | 109 BluetoothDevice* device = adapter_->GetDevice(address_); in Close() local 125 BluetoothDevice* device = adapter_->GetDevice(address_); in ButtonClick() local 176 BluetoothDevice* device) { in DeviceAdded() 184 BluetoothDevice* device) { in DeviceChanged() 199 BluetoothDevice* device) { in DeviceRemoved() 204 void BluetoothNotificationController::RequestPinCode(BluetoothDevice* device) { in RequestPinCode() 211 void BluetoothNotificationController::RequestPasskey(BluetoothDevice* device) { in RequestPasskey() 219 BluetoothDevice* device, in DisplayPinCode() 228 void BluetoothNotificationController::DisplayPasskey(BluetoothDevice* device, in DisplayPasskey() 238 void BluetoothNotificationController::KeysEntered(BluetoothDevice* device, in KeysEntered() [all …]
|
| /external/libpcap/ |
| D | pcap-dos.h | 142 struct device { struct 145 DWORD base_addr; /* device I/O address */ argument 146 int irq; /* device IRQ number */ argument 153 struct device *next; /* next device in list */ argument 156 int (*probe)(struct device *dev); argument 157 int (*open) (struct device *dev); argument 158 void (*close)(struct device *dev); argument 159 int (*xmit) (struct device *dev, const void *buf, int len); argument 160 void *(*get_stats)(struct device *dev); argument 161 void (*set_multicast_list)(struct device *dev); argument [all …]
|
| /external/chromium_org/chrome/browser/extensions/api/bluetooth/ |
| D | bluetooth_api_pairing_delegate.cc | 22 void PopulatePairingEvent(const device::BluetoothDevice* device, in PopulatePairingEvent() 39 device::BluetoothDevice* device) { in RequestPinCode() argument 47 device::BluetoothDevice* device) { in RequestPasskey() argument 55 device::BluetoothDevice* device, in DisplayPinCode() argument 65 device::BluetoothDevice* device, in DisplayPasskey() argument 74 void BluetoothApiPairingDelegate::KeysEntered(device::BluetoothDevice* device, in KeysEntered() argument 84 device::BluetoothDevice* device, in ConfirmPasskey() argument 94 device::BluetoothDevice* device) { in AuthorizePairing() argument
|
| /external/chromium_org/device/hid/ |
| D | hid_utils_mac.cc | 10 namespace device { namespace 12 int32_t GetHidIntProperty(IOHIDDeviceRef device, CFStringRef key) { in GetHidIntProperty() 19 std::string GetHidStringProperty(IOHIDDeviceRef device, CFStringRef key) { in GetHidStringProperty() 25 bool TryGetHidIntProperty(IOHIDDeviceRef device, in TryGetHidIntProperty() 33 bool TryGetHidStringProperty(IOHIDDeviceRef device, in TryGetHidStringProperty()
|
| /external/chromium_org/chromeos/audio/ |
| D | audio_devices_pref_handler_stub.cc | 18 const AudioDevice* device) { in GetOutputVolumeValue() 25 const AudioDevice* device) { in GetInputGainValue() 31 void AudioDevicesPrefHandlerStub::SetVolumeGainValue(const AudioDevice& device, in SetVolumeGainValue() 37 const AudioDevice& device) { in GetMuteValue() 41 void AudioDevicesPrefHandlerStub::SetMuteValue(const AudioDevice& device, in SetMuteValue()
|
| D | cras_audio_handler.cc | 112 const AudioDevice* device = GetDeviceFromId(device_id); in IsOutputMutedForDevice() local 128 const AudioDevice* device = GetDeviceFromId(device_id); in IsInputMutedForDevice() local 151 const AudioDevice* device = GetDeviceFromId(device_id); in GetOutputVolumePercentForDevice() local 164 const AudioDevice* device = GetDeviceFromId(device_id); in GetInputGainPercentForDevice() local 206 if (const AudioDevice* device = GetDeviceFromId(active_output_node_id_)) in SetOutputVolumePercent() local 219 if (const AudioDevice* device = GetDeviceFromId(active_input_node_id_)) in SetInputGainPercent() local 234 if (const AudioDevice* device = GetDeviceFromId(active_output_node_id_)) { in SetOutputMute() local 279 if (const AudioDevice* device = GetDeviceFromId(device_id)) { in SetVolumeGainPercentForDevice() local 300 const AudioDevice* device = GetDeviceFromId(device_id); in SetMuteForDevice() local 416 const AudioDevice* device = GetDeviceFromId(active_input_node_id_); in SetupAudioInputState() local [all …]
|
| /external/chromium_org/build/android/ |
| D | tombstones.py | 23 def _ListTombstones(device): argument 41 def _GetDeviceDateTime(device): argument 55 def _GetTombstoneData(device, tombstone_file): argument 69 def _EraseTombstone(device, tombstone_file): argument 133 def _GetTombstonesForDevice(device, options): argument
|
| /external/mesa3d/src/gallium/state_trackers/vdpau/ |
| D | query.c | 67 vlVdpVideoSurfaceQueryCapabilities(VdpDevice device, VdpChromaType surface_chroma_type, in vlVdpVideoSurfaceQueryCapabilities() 104 vlVdpVideoSurfaceQueryGetPutBitsYCbCrCapabilities(VdpDevice device, VdpChromaType surface_chroma_ty… in vlVdpVideoSurfaceQueryGetPutBitsYCbCrCapabilities() 155 vlVdpDecoderQueryCapabilities(VdpDevice device, VdpDecoderProfile profile, in vlVdpDecoderQueryCapabilities() 202 vlVdpOutputSurfaceQueryCapabilities(VdpDevice device, VdpRGBAFormat surface_rgba_format, in vlVdpOutputSurfaceQueryCapabilities() 254 vlVdpOutputSurfaceQueryGetPutBitsNativeCapabilities(VdpDevice device, VdpRGBAFormat surface_rgba_fo… in vlVdpOutputSurfaceQueryGetPutBitsNativeCapabilities() 292 vlVdpOutputSurfaceQueryPutBitsIndexedCapabilities(VdpDevice device, in vlVdpOutputSurfaceQueryPutBitsIndexedCapabilities() 353 vlVdpOutputSurfaceQueryPutBitsYCbCrCapabilities(VdpDevice device, VdpRGBAFormat surface_rgba_format, in vlVdpOutputSurfaceQueryPutBitsYCbCrCapabilities() 401 vlVdpBitmapSurfaceQueryCapabilities(VdpDevice device, VdpRGBAFormat surface_rgba_format, in vlVdpBitmapSurfaceQueryCapabilities() 452 vlVdpVideoMixerQueryFeatureSupport(VdpDevice device, VdpVideoMixerFeature feature, in vlVdpVideoMixerQueryFeatureSupport() 474 vlVdpVideoMixerQueryParameterSupport(VdpDevice device, VdpVideoMixerParameter parameter, in vlVdpVideoMixerQueryParameterSupport() [all …]
|
| /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vdpau/ |
| D | query.c | 67 vlVdpVideoSurfaceQueryCapabilities(VdpDevice device, VdpChromaType surface_chroma_type, in vlVdpVideoSurfaceQueryCapabilities() 104 vlVdpVideoSurfaceQueryGetPutBitsYCbCrCapabilities(VdpDevice device, VdpChromaType surface_chroma_ty… in vlVdpVideoSurfaceQueryGetPutBitsYCbCrCapabilities() 155 vlVdpDecoderQueryCapabilities(VdpDevice device, VdpDecoderProfile profile, in vlVdpDecoderQueryCapabilities() 202 vlVdpOutputSurfaceQueryCapabilities(VdpDevice device, VdpRGBAFormat surface_rgba_format, in vlVdpOutputSurfaceQueryCapabilities() 254 vlVdpOutputSurfaceQueryGetPutBitsNativeCapabilities(VdpDevice device, VdpRGBAFormat surface_rgba_fo… in vlVdpOutputSurfaceQueryGetPutBitsNativeCapabilities() 292 vlVdpOutputSurfaceQueryPutBitsIndexedCapabilities(VdpDevice device, in vlVdpOutputSurfaceQueryPutBitsIndexedCapabilities() 353 vlVdpOutputSurfaceQueryPutBitsYCbCrCapabilities(VdpDevice device, VdpRGBAFormat surface_rgba_format, in vlVdpOutputSurfaceQueryPutBitsYCbCrCapabilities() 401 vlVdpBitmapSurfaceQueryCapabilities(VdpDevice device, VdpRGBAFormat surface_rgba_format, in vlVdpBitmapSurfaceQueryCapabilities() 452 vlVdpVideoMixerQueryFeatureSupport(VdpDevice device, VdpVideoMixerFeature feature, in vlVdpVideoMixerQueryFeatureSupport() 474 vlVdpVideoMixerQueryParameterSupport(VdpDevice device, VdpVideoMixerParameter parameter, in vlVdpVideoMixerQueryParameterSupport() [all …]
|
| /external/chromium_org/third_party/libjingle/source/talk/sound/ |
| D | soundsystemproxy.cc | 43 SoundDeviceLocator **device) { in GetDefaultPlaybackDevice() 48 SoundDeviceLocator **device) { in GetDefaultCaptureDevice() 53 const SoundDeviceLocator *device, in OpenPlaybackDevice() 59 const SoundDeviceLocator *device, in OpenCaptureDevice()
|
| D | nullsoundsystem.cc | 131 SoundDeviceLocator *device; in EnumeratePlaybackDevices() local 140 SoundDeviceLocator *device; in EnumerateCaptureDevices() local 147 SoundDeviceLocator **device) { in GetDefaultPlaybackDevice() 153 SoundDeviceLocator **device) { in GetDefaultCaptureDevice() 159 const SoundDeviceLocator *device, in OpenPlaybackDevice() 165 const SoundDeviceLocator *device, in OpenCaptureDevice()
|
| /external/libmtp/src/ |
| D | libmtp.c | 886 int LIBMTP_Get_Allowed_Property_Values(LIBMTP_mtpdevice_t *device, LIBMTP_property_t const property, in LIBMTP_Get_Allowed_Property_Values() 1083 int LIBMTP_Is_Property_Supported(LIBMTP_mtpdevice_t *device, LIBMTP_property_t const property, in LIBMTP_Is_Property_Supported() 1121 char *LIBMTP_Get_String_From_Object(LIBMTP_mtpdevice_t *device, uint32_t const object_id, in LIBMTP_Get_String_From_Object() 1136 uint64_t LIBMTP_Get_u64_From_Object(LIBMTP_mtpdevice_t *device,uint32_t const object_id, in LIBMTP_Get_u64_From_Object() 1151 uint32_t LIBMTP_Get_u32_From_Object(LIBMTP_mtpdevice_t *device,uint32_t const object_id, in LIBMTP_Get_u32_From_Object() 1166 uint16_t LIBMTP_Get_u16_From_Object(LIBMTP_mtpdevice_t *device, uint32_t const object_id, in LIBMTP_Get_u16_From_Object() 1181 uint8_t LIBMTP_Get_u8_From_Object(LIBMTP_mtpdevice_t *device, uint32_t const object_id, in LIBMTP_Get_u8_From_Object() 1196 int LIBMTP_Set_Object_String(LIBMTP_mtpdevice_t *device, uint32_t const object_id, in LIBMTP_Set_Object_String() 1212 int LIBMTP_Set_Object_u32(LIBMTP_mtpdevice_t *device, uint32_t const object_id, in LIBMTP_Set_Object_u32() 1227 int LIBMTP_Set_Object_u16(LIBMTP_mtpdevice_t *device, uint32_t const object_id, in LIBMTP_Set_Object_u16() [all …]
|
| /external/chromium_org/chrome/browser/chromeos/audio/ |
| D | audio_devices_pref_handler_impl.cc | 36 std::string GetDeviceIdString(const chromeos::AudioDevice& device) { in GetDeviceIdString() 47 const AudioDevice* device) { in GetOutputVolumeValue() 55 const AudioDevice* device) { in GetInputGainValue() 61 const AudioDevice& device, double value) { in SetVolumeGainValue() 67 bool AudioDevicesPrefHandlerImpl::GetMuteValue(const AudioDevice& device) { in GetMuteValue() 80 void AudioDevicesPrefHandlerImpl::SetMuteValue(const AudioDevice& device, in SetMuteValue() 107 const AudioDevice& device) { in GetVolumeGainPrefValue() 124 const AudioDevice& device) { in GetDeviceDefaultOutputVolume()
|
| /external/chromium_org/chrome/browser/ui/webui/chromeos/login/ |
| D | hid_detection_screen_handler.cc | 227 device::BluetoothDevice* device) { in RequestPinCode() argument 234 device::BluetoothDevice* device) { in RequestPasskey() argument 240 void HIDDetectionScreenHandler::DisplayPinCode(device::BluetoothDevice* device, in DisplayPinCode() argument 253 device::BluetoothDevice* device, uint32 passkey) { in DisplayPasskey() argument 268 device::BluetoothDevice* device, uint32 entered) { in KeysEntered() argument 277 device::BluetoothDevice* device, uint32 passkey) { in ConfirmPasskey() argument 283 device::BluetoothDevice* device) { in AuthorizePairing() argument 306 device::BluetoothDevice* device) { in TryPairingAsPointingDevice() argument 315 device::BluetoothDevice* device) { in TryPairingAsKeyboardDevice() argument 324 device::BluetoothAdapter* adapter, device::BluetoothDevice* device) { in DeviceAdded() argument [all …]
|
| /external/chromium_org/device/bluetooth/ |
| D | bluetooth_chromeos_unittest.cc | 89 BluetoothDevice* device) OVERRIDE { in DeviceAdded() 100 BluetoothDevice* device) OVERRIDE { in DeviceChanged() 111 BluetoothDevice* device) OVERRIDE { in DeviceRemoved() 163 virtual void RequestPinCode(BluetoothDevice* device) OVERRIDE { in RequestPinCode() 169 virtual void RequestPasskey(BluetoothDevice* device) OVERRIDE { in RequestPasskey() 175 virtual void DisplayPinCode(BluetoothDevice* device, in DisplayPinCode() 183 virtual void DisplayPasskey(BluetoothDevice* device, in DisplayPasskey() 191 virtual void KeysEntered(BluetoothDevice* device, uint32 entered) OVERRIDE { in KeysEntered() 198 virtual void ConfirmPasskey(BluetoothDevice* device, in ConfirmPasskey() 206 virtual void AuthorizePairing(BluetoothDevice* device) OVERRIDE { in AuthorizePairing() [all …]
|
| D | bluetooth_gatt_chromeos_unittest.cc | 63 BluetoothDevice* device) in TestDeviceObserver() 72 BluetoothDevice* device = adapter_->GetDevice(device_address_); in ~TestDeviceObserver() local 79 BluetoothDevice* device, in GattServiceAdded() 96 BluetoothDevice* device, in GattServiceRemoved() 134 BluetoothDevice* device, in TestGattServiceObserver() 151 BluetoothDevice* device = adapter_->GetDevice(device_address_); in ~TestGattServiceObserver() local 427 BluetoothDevice* device = adapter_->GetDevice( in TEST_F() local 504 BluetoothDevice* device = adapter_->GetDevice( in TEST_F() local 594 BluetoothDevice* device = adapter_->GetDevice( in TEST_F() local 657 BluetoothDevice* device = adapter_->GetDevice( in TEST_F() local [all …]
|
| /external/libnfc-nci/halimpl/bcm2079x/adaptation/ |
| D | HalAdaptation.cpp | 82 int HaiInitializeLibrary (const bcm2079x_dev_t* device) in HaiInitializeLibrary() 243 int HaiOpen (const bcm2079x_dev_t* device, nfc_stack_callback_t* halCallbackFunc, nfc_stack_data_ca… in HaiOpen() 320 int HaiClose (const bcm2079x_dev_t* device) in HaiClose() 334 int HaiCoreInitialized (const bcm2079x_dev_t* device, uint8_t* coreInitResponseParams) in HaiCoreInitialized() 360 int HaiPreDiscover (const bcm2079x_dev_t* device) in HaiPreDiscover() 374 int HaiControlGranted (const bcm2079x_dev_t* device) in HaiControlGranted() 386 int HaiPowerCycle (const bcm2079x_dev_t* device) in HaiPowerCycle() 398 int HaiGetMaxNfcee (const bcm2079x_dev_t* device, uint8_t* maxNfcee) in HaiGetMaxNfcee()
|
| /external/chromium_org/chrome/browser/ui/webui/options/chromeos/ |
| D | bluetooth_options_handler.cc | 286 device::BluetoothDevice* device = adapter_->GetDevice(address); in UpdateDeviceCallback() local 460 const device::BluetoothDevice* device, in SendDeviceNotification() 505 void BluetoothOptionsHandler::RequestPinCode(device::BluetoothDevice* device) { in RequestPinCode() argument 511 void BluetoothOptionsHandler::RequestPasskey(device::BluetoothDevice* device) { in RequestPasskey() argument 517 void BluetoothOptionsHandler::DisplayPinCode(device::BluetoothDevice* device, in DisplayPinCode() argument 525 void BluetoothOptionsHandler::DisplayPasskey(device::BluetoothDevice* device, in DisplayPasskey() argument 533 void BluetoothOptionsHandler::KeysEntered(device::BluetoothDevice* device, in KeysEntered() argument 540 void BluetoothOptionsHandler::ConfirmPasskey(device::BluetoothDevice* device, in ConfirmPasskey() argument 549 device::BluetoothDevice* device) { in AuthorizePairing() argument 568 device::BluetoothDevice* device) { in DeviceAdded() argument [all …]
|
| /external/chromium_org/build/android/pylib/perf/ |
| D | thermal_throttle.py | 16 def IsSupported(device): argument 20 def __init__(self, device): argument 45 def IsSupported(device): argument 48 def __init__(self, device): argument 77 def __init__(self, device): argument
|
| /external/chromium_org/chrome/browser/media_galleries/win/ |
| D | mtp_device_operations_util.cc | 56 IPortableDevice* device) { in GetDeviceContent() 69 IPortableDevice* device, in GetDeviceObjectEnumerator() 170 bool GetObjectDetails(IPortableDevice* device, in GetObjectDetails() 237 bool GetMTPDeviceObjectEntry(IPortableDevice* device, in GetMTPDeviceObjectEntry() 260 bool GetMTPDeviceObjectEntries(IPortableDevice* device, in GetMTPDeviceObjectEntries() 311 base::win::ScopedComPtr<IPortableDevice> device; in OpenDevice() local 326 IPortableDevice* device, in GetFileEntryInfo() 345 bool GetDirectoryEntries(IPortableDevice* device, in GetDirectoryEntries() 352 HRESULT GetFileStreamForObject(IPortableDevice* device, in GetFileStreamForObject() 402 base::string16 GetObjectIdFromName(IPortableDevice* device, in GetObjectIdFromName()
|
| /external/chromium_org/build/android/gyp/ |
| D | apk_install.py | 26 def GetNewMetadata(device, apk_package): argument 38 def HasInstallMetadataChanged(device, apk_package, metadata_path): argument 47 def RecordInstallMetadata(device, apk_package, metadata_path): argument
|
| /external/chromium_org/build/android/pylib/ |
| D | forwarder.py | 66 def Map(port_pairs, device, tool=None): argument 122 def UnmapDevicePort(device_port, device): argument 136 def UnmapAllDevicePorts(device): argument 220 def _UnmapDevicePortLocked(device_port, device): argument 275 def _InitDeviceLocked(self, device, tool): argument 319 def _KillDeviceLocked(device, tool): argument
|