Searched refs:DLL_EXPORT (Results 1 – 16 of 16) sorted by relevance
/system/chre/platform/shared/ |
D | chre_api_re.cc | 29 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()
|
D | chre_api_core.cc | 35 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 …]
|
D | chre_api_sensor.cc | 32 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()
|
D | chre_api_gnss.cc | 29 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()
|
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 | 27 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()
|
D | chre_api_user_settings.cc | 28 DLL_EXPORT int8_t chreUserSettingGetState(uint8_t setting) { in chreUserSettingGetState() 32 DLL_EXPORT void chreUserSettingConfigureEvents(uint8_t setting, bool enable) { in chreUserSettingConfigureEvents()
|
D | chre_api_wwan.cc | 27 DLL_EXPORT uint32_t chreWwanGetCapabilities() { in chreWwanGetCapabilities() 37 DLL_EXPORT bool chreWwanGetCellInfoAsync(const void *cookie) { in chreWwanGetCellInfoAsync()
|
D | chre_api_audio.cc | 32 DLL_EXPORT bool chreAudioGetSource(uint32_t handle, in chreAudioGetSource() 48 DLL_EXPORT bool chreAudioConfigureSource(uint32_t handle, bool enable, in chreAudioConfigureSource()
|
D | version.cc | 29 DLL_EXPORT extern "C" const char _chreVersionString[]
|
/system/chre/platform/linux/ |
D | chre_api_re.cc | 23 DLL_EXPORT void chreLog(enum chreLogLevel level, const char *formatStr, ...) { in chreLog()
|
/system/chre/util/include/chre/util/ |
D | macros.h | 71 #define DLL_EXPORT __attribute__((visibility("default"))) macro
|
/system/chre/platform/slpi/ |
D | chre_api_re.cc | 64 DLL_EXPORT void chreLog(enum chreLogLevel level, const char *formatStr, ...) { in chreLog()
|
/system/chre/platform/slpi/qsh/ |
D | qsh_shim.cc | 134 DLL_EXPORT extern "C" bool chreSensorFlushAsync(uint32_t sensorHandle, in chreSensorFlushAsync()
|
/system/chre/test/common/ |
D | run_tests.cc | 76 DLL_EXPORT void runAllTests() { in runAllTests()
|
/system/chre/platform/shared/nanoapp/ |
D | nanoapp_support_lib_dso.cc | 118 DLL_EXPORT extern "C" const char _chreNanoappUnstableId[] 122 DLL_EXPORT extern "C" const struct chreNslNanoappInfo _chreNslDsoNanoappInfo = {
|