Lines Matching refs:implementation
8 # Install default binderized implementation to vendor.
22 1. If you want to use default implementation:
25 # Install default passthrough implementation to vendor.
28 # For non-A/B devices, install default passthrough implementation to recovery.
34 1. If you want to write your own implementation,
36 1. Copy skeleton implementation from the [appendix](#impl).
38 1. Modify the implementation to suit your needs.
45 implementation, See
48 1. [Install the implementation](#install).
103 # Install the implementation {#install}
108 # Install the passthrough implementation to vendor.
111 # For non-A/B devices, also install the passthrough implementation to recovery.
146 # Appendix: sample code for the implementation {#impl}
211 namespace implementation {
213 // android::hardware::health::V2_1::implementation::Health implements most
244 } // namespace implementation
251 using ::android::hardware::health::V2_1::implementation::HealthImpl;