Home
last modified time | relevance | path

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

/system/chre/platform/shared/
Dchre_api_re.cc28 DLL_EXPORT uint64_t chreGetTime() { in chreGetTime()
32 DLL_EXPORT int64_t chreGetEstimatedHostTimeOffset() { in chreGetEstimatedHostTimeOffset()
36 DLL_EXPORT uint64_t chreGetAppId(void) { in chreGetAppId()
41 DLL_EXPORT uint32_t chreGetInstanceId(void) { in chreGetInstanceId()
46 DLL_EXPORT uint32_t chreTimerSet(uint64_t duration, const void *cookie, in chreTimerSet()
53 DLL_EXPORT bool chreTimerCancel(uint32_t timerId) { in chreTimerCancel()
59 DLL_EXPORT void *chreHeapAlloc(uint32_t bytes) { in chreHeapAlloc()
65 DLL_EXPORT void chreHeapFree(void *ptr) { in chreHeapFree()
Dchre_api_core.cc34 DLL_EXPORT void chreAbort(uint32_t abortCode) { in chreAbort()
47 DLL_EXPORT bool chreSendEvent(uint16_t eventType, void *eventData, in chreSendEvent()
70 DLL_EXPORT bool chreSendMessageToHost(void *message, uint32_t messageSize, in chreSendMessageToHost()
78 DLL_EXPORT bool chreSendMessageToHostEndpoint( in chreSendMessageToHostEndpoint()
103 DLL_EXPORT bool chreGetNanoappInfoByAppId(uint64_t appId, in chreGetNanoappInfoByAppId()
109 DLL_EXPORT bool chreGetNanoappInfoByInstanceId(uint32_t instanceId, in chreGetNanoappInfoByInstanceId()
115 DLL_EXPORT void chreConfigureNanoappInfoEvents(bool enable) { in chreConfigureNanoappInfoEvents()
120 DLL_EXPORT void chreConfigureHostSleepStateEvents(bool enable) { in chreConfigureHostSleepStateEvents()
125 DLL_EXPORT bool chreIsHostAwake() { in chreIsHostAwake()
Dchre_api_gnss.cc27 DLL_EXPORT uint32_t chreGnssGetCapabilities() { in chreGnssGetCapabilities()
36 DLL_EXPORT bool chreGnssLocationSessionStartAsync(uint32_t minIntervalMs, in chreGnssLocationSessionStartAsync()
50 DLL_EXPORT bool chreGnssLocationSessionStopAsync(const void *cookie) { in chreGnssLocationSessionStopAsync()
60 DLL_EXPORT bool chreGnssMeasurementSessionStartAsync(uint32_t minIntervalMs, in chreGnssMeasurementSessionStartAsync()
73 DLL_EXPORT bool chreGnssMeasurementSessionStopAsync(const void *cookie) { in chreGnssMeasurementSessionStopAsync()
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.cc25 DLL_EXPORT uint32_t chreWifiGetCapabilities() { in chreWifiGetCapabilities()
34 DLL_EXPORT bool chreWifiConfigureScanMonitorAsync(bool enable, in chreWifiConfigureScanMonitorAsync()
45 DLL_EXPORT bool chreWifiRequestScanAsync( in chreWifiRequestScanAsync()
57 DLL_EXPORT bool chreWifiRequestRangingAsync( in chreWifiRequestRangingAsync()
Dchre_api_sensor.cc87 DLL_EXPORT bool chreSensorFindDefault(uint8_t sensorType, uint32_t *handle) { in chreSensorFindDefault()
114 DLL_EXPORT bool chreGetSensorInfo(uint32_t sensorHandle, in chreGetSensorInfo()
138 DLL_EXPORT bool chreGetSensorSamplingStatus( in chreGetSensorSamplingStatus()
150 DLL_EXPORT bool chreSensorConfigure(uint32_t sensorHandle, in chreSensorConfigure()
161 DLL_EXPORT bool chreSensorConfigureBiasEvents(uint32_t sensorHandle, in chreSensorConfigureBiasEvents()
168 DLL_EXPORT bool chreSensorGetThreeAxisBias( in chreSensorGetThreeAxisBias()
174 DLL_EXPORT bool chreSensorFlushAsync(uint32_t sensorHandle, in chreSensorFlushAsync()
Dchre_api_wwan.cc25 DLL_EXPORT uint32_t chreWwanGetCapabilities() { in chreWwanGetCapabilities()
34 DLL_EXPORT bool chreWwanGetCellInfoAsync(const void *cookie) { in chreWwanGetCellInfoAsync()
Dchre_api_audio.cc30 DLL_EXPORT bool chreAudioGetSource(uint32_t handle, in chreAudioGetSource()
45 DLL_EXPORT bool chreAudioConfigureSource(uint32_t handle, bool enable, in chreAudioConfigureSource()
/system/chre/util/include/chre/util/
Dmacros.h37 #define DLL_EXPORT __attribute__((visibility("default"))) macro
/system/chre/platform/linux/
Dchre_api_re.cc23 DLL_EXPORT void chreLog(enum chreLogLevel level, const char *formatStr, ...) { in chreLog()
/system/chre/platform/slpi/
Dchre_api_re.cc63 DLL_EXPORT void chreLog(enum chreLogLevel level, const char *formatStr, ...) { in chreLog()
/system/chre/ash/platform/slpi/smgr/
Dash.cc133 DLL_EXPORT bool ashSetCalibration(uint8_t sensorType, in ashSetCalibration()
/system/chre/platform/shared/nanoapp/
Dnanoapp_support_lib_dso.cc77 DLL_EXPORT extern "C" const struct chreNslNanoappInfo _chreNslDsoNanoappInfo = {