| /system/extras/torq/src/ |
| D | command_executor.py | 41 def execute(self, command, device): argument 52 def execute_command(self, command, device): argument 58 def execute_command(self, command, device): argument 105 def prepare_device(self, command, device, config): argument 108 def prepare_device_for_run(self, command, device): argument 114 def execute_run(self, command, device, config, run): argument 127 def trigger_system_event(self, command, device): argument 130 def retrieve_perf_data(self, command, device, host_raw_trace_filename, argument 139 def cleanup(self, command, device): argument 145 def prepare_device_for_run(self, command, device): argument [all …]
|
| D | command.py | 37 def execute(self, device): argument 41 def validate(self, device): argument 83 def validate(self, device): argument 97 def validate_user_switch(self, device): argument 117 def validate_boot(device): argument 126 def validate_app_startup(self, device): argument 157 def validate(self, device): argument 170 def validate(self, device): argument 173 def execute(self, device): argument
|
| D | vm.py | 88 def validate(self, device): argument 91 def execute(self, device): argument 101 def traced_relay_execute(self, device): argument 115 def relay_producer_execute(self, device): argument
|
| /system/core/fastboot/device/ |
| D | commands.cpp | 72 static bool IsSnapshotUpdateInProgress(FastbootDevice* device) { in IsSnapshotUpdateInProgress() 81 static bool IsProtectedPartitionDuringMerge(FastbootDevice* device, const std::string& name) { in IsProtectedPartitionDuringMerge() 90 static void GetAllVars(FastbootDevice* device, const std::string& name, in GetAllVars() 154 static bool GetVarAll(FastbootDevice* device) { in GetVarAll() 174 bool GetVarHandler(FastbootDevice* device, const std::vector<std::string>& args) { in GetVarHandler() 202 bool OemPostWipeData(FastbootDevice* device) { in OemPostWipeData() 225 bool EraseHandler(FastbootDevice* device, const std::vector<std::string>& args) { in EraseHandler() 262 bool OemCmdHandler(FastbootDevice* device, const std::vector<std::string>& args) { in OemCmdHandler() 284 bool DownloadHandler(FastbootDevice* device, const std::vector<std::string>& args) { in DownloadHandler() 320 bool SetActiveHandler(FastbootDevice* device, const std::vector<std::string>& args) { in SetActiveHandler() [all …]
|
| D | variables.cpp | 98 bool GetVariant(FastbootDevice* device, const std::vector<std::string>& /* args */, in GetVariant() 118 bool GetBatteryVoltageHelper(FastbootDevice* device, int32_t* battery_voltage) { in GetBatteryVoltageHelper() 133 bool GetBatterySoCHelper(FastbootDevice* device, int32_t* battery_soc) { in GetBatterySoCHelper() 148 bool GetBatterySoCOk(FastbootDevice* device, const std::vector<std::string>& /* args */, in GetBatterySoCOk() 174 bool GetOffModeChargeState(FastbootDevice* device, const std::vector<std::string>& /* args */, in GetOffModeChargeState() 192 bool GetBatteryVoltage(FastbootDevice* device, const std::vector<std::string>& /* args */, in GetBatteryVoltage() 203 bool GetBatterySoC(FastbootDevice* device, const std::vector<std::string>& /* args */, in GetBatterySoC() 214 bool GetCurrentSlot(FastbootDevice* device, const std::vector<std::string>& /* args */, in GetCurrentSlot() 221 bool GetSlotCount(FastbootDevice* device, const std::vector<std::string>& /* args */, in GetSlotCount() 232 bool GetSlotSuccessful(FastbootDevice* device, const std::vector<std::string>& args, in GetSlotSuccessful() [all …]
|
| D | utility.cpp | 51 bool OpenLogicalPartition(FastbootDevice* device, const std::string& partition_name, in OpenLogicalPartition() 79 bool OpenPartition(FastbootDevice* device, const std::string& name, PartitionHandle* handle, in OpenPartition() 117 bool LogicalPartitionExists(FastbootDevice* device, const std::string& name, bool* is_zero_length) { in LogicalPartitionExists() 150 std::vector<std::string> ListPartitions(FastbootDevice* device) { in ListPartitions() 201 bool UpdateAllPartitionMetadata(FastbootDevice* device, const std::string& super_name, in UpdateAllPartitionMetadata() 216 std::string GetSuperSlotSuffix(FastbootDevice* device, const std::string& partition_name) { in GetSuperSlotSuffix()
|
| D | flashing.cpp | 52 void WipeOverlayfsForPartition(FastbootDevice* device, const std::string& partition_name) { in WipeOverlayfsForPartition() 176 int Flash(FastbootDevice* device, const std::string& partition_name) { in Flash() 211 bool UpdateSuper(FastbootDevice* device, const std::string& super_name, bool wipe) { in UpdateSuper()
|
| /system/nvram/hal/tests/ |
| D | nvram_hal_test.cc | 86 ScopedNvramSpace(SafeScopedNvramDevice* device, uint32_t index, uint32_t size) in ScopedNvramSpace() 95 ScopedNvramSpace(SafeScopedNvramDevice* device, in ScopedNvramSpace() 105 ScopedNvramSpace(SafeScopedNvramDevice* device, in ScopedNvramSpace() 137 bool CleanBurnSpaces(SafeScopedNvramDevice* device) { in CleanBurnSpaces() 175 bool GetNextBurnSpace(SafeScopedNvramDevice* device, uint32_t* index) { in GetNextBurnSpace() 204 SafeScopedNvramDevice device; in TEST() local 211 SafeScopedNvramDevice device; in TEST() local 220 SafeScopedNvramDevice device; in TEST() local 230 SafeScopedNvramDevice device; in TEST() local 237 SafeScopedNvramDevice device; in TEST() local [all …]
|
| /system/nvram/hal/ |
| D | nvram_device_adapter.cpp | 35 nvram_result_t Execute(const nvram_device_t* device, in Execute() 61 nvram_result_t device_get_total_size_in_bytes(const nvram_device_t* device, in device_get_total_size_in_bytes() 71 nvram_result_t device_get_available_size_in_bytes(const nvram_device_t* device, in device_get_available_size_in_bytes() 81 nvram_result_t device_get_max_space_size_in_bytes(const nvram_device_t* device, in device_get_max_space_size_in_bytes() 91 nvram_result_t device_get_max_spaces(const nvram_device_t* device, in device_get_max_spaces() 101 nvram_result_t device_get_space_list(const nvram_device_t* device, in device_get_space_list() 123 nvram_result_t device_get_space_size(const nvram_device_t* device, in device_get_space_size() 135 nvram_result_t device_get_space_controls(const nvram_device_t* device, in device_get_space_controls() 159 nvram_result_t device_is_space_locked(const nvram_device_t* device, in device_is_space_locked() 173 nvram_result_t device_create_space(const nvram_device_t* device, in device_create_space() [all …]
|
| /system/core/libusbhost/ |
| D | usbhost.c | 358 void usb_device_close(struct usb_device *device) in usb_device_close() 366 struct usb_device *device = calloc(1, sizeof(struct usb_device)); in usb_device_new() local 393 static int usb_device_reopen_writeable(struct usb_device *device) in usb_device_reopen_writeable() 409 int usb_device_get_fd(struct usb_device *device) in usb_device_get_fd() 416 const char* usb_device_get_name(struct usb_device *device) in usb_device_get_name() 421 int usb_device_get_unique_id(struct usb_device *device) in usb_device_get_unique_id() 444 uint16_t usb_device_get_vendor_id(struct usb_device *device) in usb_device_get_vendor_id() 450 uint16_t usb_device_get_product_id(struct usb_device *device) in usb_device_get_product_id() 456 const struct usb_device_descriptor* usb_device_get_device_descriptor(struct usb_device* device) { in usb_device_get_device_descriptor() 460 size_t usb_device_get_descriptors_length(const struct usb_device* device) { in usb_device_get_descriptors_length() [all …]
|
| /system/nvram/client/ |
| D | nvram_client.c | 101 static int HandleGetTotalSize(nvram_device_t* device, char* args[]) { in HandleGetTotalSize() 113 static int HandleGetAvailableSize(nvram_device_t* device, char* args[]) { in HandleGetAvailableSize() 126 static int HandleGetMaxSpaceSize(nvram_device_t* device, char* args[]) { in HandleGetMaxSpaceSize() 139 static int HandleGetMaxSpaces(nvram_device_t* device, char* args[]) { in HandleGetMaxSpaces() 151 static int HandleGetSpaceList(nvram_device_t* device, char* args[]) { in HandleGetSpaceList() 183 static int HandleGetSpaceSize(nvram_device_t* device, char* args[]) { in HandleGetSpaceSize() 195 static int HandleGetSpaceControls(nvram_device_t* device, char* args[]) { in HandleGetSpaceControls() 233 static int HandleIsSpaceReadLocked(nvram_device_t* device, char* args[]) { in HandleIsSpaceReadLocked() 247 static int HandleIsSpaceWriteLocked(nvram_device_t* device, char* args[]) { in HandleIsSpaceWriteLocked() 261 static int HandleCreateSpace(nvram_device_t* device, char* args[]) { in HandleCreateSpace() [all …]
|
| /system/security/keystore2/src/km_compat/ |
| D | certificate_test.cpp | 51 std::shared_ptr<IKeyMintDevice> device; in getDevice() local 65 getCertificate(std::shared_ptr<IKeyMintDevice> device, const std::vector<KeyParameter>& keyParams) { in getCertificate() 107 auto device = getDevice(); in TEST() local 122 auto device = getDevice(); in TEST() local 135 auto device = getDevice(); in TEST() local 150 auto device = getDevice(); in TEST() local 164 auto device = getDevice(); in TEST() local
|
| D | slot_test.cpp | 39 static std::vector<uint8_t> generateAESKey(std::shared_ptr<KeyMintDevice> device) { in generateAESKey() 57 static bool generateECSingingKey(std::shared_ptr<KeyMintDevice> device) { in generateECSingingKey() 76 static std::variant<BeginResult, ScopedAStatus> begin(std::shared_ptr<KeyMintDevice> device, in begin() 93 generateAndBeginECDHKeyOperation(std::shared_ptr<KeyMintDevice> device) { in generateAndBeginECDHKeyOperation() 125 static std::shared_ptr<KeyMintDevice> device = in TEST() local
|
| D | km_compat.h | 172 KeyMintOperation(::android::sp<Keymaster> device, uint64_t operationHandle, OperationSlot slot) in KeyMintOperation() 219 SharedSecret(::android::sp<Keymaster> device) : mDevice(device) {} in SharedSecret() 232 SecureClock(::android::sp<Keymaster> device) : mDevice(device) {} in SecureClock()
|
| /system/cros-codecs/src/encoder/stateful/h265/ |
| D | v4l2.rs | 178 let device = find_device_with_capture(PIXEL_FORMAT_HEVC).expect("no H265 encoder found"); in test_v4l2_encoder_userptr() localVariable 179 let device = Device::open(&device, DeviceConfig::new().non_blocking_dqbuf()).expect("open"); in test_v4l2_encoder_userptr() localVariable 180 let device = Arc::new(device); in test_v4l2_encoder_userptr() localVariable 224 let device = find_device_with_capture(PIXEL_FORMAT_HEVC).expect("no H265 encoder found"); in test_v4l2_encoder_mmap() localVariable 225 let device = Device::open(&device, DeviceConfig::new().non_blocking_dqbuf()).expect("open"); in test_v4l2_encoder_mmap() localVariable 226 let device = Arc::new(device); in test_v4l2_encoder_mmap() localVariable 262 let device = find_device_with_capture(PIXEL_FORMAT_HEVC).expect("no H265 encoder found"); in test_v4l2_encoder_dmabuf() localVariable 263 let device = Device::open(&device, DeviceConfig::new().non_blocking_dqbuf()).expect("open"); in test_v4l2_encoder_dmabuf() localVariable 264 let device = Arc::new(device); in test_v4l2_encoder_dmabuf() localVariable
|
| /system/cros-codecs/src/encoder/stateful/h264/ |
| D | v4l2.rs | 186 let device = find_device_with_capture(PIXEL_FORMAT_H264).expect("no H264 encoder found"); in test_v4l2_encoder_userptr() localVariable 187 let device = Device::open(&device, DeviceConfig::new().non_blocking_dqbuf()).expect("open"); in test_v4l2_encoder_userptr() localVariable 188 let device = Arc::new(device); in test_v4l2_encoder_userptr() localVariable 232 let device = find_device_with_capture(PIXEL_FORMAT_H264).expect("no H264 encoder found"); in test_v4l2_encoder_mmap() localVariable 233 let device = Device::open(&device, DeviceConfig::new().non_blocking_dqbuf()).expect("open"); in test_v4l2_encoder_mmap() localVariable 234 let device = Arc::new(device); in test_v4l2_encoder_mmap() localVariable 270 let device = find_device_with_capture(PIXEL_FORMAT_H264).expect("no H264 encoder found"); in test_v4l2_encoder_dmabuf() localVariable 271 let device = Device::open(&device, DeviceConfig::new().non_blocking_dqbuf()).expect("open"); in test_v4l2_encoder_dmabuf() localVariable 272 let device = Arc::new(device); in test_v4l2_encoder_dmabuf() localVariable
|
| /system/core/init/ |
| D | perfboot.py | 91 def __init__(self, interval, device): argument 170 def disable_dropbox(device): argument 181 def restore_dropbox(device, original_dropbox_max_files): argument 192 def init_perf(device, output, record_list, tags): argument 212 def check_dm_verity_settings(device): argument 243 def filter_event_tags(tags, device): argument 357 def do_iteration(device, interval_adjuster, event_tags_re, end_tag): argument 421 def install_apks(device, apk_dir): argument
|
| /system/cros-codecs/src/encoder/stateful/vp8/ |
| D | v4l2.rs | 141 let device = find_device_with_capture(PIXEL_FORMAT_VP8).expect("no VP8 encoder found"); in test_v4l2_encoder_userptr() localVariable 142 let device = Device::open(&device, DeviceConfig::new().non_blocking_dqbuf()).expect("open"); in test_v4l2_encoder_userptr() localVariable 143 let device = Arc::new(device); in test_v4l2_encoder_userptr() localVariable 208 let device = find_device_with_capture(PIXEL_FORMAT_VP8).expect("no VP8 encoder found"); in test_v4l2_encoder_mmap() localVariable 209 let device = Device::open(&device, DeviceConfig::new().non_blocking_dqbuf()).expect("open"); in test_v4l2_encoder_mmap() localVariable 210 let device = Arc::new(device); in test_v4l2_encoder_mmap() localVariable 267 let device = find_device_with_capture(PIXEL_FORMAT_VP8).expect("no VP8 encoder found"); in test_v4l2_encoder_dmabuf() localVariable 268 let device = Device::open(&device, DeviceConfig::new().non_blocking_dqbuf()).expect("open"); in test_v4l2_encoder_dmabuf() localVariable 269 let device = Arc::new(device); in test_v4l2_encoder_dmabuf() localVariable
|
| /system/cros-codecs/src/encoder/stateful/vp9/ |
| D | v4l2.rs | 158 let device = find_device_with_capture(PIXEL_FORMAT_VP9).expect("no VP8 encoder found"); in test_v4l2_encoder_userptr() localVariable 159 let device = Device::open(&device, DeviceConfig::new().non_blocking_dqbuf()).expect("open"); in test_v4l2_encoder_userptr() localVariable 160 let device = Arc::new(device); in test_v4l2_encoder_userptr() localVariable 221 let device = find_device_with_capture(PIXEL_FORMAT_VP9).expect("no VP9 encoder found"); in test_v4l2_encoder_mmap() localVariable 222 let device = Device::open(&device, DeviceConfig::new().non_blocking_dqbuf()).expect("open"); in test_v4l2_encoder_mmap() localVariable 223 let device = Arc::new(device); in test_v4l2_encoder_mmap() localVariable 276 let device = find_device_with_capture(PIXEL_FORMAT_VP9).expect("no VP9 encoder found"); in test_v4l2_encoder_dmabuf() localVariable 277 let device = Device::open(&device, DeviceConfig::new().non_blocking_dqbuf()).expect("open"); in test_v4l2_encoder_dmabuf() localVariable 278 let device = Arc::new(device); in test_v4l2_encoder_dmabuf() localVariable
|
| /system/update_engine/common/ |
| D | fake_boot_control.h | 57 std::string* device, in GetPartitionDevice() 75 std::string* device) const override { in GetPartitionDevice() 117 const std::string& device) { in SetPartitionDevice() 143 PartitionDevice device; variable
|
| /system/apex/tests/src/com/android/tests/apex/ |
| D | ApexRollbackTests.java | 106 ITestDevice device = getDevice(); in testAutomaticBootLoopRecovery() local 161 ITestDevice device = getDevice(); in testSessionNotRevertedWithCheckpointingDisabled() local 199 ITestDevice device = getDevice(); in testCheckpointingRevertsSession() local 237 ITestDevice device = getDevice(); in testRebootingOnceDoesNotRevertSession() local 323 ITestDevice device = getDevice(); in testReasonForRevertIsLoggedDuringBootloop() local
|
| /system/cros-codecs/src/c2_wrapper/ |
| D | c2_v4l2_encoder.rs | 38 device: Arc<Device>, field 46 let device = find_device_with_capture(pixel_format) in new() localVariable 48 let device = Device::open(&device, DeviceConfig::new().non_blocking_dqbuf()) in new() localVariable
|
| /system/tools/hidl/c2hal/test/ |
| D | simple.h | 73 struct simple_t** device) { in showColor() 78 static inline int hideColor(struct simple_t* device) { in hideColor()
|
| /system/cros-codecs/src/device/v4l2/ |
| D | stateless.rs | 6 pub mod device; module
|
| /system/media/audio/include/system/ |
| D | audio.h | 701 struct audio_port_config_device_ext device; /* device specific info */ member 767 struct audio_port_device_ext device; member 817 struct audio_port_device_ext device; member 1335 static inline bool audio_is_output_device(audio_devices_t device) in audio_is_output_device() 1358 static inline bool audio_is_input_device(audio_devices_t device) in audio_is_input_device() 1381 static inline bool audio_is_input_device(uint32_t device) { in audio_is_input_device() 1394 static inline bool audio_is_output_devices(audio_devices_t device) in audio_is_output_devices() 1399 static inline bool audio_is_a2dp_in_device(audio_devices_t device) in audio_is_a2dp_in_device() 1404 static inline bool audio_is_a2dp_out_device(audio_devices_t device) in audio_is_a2dp_out_device() 1411 static inline bool audio_is_a2dp_device(audio_devices_t device) in audio_is_a2dp_device() [all …]
|