OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:targetChreApiMajorVersion
(Results
1 - 5
of
5
) sorted by null
/hardware/interfaces/contexthub/1.0/
types.hal
42
uint8_t
targetChreApiMajorVersion
;
/frameworks/base/services/core/jni/
com_android_server_location_ContextHubService.cpp
78
uint8_t
targetChreApiMajorVersion
; // Which CHRE API version this is compiled for
[
all
...]
/hardware/interfaces/contexthub/1.0/vts/functional/
VtsHalContexthubV1_0TargetTest.cpp
336
emptyApp.
targetChreApiMajorVersion
= 1;
/system/chre/host/hal_generic/
generic_context_hub.cc
229
uint32_t targetApiVersion = (appBinary.
targetChreApiMajorVersion
<< 24) |
/hardware/interfaces/contexthub/1.0/default/
Contexthub.cpp
450
.target_chre_api_major_version = appBinary.
targetChreApiMajorVersion
,
Completed in 409 milliseconds