Searched refs:DLL_EXPORT (Results 1 – 13 of 13) sorted by relevance
/system/chre/platform/shared/ |
D | chre_api_re.cc | 28 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()
|
D | chre_api_core.cc | 34 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()
|
D | chre_api_gnss.cc | 27 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()
|
D | chre_api_version.cc | 30 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()
|
D | chre_api_wifi.cc | 25 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()
|
D | chre_api_sensor.cc | 87 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()
|
D | chre_api_wwan.cc | 25 DLL_EXPORT uint32_t chreWwanGetCapabilities() { in chreWwanGetCapabilities() 34 DLL_EXPORT bool chreWwanGetCellInfoAsync(const void *cookie) { in chreWwanGetCellInfoAsync()
|
D | chre_api_audio.cc | 30 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/ |
D | macros.h | 37 #define DLL_EXPORT __attribute__((visibility("default"))) macro
|
/system/chre/platform/linux/ |
D | chre_api_re.cc | 23 DLL_EXPORT void chreLog(enum chreLogLevel level, const char *formatStr, ...) { in chreLog()
|
/system/chre/platform/slpi/ |
D | chre_api_re.cc | 63 DLL_EXPORT void chreLog(enum chreLogLevel level, const char *formatStr, ...) { in chreLog()
|
/system/chre/ash/platform/slpi/smgr/ |
D | ash.cc | 133 DLL_EXPORT bool ashSetCalibration(uint8_t sensorType, in ashSetCalibration()
|
/system/chre/platform/shared/nanoapp/ |
D | nanoapp_support_lib_dso.cc | 77 DLL_EXPORT extern "C" const struct chreNslNanoappInfo _chreNslDsoNanoappInfo = {
|