Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
D
device_xiaomi_sm8350-common
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
LMODroid-Devices
device_xiaomi_sm8350-common
Commits
24cdd87e
Commit
24cdd87e
authored
5 years ago
by
LuK1337
Committed by
Demon000
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
sm6250-common: fingerprint: Brackets should be here
Change-Id: I8093287b3f4e1b1d0c3deff384a1cb5e6e17dbff
parent
f5a6695e
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
fingerprint/BiometricsFingerprint.cpp
+2
-4
2 additions, 4 deletions
fingerprint/BiometricsFingerprint.cpp
with
2 additions
and
4 deletions
fingerprint/BiometricsFingerprint.cpp
+
2
−
4
View file @
24cdd87e
...
...
@@ -212,8 +212,7 @@ IBiometricsFingerprint* BiometricsFingerprint::getInstance() {
return
sInstance
;
}
fingerprint_device_t
*
getDeviceForVendor
(
const
char
*
class_name
)
{
fingerprint_device_t
*
getDeviceForVendor
(
const
char
*
class_name
)
{
const
hw_module_t
*
hw_module
=
nullptr
;
int
err
;
...
...
@@ -261,8 +260,7 @@ void setFpVendorProp(const char *fp_vendor) {
property_set
(
"ro.boot.fpsensor"
,
fp_vendor
);
}
fingerprint_device_t
*
getFingerprintDevice
()
{
fingerprint_device_t
*
getFingerprintDevice
()
{
fingerprint_device_t
*
fp_device
;
fp_device
=
getDeviceForVendor
(
"fpc"
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment