Home
last modified time | relevance | path

Searched refs:DLL_EXPORT (Results 1 – 16 of 16) sorted by relevance

/system/chre/platform/shared/
Dchre_api_re.cc29 DLL_EXPORT uint64_t chreGetTime() { in chreGetTime()
33 DLL_EXPORT int64_t chreGetEstimatedHostTimeOffset() { in chreGetEstimatedHostTimeOffset()
37 DLL_EXPORT uint64_t chreGetAppId(void) { in chreGetAppId()
42 DLL_EXPORT uint32_t chreGetInstanceId(void) { in chreGetInstanceId()
47 DLL_EXPORT uint32_t chreTimerSet(uint64_t duration, const void *cookie, in chreTimerSet()
56 DLL_EXPORT bool chreTimerCancel(uint32_t timerId) { in chreTimerCancel()
64 DLL_EXPORT void *chreHeapAlloc(uint32_t bytes) { in chreHeapAlloc()
71 DLL_EXPORT void chreHeapFree(void *ptr) { in chreHeapFree()
77 DLL_EXPORT void platform_chreDebugDumpVaLog(const char *formatStr, in platform_chreDebugDumpVaLog()
85 DLL_EXPORT void chreDebugDumpLog(const char *formatStr, ...) { in chreDebugDumpLog()
Dchre_api_core.cc35 DLL_EXPORT void chreAbort(uint32_t abortCode) { in chreAbort()
48 DLL_EXPORT bool chreSendEvent(uint16_t eventType, void *eventData, in chreSendEvent()
68 DLL_EXPORT bool chreSendMessageToHost(void *message, uint32_t messageSize, in chreSendMessageToHost()
76 DLL_EXPORT bool chreSendMessageWithPermissions( in chreSendMessageWithPermissions()
103 DLL_EXPORT bool chreSendMessageToHostEndpoint( in chreSendMessageToHostEndpoint()
112 DLL_EXPORT bool chreGetNanoappInfoByAppId(uint64_t appId, in chreGetNanoappInfoByAppId()
119 DLL_EXPORT bool chreGetNanoappInfoByInstanceId(uint32_t instanceId, in chreGetNanoappInfoByInstanceId()
126 DLL_EXPORT void chreConfigureNanoappInfoEvents(bool enable) { in chreConfigureNanoappInfoEvents()
131 DLL_EXPORT void chreConfigureHostSleepStateEvents(bool enable) { in chreConfigureHostSleepStateEvents()
136 DLL_EXPORT bool chreIsHostAwake() { in chreIsHostAwake()
[all …]
Dchre_api_sensor.cc32 DLL_EXPORT bool chreSensorFindDefault(uint8_t sensorType, uint32_t *handle) { in chreSensorFindDefault()
36 DLL_EXPORT bool chreSensorFind(uint8_t sensorType, uint8_t sensorIndex, in chreSensorFind()
51 DLL_EXPORT bool chreGetSensorInfo(uint32_t sensorHandle, in chreGetSensorInfo()
72 DLL_EXPORT bool chreGetSensorSamplingStatus( in chreGetSensorSamplingStatus()
91 DLL_EXPORT bool chreSensorConfigure(uint32_t sensorHandle, in chreSensorConfigure()
111 DLL_EXPORT bool chreSensorConfigureBiasEvents(uint32_t sensorHandle, in chreSensorConfigureBiasEvents()
125 DLL_EXPORT bool chreSensorGetThreeAxisBias( in chreSensorGetThreeAxisBias()
138 DLL_EXPORT bool chreSensorFlushAsync(uint32_t sensorHandle, in chreSensorFlushAsync()
Dchre_api_gnss.cc29 DLL_EXPORT uint32_t chreGnssGetCapabilities() { in chreGnssGetCapabilities()
39 DLL_EXPORT bool chreGnssLocationSessionStartAsync(uint32_t minIntervalMs, in chreGnssLocationSessionStartAsync()
55 DLL_EXPORT bool chreGnssLocationSessionStopAsync(const void *cookie) { in chreGnssLocationSessionStopAsync()
68 DLL_EXPORT bool chreGnssMeasurementSessionStartAsync(uint32_t minIntervalMs, in chreGnssMeasurementSessionStartAsync()
83 DLL_EXPORT bool chreGnssMeasurementSessionStopAsync(const void *cookie) { in chreGnssMeasurementSessionStopAsync()
96 DLL_EXPORT bool chreGnssConfigurePassiveLocationListener(bool enable) { in chreGnssConfigurePassiveLocationListener()
Dchre_api_version.cc30 DLL_EXPORT uint32_t chreGetApiVersion(void) { in chreGetApiVersion()
34 DLL_EXPORT uint32_t chreGetVersion(void) { in chreGetVersion()
38 DLL_EXPORT uint64_t chreGetPlatformId(void) { in chreGetPlatformId()
Dchre_api_wifi.cc27 DLL_EXPORT uint32_t chreWifiGetCapabilities() { in chreWifiGetCapabilities()
37 DLL_EXPORT bool chreWifiConfigureScanMonitorAsync(bool enable, in chreWifiConfigureScanMonitorAsync()
50 DLL_EXPORT bool chreWifiRequestScanAsync( in chreWifiRequestScanAsync()
62 DLL_EXPORT bool chreWifiRequestRangingAsync( in chreWifiRequestRangingAsync()
Dchre_api_user_settings.cc28 DLL_EXPORT int8_t chreUserSettingGetState(uint8_t setting) { in chreUserSettingGetState()
32 DLL_EXPORT void chreUserSettingConfigureEvents(uint8_t setting, bool enable) { in chreUserSettingConfigureEvents()
Dchre_api_wwan.cc27 DLL_EXPORT uint32_t chreWwanGetCapabilities() { in chreWwanGetCapabilities()
37 DLL_EXPORT bool chreWwanGetCellInfoAsync(const void *cookie) { in chreWwanGetCellInfoAsync()
Dchre_api_audio.cc32 DLL_EXPORT bool chreAudioGetSource(uint32_t handle, in chreAudioGetSource()
48 DLL_EXPORT bool chreAudioConfigureSource(uint32_t handle, bool enable, in chreAudioConfigureSource()
Dversion.cc29 DLL_EXPORT extern "C" const char _chreVersionString[]
/system/chre/platform/linux/
Dchre_api_re.cc23 DLL_EXPORT void chreLog(enum chreLogLevel level, const char *formatStr, ...) { in chreLog()
/system/chre/util/include/chre/util/
Dmacros.h71 #define DLL_EXPORT __attribute__((visibility("default"))) macro
/system/chre/platform/slpi/
Dchre_api_re.cc64 DLL_EXPORT void chreLog(enum chreLogLevel level, const char *formatStr, ...) { in chreLog()
/system/chre/platform/slpi/qsh/
Dqsh_shim.cc134 DLL_EXPORT extern "C" bool chreSensorFlushAsync(uint32_t sensorHandle, in chreSensorFlushAsync()
/system/chre/test/common/
Drun_tests.cc76 DLL_EXPORT void runAllTests() { in runAllTests()
/system/chre/platform/shared/nanoapp/
Dnanoapp_support_lib_dso.cc118 DLL_EXPORT extern "C" const char _chreNanoappUnstableId[]
122 DLL_EXPORT extern "C" const struct chreNslNanoappInfo _chreNslDsoNanoappInfo = {