History log of /frameworks/base/services/core/java/com/android/server/ContextHubSystemService.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
78ca41789edc364b6623eb2b8a6f5c12d2907998 22-Jun-2017 Wei Wang <wvw@google.com> ContextHubSystemService: Init of ContextHubSystemService in a parallel thread

Expensive parts of initialization (native Initialization) are now done on a separate
init thread.

The service waits for init to complete in PHASE_SYSTEM_SERVICES_READY before expose service.

Test: rebooted and verified that ContextHubSystemService init is completed
Bug: 62667292
Change-Id: I24d7cc7514fcf234a8f97983a9b170da86b0d8be
/frameworks/base/services/core/java/com/android/server/ContextHubSystemService.java
420e45e9cb004ea6c6e11f69adcdbf3dac5fc800 21-Dec-2016 Ashutosh Joshi <ashutoshj@google.com> Move ContextHubService to a better location.

Move ContextHub service from system core to a more appropriate place
for a service.

Test: GTS tests pass.

Change-Id: Ie0f25414fc472a0214c0dd94e7ad4564cd38f842
/frameworks/base/services/core/java/com/android/server/ContextHubSystemService.java
9ff7d2235427b211344fa58b608424805a21aa24 11-Feb-2016 Peng Xu <pengxu@google.com> Exposing Context Hub service.

Adding the Context hub service. This is the service that exposes
the context hub HAL to the system. The API exposed is a System API.

Change-Id: I854141714ecd21f6386e6b15b7bc9a997483ccf6
/frameworks/base/services/core/java/com/android/server/ContextHubSystemService.java