Home
last modified time | relevance | path

Searched refs:DeviceInfo (Results 1 – 16 of 16) sorted by relevance

/system/core/fs_mgr/libsnapshot/
Ddevice_info.cpp37 std::string DeviceInfo::GetGsidDir() const { in GetGsidDir()
41 std::string DeviceInfo::GetMetadataDir() const { in GetMetadataDir()
45 std::string DeviceInfo::GetSlotSuffix() const { in GetSlotSuffix()
49 std::string DeviceInfo::GetOtherSlotSuffix() const { in GetOtherSlotSuffix()
53 const android::fs_mgr::IPartitionOpener& DeviceInfo::GetPartitionOpener() const { in GetPartitionOpener()
57 std::string DeviceInfo::GetSuperDevice(uint32_t slot) const { in GetSuperDevice()
61 bool DeviceInfo::IsOverlayfsSetup() const { in IsOverlayfsSetup()
66 bool DeviceInfo::EnsureBootHal() { in EnsureBootHal()
83 bool DeviceInfo::SetBootControlMergeStatus([[maybe_unused]] MergeStatus status) { in SetBootControlMergeStatus()
99 bool DeviceInfo::IsRecovery() const { in IsRecovery()
[all …]
Ddevice_info.h28 class DeviceInfo final : public SnapshotManager::IDeviceInfo {
Dsnapshot.cpp88 info = new DeviceInfo(); in New()
/system/teeui/tools/framebufferizer/src/com/android/framebufferizer/utils/
DDeviceInfoDB.java24 static DeviceInfo getDeviceInfo(Device device) { in getDeviceInfo()
27 …return new DeviceInfo(1080, 2160, 1080/DEFAULT_DENSITY_INDEPENDENT_WIDTH, 17.42075974, 20.26, 30.2… in getDeviceInfo()
29 …return new DeviceInfo(1440, 2950, 1440/DEFAULT_DENSITY_INDEPENDENT_WIDTH, 20.42958729, 34.146, 44.… in getDeviceInfo()
34 …return new DeviceInfo(1080, 2160, 1080/DEFAULT_DENSITY_INDEPENDENT_WIDTH, 17.42075974, 20.26, 30.2… in getDeviceInfo()
36 …return new DeviceInfo(1080, 2160, 1080/DEFAULT_DENSITY_INDEPENDENT_WIDTH, 17.42075974, 20.26, 30.2… in getDeviceInfo()
DDeviceInfo.java19 public class DeviceInfo { class
29 DeviceInfo(int widthPx, int heightPx, double dp2px, double mm2px, double powerButtonTopMm, in DeviceInfo() method in DeviceInfo
DFrameBufferBuffer.java400 DeviceInfo deviceInfo = DeviceInfoDB.getDeviceInfo(getConfigSelector().currentDevice()); in renderNativeBuffer()
/system/teeui/tools/framebufferizer/src/com/android/framebufferizer/
DNativeRenderer.java19 import com.android.framebufferizer.utils.DeviceInfo;
26 …public static native int setDeviceInfo(DeviceInfo deviceInfo, boolean magnified, boolean inverted,… in setDeviceInfo()
/system/teeui/libteeui/include/teeui/example/
Dexample.h26 struct DeviceInfo { struct
47 virtual uint32_t setDeviceInfo(DeviceInfo, bool, bool) = 0; argument
/system/teeui/libteeui/example/
Dphys_button_example.cpp57 uint32_t setDeviceInfo(DeviceInfo device_info, bool magnified, bool inverted = false) override;
69 static context<ConUIParameters> setLayoutParams(DeviceInfo& deviceInfo, bool magnified, in setLayoutParams()
97 uint32_t GUIStatePhysButtons::setDeviceInfo(DeviceInfo device_info, bool magnified, bool inverted) { in setDeviceInfo()
Dtouch_button_example.cpp79 uint32_t setDeviceInfo(DeviceInfo device_info, bool magnified, bool inverted = false) override;
99 static context<ConfUIParameters> setLayoutParams(DeviceInfo& deviceInfo, bool magnified, in setLayoutParams()
125 uint32_t GUIStateTouch::setDeviceInfo(DeviceInfo device_info, bool magnified, bool inverted) { in setDeviceInfo()
/system/teeui/test/
Dteeui_device_config.h38 example::DeviceInfo device_info = {
Dteeui_device_config.cpp45 DeviceInfo* device_info_ptr = &TeeuiRenderTest::Instance()->device_info; in runRenderTest()
73 DeviceInfo* device_info_ptr = &TeeuiRenderTest::Instance()->device_info; in createDevice()
/system/bt/common/
Dmetrics_unittest.cc48 using bluetooth::metrics::BluetoothMetricsProto::DeviceInfo;
68 DeviceInfo* MakeDeviceInfo(int32_t device_class, in MakeDeviceInfo()
70 DeviceInfo* info = new DeviceInfo(); in MakeDeviceInfo()
77 DeviceInfo* device_info) { in MakePairEvent()
129 DeviceInfo* device_info, RFCommSession* rfcomm_session, in MakeBluetoothSession()
586 DeviceInfo* info = MakeDeviceInfo( in TEST_F()
647 DeviceInfo* info = MakeDeviceInfo( in TEST_F()
716 DeviceInfo* info = MakeDeviceInfo( in TEST_F()
813 DeviceInfo* info = MakeDeviceInfo( in TEST_F()
879 DeviceInfo* info = MakeDeviceInfo( in TEST_F()
Dmetrics.cc56 using bluetooth::metrics::BluetoothMetricsProto::DeviceInfo;
299 DeviceInfo* info = event->mutable_device_paired_with(); in LogPairEvent()
397 DeviceInfo* info = pimpl_->bluetooth_session_->mutable_device_connected_to(); in LogBluetoothSessionDeviceInfo()
399 info->set_device_type(DeviceInfo::DEVICE_TYPE_BREDR); in LogBluetoothSessionDeviceInfo()
/system/bt/gd/proto/bluetooth/metrics/
Dbluetooth.proto61 message DeviceInfo { message
114 optional DeviceInfo device_connected_to = 5;
185 optional DeviceInfo device_paired_with = 3;
/system/teeui/libteeui_jni/
Dlibteeui_jni.cpp141 DeviceInfo device_info; in Java_com_android_framebufferizer_NativeRenderer_setDeviceInfo()