Home
last modified time | relevance | path

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

/hardware/interfaces/biometrics/face/aidl/default/api/
Dandroid.hardware.biometrics.face.VirtualProps-current.txt8 prop_name: "vendor.face.virtual.authenticator_id"
14 prop_name: "vendor.face.virtual.challenge"
20 prop_name: "vendor.face.virtual.enrollment_hit"
26 prop_name: "persist.vendor.face.virtual.enrollments"
32 prop_name: "persist.vendor.face.virtual.features"
37 prop_name: "vendor.face.virtual.lockout"
43 prop_name: "vendor.face.virtual.next_enrollment"
49 prop_name: "vendor.face.virtual.operation_authenticate_duration"
54 prop_name: "vendor.face.virtual.operation_authenticate_fails"
60 prop_name: "vendor.face.virtual.operation_authenticate_latency"
[all …]
/hardware/interfaces/biometrics/fingerprint/aidl/default/
Dfingerprint.sysprop8 prop_name: "persist.vendor.fingerprint.virtual.type"
18 prop_name: "persist.vendor.fingerprint.virtual.enrollments"
28 prop_name: "vendor.fingerprint.virtual.enrollment_hit"
43 prop_name: "vendor.fingerprint.virtual.next_enrollment"
52 prop_name: "persist.vendor.fingerprint.virtual.authenticator_id"
61 prop_name: "vendor.fingerprint.virtual.challenge"
70 prop_name: "vendor.fingerprint.virtual.operation_authenticate_fails"
83 prop_name: "vendor.fingerprint.virtual.operation_detect_interaction_error"
92 prop_name: "vendor.fingerprint.virtual.operation_enroll_error"
105 prop_name: "vendor.fingerprint.virtual.operation_authenticate_latency"
[all …]
/hardware/qcom/display/msm8909/include/
Ddisplay_properties.h38 #define DISPLAY_PROP(prop_name) DISP_PROP_PREFIX prop_name argument
39 #define GRALLOC_PROP(prop_name) GRALLOC_PROP_PREFIX prop_name argument
40 #define RO_DISPLAY_PROP(prop_name) RO_DISP_PROP_PREFIX prop_name argument
41 #define PERSIST_DISPLAY_PROP(prop_name) PERSIST_DISP_PROP_PREFIX prop_name argument
/hardware/interfaces/biometrics/face/aidl/default/
Dface.sysprop8 prop_name: "persist.vendor.face.virtual.type"
18 prop_name: "persist.vendor.face.virtual.strength"
28 prop_name: "persist.vendor.face.virtual.enrollments"
37 prop_name: "persist.vendor.face.virtual.features"
47 prop_name: "vendor.face.virtual.enrollment_hit"
56 prop_name: "vendor.face.virtual.operation_start_enroll_latency"
70 prop_name: "vendor.face.virtual.next_enrollment"
79 prop_name: "vendor.face.virtual.authenticator_id"
88 prop_name: "vendor.face.virtual.challenge"
97 prop_name: "vendor.face.virtual.lockout"
[all …]
/hardware/nxp/nfc/snxxx/halimpl/power-tracker/
DNfcProperties.sysprop9 prop_name: "vendor.nfc.nxp.activestate.entrycount"
16 prop_name: "vendor.nfc.nxp.standbystate.entrycount"
23 prop_name: "vendor.nfc.nxp.ulpdetstate.entrycount"
30 prop_name: "vendor.nfc.nxp.activestate.tick"
37 prop_name: "vendor.nfc.nxp.standbystate.tick"
44 prop_name: "vendor.nfc.nxp.ulpdetstate.tick"
/hardware/qcom/sm8150/display/include/
Ddisplay_properties.h38 #define DISPLAY_PROP(prop_name) DISP_PROP_PREFIX prop_name argument
39 #define GRALLOC_PROP(prop_name) GRALLOC_PROP_PREFIX prop_name argument
40 #define RO_DISPLAY_PROP(prop_name) RO_DISP_PROP_PREFIX prop_name argument
41 #define PERSIST_DISPLAY_PROP(prop_name) PERSIST_DISP_PROP_PREFIX prop_name argument
/hardware/qcom/sm7250/display/include/
Ddisplay_properties.h37 #define DISPLAY_PROP(prop_name) DISP_PROP_PREFIX prop_name argument
38 #define GRALLOC_PROP(prop_name) GRALLOC_PROP_PREFIX prop_name argument
39 #define PERSIST_DISPLAY_PROP(prop_name) PERSIST_DISP_PROP_PREFIX prop_name argument
/hardware/interfaces/automotive/vehicle/tools/
Dgenerate_annotation_enums.py197 prop_name = match.group(1)
198 if prop_name == "INVALID":
201 print("No @" + self.name + " annotation for property: " + prop_name)
207 content += (TAB + TAB + "{VehicleProperty::" + prop_name + ", " +
210 … content += (TAB + TAB + "Map.entry(VehicleProperty." + prop_name + ", " +
/hardware/google/graphics/common/libhwc2.1/libdrmresource/include/
Ddrmdevice.h66 int GetPlaneProperty(const DrmPlane &plane, const char *prop_name,
68 int GetCrtcProperty(const DrmCrtc &crtc, const char *prop_name,
70 int GetConnectorProperty(const DrmConnector &connector, const char *prop_name,
96 int GetProperty(uint32_t obj_id, uint32_t obj_type, const char *prop_name,
/hardware/libhardware/
Dhardware.c204 char prop_name[PATH_MAX] = {0}; in hw_get_module_by_class() local
225 snprintf(prop_name, sizeof(prop_name), "ro.hardware.%s", name); in hw_get_module_by_class()
226 if (property_get(prop_name, prop, NULL) > 0) { in hw_get_module_by_class()
/hardware/google/graphics/common/libhwc2.1/libdrmresource/drm/
Ddrmdevice.cpp474 const char *prop_name, DrmProperty *property) { in GetProperty() argument
486 if (!strcmp(p->name, prop_name)) { in GetProperty()
494 property->SetName(prop_name); in GetProperty()
500 int DrmDevice::GetPlaneProperty(const DrmPlane &plane, const char *prop_name, in GetPlaneProperty() argument
502 return GetProperty(plane.id(), DRM_MODE_OBJECT_PLANE, prop_name, property); in GetPlaneProperty()
505 int DrmDevice::GetCrtcProperty(const DrmCrtc &crtc, const char *prop_name, in GetCrtcProperty() argument
507 return GetProperty(crtc.id(), DRM_MODE_OBJECT_CRTC, prop_name, property); in GetCrtcProperty()
511 const char *prop_name, in GetConnectorProperty() argument
513 return GetProperty(connector.id(), DRM_MODE_OBJECT_CONNECTOR, prop_name, in GetConnectorProperty()
/hardware/qcom/display/msm8909/gralloc/
Dgralloc_priv.h27 #define GRALLOC_PROP(prop_name) GRALLOC_PROP_PREFIX prop_name argument
/hardware/qcom/sm8150/display/sdm/libs/hwc2/
Dhwc_session_services.cpp769 Return<void> HWCSession::getDebugProperty(const hidl_string &prop_name, in getDebugProperty() argument
776 vendor_prop_name += prop_name.c_str(); in getDebugProperty()
Dhwc_session.h326 Return<void> getDebugProperty(const hidl_string &prop_name,
/hardware/qcom/sm7250/display/composer/
Dhwc_session.h427 virtual int GetDebugProperty(const std::string prop_name, std::string value) {return -EINVAL;} in GetDebugProperty() argument
428 virtual int GetDebugProperty(const std::string prop_name, std::string *value);
Dhwc_session_services.cpp860 int HWCSession::DisplayConfigImpl::GetDebugProperty(const std::string prop_name, in GetDebugProperty() argument
866 vendor_prop_name += prop_name.c_str(); in GetDebugProperty()