OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:chreGetVersion
(Results
1 - 8
of
8
) sorted by null
/device/google/contexthub/inc/chre/
version.h
66
* is provided by a specific CHRE implementation (see
chreGetVersion
()).
92
* (
chreGetVersion
() & UINT32_C(0xFFFF0000))).
102
uint32_t
chreGetVersion
(void);
115
* be shipped with a workaround that would use this value, and
chreGetVersion
(),
/system/chre/chre_api/legacy/v1_0/chre/
version.h
66
* is provided by a specific CHRE implementation (see
chreGetVersion
()).
92
* (
chreGetVersion
() & UINT32_C(0xFFFF0000))).
102
uint32_t
chreGetVersion
(void);
115
* be shipped with a workaround that would use this value, and
chreGetVersion
(),
/system/chre/platform/shared/
chre_api_version.cc
26
DLL_EXPORT uint32_t
chreGetVersion
(void) {
/system/chre/apps/hello_world/
hello_world.cc
34
chreLog(CHRE_LOG_INFO, "Hello, world from version 0x%08x",
chreGetVersion
());
/system/chre/chre_api/include/chre_api/chre/
version.h
75
* is provided by a specific CHRE implementation (see
chreGetVersion
()).
110
*
chreGetVersion
()
136
* (
chreGetVersion
() & UINT32_C(0xFFFF0000))).
146
uint32_t
chreGetVersion
(void);
160
* be shipped with a workaround that would use this value, and
chreGetVersion
(),
/system/chre/apps/chqts/src/general_test/
version_sanity_test.cc
47
uint32_t platformVersion =
chreGetVersion
();
/device/google/contexthub/firmware/app/chre/common/
chre_app_syscalls.c
135
uint32_t
chreGetVersion
(void)
/system/chre/platform/slpi/
host_link.cc
355
chreGetVersion
(), hostClientId);
Completed in 220 milliseconds