/device/google/cuttlefish/guest/hals/camera/ |
D | vsock_camera_metadata.cpp | 213 update(ANDROID_CONTROL_AE_COMPENSATION_RANGE, kControlAeCompensationRange, in VsockCameraMetadata() 215 update(ANDROID_CONTROL_AE_COMPENSATION_STEP, kControlAeCompensationStep, in VsockCameraMetadata() 217 update(ANDROID_CONTROL_AF_AVAILABLE_MODES, kAfAvailableModes, in VsockCameraMetadata() 219 update(ANDROID_CONTROL_AVAILABLE_SCENE_MODES, &kAvailableSceneMode, 1); in VsockCameraMetadata() 220 update(ANDROID_CONTROL_AE_LOCK_AVAILABLE, &kAeLockAvailable, 1); in VsockCameraMetadata() 221 update(ANDROID_CONTROL_AWB_LOCK_AVAILABLE, &kAwbLockAvailable, 1); in VsockCameraMetadata() 222 update(ANDROID_SCALER_AVAILABLE_MAX_DIGITAL_ZOOM, in VsockCameraMetadata() 224 update(ANDROID_REQUEST_AVAILABLE_CAPABILITIES, kAvailableCapabilities, in VsockCameraMetadata() 226 update(ANDROID_INFO_SUPPORTED_HARDWARE_LEVEL, &kHardwarelevel, 1); in VsockCameraMetadata() 227 update(ANDROID_COLOR_CORRECTION_AVAILABLE_ABERRATION_MODES, in VsockCameraMetadata() [all …]
|
D | vsock_camera_device_session_3_4.cpp | 346 buffer_cache_.update(request.outputBuffers[i]); in processOneCaptureRequest() 390 md.update(ANDROID_CONTROL_AF_STATE, &af_state, 1); in fillCaptureResult() 393 md.update(ANDROID_CONTROL_AE_STATE, &aeState, 1); in fillCaptureResult() 396 md.update(ANDROID_CONTROL_AE_LOCK, &ae_lock, 1); in fillCaptureResult() 399 md.update(ANDROID_CONTROL_AWB_STATE, &awbState, 1); in fillCaptureResult() 402 md.update(ANDROID_CONTROL_AWB_LOCK, &awbLock, 1); in fillCaptureResult() 405 md.update(ANDROID_FLASH_STATE, &flashState, 1); in fillCaptureResult() 408 md.update(ANDROID_REQUEST_PIPELINE_DEPTH, &requestPipelineMaxDepth, 1); in fillCaptureResult() 412 md.update(ANDROID_SCALER_CROP_REGION, active_array_size.data.i32, 4); in fillCaptureResult() 414 md.update(ANDROID_SENSOR_TIMESTAMP, ×tamp, 1); in fillCaptureResult() [all …]
|
/device/generic/goldfish-opengl/system/hwc3/ |
D | VsyncThread.cpp | 109 PendingUpdate update; in scheduleVsyncUpdate() local 110 update.period = Nanoseconds(newVsyncPeriod); in scheduleVsyncUpdate() 111 update.updateAfter = asTimePoint(constraints.desiredTimeNanos); in scheduleVsyncUpdate() 114 mPendingUpdate.emplace(std::move(update)); in scheduleVsyncUpdate() 116 TimePoint nextVsync = GetNextVsyncInPhase(mVsyncPeriod, mPreviousVsync, update.updateAfter); in scheduleVsyncUpdate()
|
D | DrmConnector.cpp | 34 if (!connector->update(drmFd)) { in create() 41 bool DrmConnector::update(::android::base::borrowed_fd drmFd) { in update() function in aidl::android::hardware::graphics::composer3::impl::DrmConnector
|
/device/sample/apps/tv/LeanbackWidget/src/com/google/android/leanbacklauncher/partnerwidget/ |
D | ClockWidgetProvider.java | 35 update(context); in onReceive() 44 update(context); in onAppWidgetOptionsChanged() 48 update(context); in onUpdate() 52 private void update(Context context) { in update() method in ClockWidgetProvider
|
/device/amlogic/yukawa/board-info/ |
D | README | 37 Link to 'update' utility: https://github.com/khadas/utils/tree/master/aml-flash-tool/tools/linux-x86 44 $ update write u-boot_sei610.bin 0xfffa0000 0x10000 45 $ update run 0xfffa0000 46 $ update bl2_boot u-boot_sei610.bin
|
/device/google/atv/libraries/BluetoothServices/src/com/google/android/tv/btservices/settings/ |
D | BluetoothDevicePreferenceFragment.java | 101 private void update() { in update() method in BluetoothDevicePreferenceFragment 114 mDeviceInfoPreference.update(); in update() 284 mHandler.postDelayed(this::update, UPDATE_AFTER_RENAME_MS); in onText() 295 mHandler.post(this::update); in onDeviceUpdated() 337 update(); in onResume()
|
D | BluetoothDeviceInfoPreference.java | 70 update(); in onBindViewHolder() 73 public void update() { in update() method in BluetoothDeviceInfoPreference
|
/device/google/redbull-kernel/.prebuilt_info/kernel-and-modules/ |
D | prebuilt_info_fw-update_ko.asciipb | 5 source_file: "fw-update.ko" 7 dest_file: "fw-update.ko"
|
D | prebuilt_info_debug_api_fw-update_ko.asciipb | 5 source_file: "fw-update.ko" 7 dest_file: "debug_api/fw-update.ko"
|
D | prebuilt_info_debug_memory_accounting_fw-update_ko.asciipb | 5 source_file: "fw-update.ko" 7 dest_file: "debug_memory_accounting/fw-update.ko"
|
D | prebuilt_info_debug_locking_fw-update_ko.asciipb | 5 source_file: "fw-update.ko" 7 dest_file: "debug_locking/fw-update.ko"
|
D | prebuilt_info_kasan_fw-update_ko.asciipb | 5 source_file: "fw-update.ko" 7 dest_file: "kasan/fw-update.ko"
|
D | prebuilt_info_debug_memory_fw-update_ko.asciipb | 5 source_file: "fw-update.ko" 7 dest_file: "debug_memory/fw-update.ko"
|
D | prebuilt_info_vintf_fw-update_ko.asciipb | 5 source_file: "fw-update.ko" 7 dest_file: "vintf/fw-update.ko"
|
/device/google/cuttlefish/tools/ |
D | create_base_image_gce.sh | 30 sudo apt-get update 48 sudo apt-get update && sudo apt-get install -y bazel zip unzip 107 sudo chroot /mnt/image /usr/bin/apt update
|
/device/google/gs101-sepolicy/whitechapel/vendor/google/ |
D | ofl_app.te | 14 # Access to directly update firmware on st54spi_device 17 # Access to directly update firmware on st33spi_device
|
/device/google/gs201-sepolicy/whitechapel_pro/ |
D | ofl_app.te | 14 # Access to directly update firmware on st54spi_device 17 # Access to directly update firmware on st33spi_device
|
/device/generic/goldfish-opengl/ |
D | README | 8 To regenerate them, run external/qemu/distrib/update-emugl-sources.sh, 12 You should do this whenever you update one of the *.types, *.in and *.attrib
|
/device/google/cuttlefish/tools/gigabyte-ampere-cuttlefish-installer/preseed/ |
D | after_install_1.sh | 3 apt-get update 27 update
|
/device/google/atv/FrameworkPackageStubs/src/com/android/browser/provider/ |
D | BrowserProvider2.java | 1117 int count = db.update(TABLE_IMAGES, imageValues, Images.URL + "=?", in insertInTransaction() 1261 db.update(TABLE_SEARCHES, values, Searches._ID + "=?", in insertSearchesInTransaction() 1287 db.update(TABLE_SETTINGS, values, Settings.KEY + "=?", keyArray); in insertSettingsInTransaction() 1360 int count = db.update(TABLE_IMAGES, values, Images.URL + "=?", in updateInTransaction() 1385 modified = db.update(TABLE_SEARCHES, values, selection, selectionArgs); in updateInTransaction() 1390 modified = db.update(TABLE_THUMBNAILS, values, in updateInTransaction() 1565 count += db.update(TABLE_BOOKMARKS, values, "_id=?", args); in updateBookmarksInTransaction() 1577 if (db.update(TABLE_IMAGES, imageValues, Images.URL + "=?", args) == 0) { in updateBookmarksInTransaction() 1635 count += db.update(TABLE_HISTORY, values, "_id=?", args); in updateHistoryInTransaction() 1644 if (db.update(TABLE_IMAGES, imageValues, Images.URL + "=?", args) == 0) { in updateHistoryInTransaction()
|
/device/linaro/poplar/installer/ |
D | README | 26 completed, you can update bootloader with fastboot support as below. 34 * On PC side, run command below to update the bootloader.
|
/device/sample/sdk_addon/ |
D | manifest.ini | 42 # 'android update' adb' must be run to update a file that adb reads during
|
/device/google/atv/TvSampleLeanbackLauncher/src/main/java/com/example/sampleleanbacklauncher/apps/ |
D | LaunchItemsDbHelper.java | 139 final int cnt = db.update( in writeLastOpen() 199 final int cnt = db.update( in writeOrderPriority()
|
/device/google/sunfish/health/ |
D | Health.cpp | 109 deviceHealth.update(props); in private_healthd_board_battery_update() 112 battDefender.update(props); in private_healthd_board_battery_update()
|