HomeSort by relevance Sort by last modified time
    Searched refs:DLL_EXPORT (Results 1 - 24 of 24) sorted by null

  /system/chre/platform/shared/
chre_api_version.cc 22 DLL_EXPORT uint32_t chreGetApiVersion(void) {
26 DLL_EXPORT uint32_t chreGetVersion(void) {
30 DLL_EXPORT uint64_t chreGetPlatformId(void) {
chre_api_re.cc 28 DLL_EXPORT uint64_t chreGetTime() {
32 DLL_EXPORT int64_t chreGetEstimatedHostTimeOffset() {
36 DLL_EXPORT uint64_t chreGetAppId(void) {
41 DLL_EXPORT uint32_t chreGetInstanceId(void) {
46 DLL_EXPORT uint32_t chreTimerSet(uint64_t duration, const void *cookie,
53 DLL_EXPORT bool chreTimerCancel(uint32_t timerId) {
59 DLL_EXPORT void *chreHeapAlloc(uint32_t bytes) {
65 DLL_EXPORT void chreHeapFree(void *ptr) {
chre_api_wwan.cc 25 DLL_EXPORT uint32_t chreWwanGetCapabilities() {
30 DLL_EXPORT bool chreWwanGetCellInfoAsync(const void *cookie) {
chre_api_wifi.cc 25 DLL_EXPORT uint32_t chreWifiGetCapabilities() {
30 DLL_EXPORT bool chreWifiConfigureScanMonitorAsync(bool enable,
37 DLL_EXPORT bool chreWifiRequestScanAsync(
45 DLL_EXPORT bool chreWifiRequestRangingAsync(
chre_api_core.cc 34 DLL_EXPORT void chreAbort(uint32_t abortCode) {
47 DLL_EXPORT bool chreSendEvent(uint16_t eventType, void *eventData,
70 DLL_EXPORT bool chreSendMessageToHost(void *message, uint32_t messageSize,
78 DLL_EXPORT bool chreSendMessageToHostEndpoint(
103 DLL_EXPORT bool chreGetNanoappInfoByAppId(uint64_t appId,
109 DLL_EXPORT bool chreGetNanoappInfoByInstanceId(uint32_t instanceId,
115 DLL_EXPORT void chreConfigureNanoappInfoEvents(bool enable) {
120 DLL_EXPORT void chreConfigureHostSleepStateEvents(bool enable) {
125 DLL_EXPORT bool chreIsHostAwake() {
chre_api_gnss.cc 27 DLL_EXPORT uint32_t chreGnssGetCapabilities() {
32 DLL_EXPORT bool chreGnssLocationSessionStartAsync(uint32_t minIntervalMs,
42 DLL_EXPORT bool chreGnssLocationSessionStopAsync(const void *cookie) {
48 DLL_EXPORT bool chreGnssMeasurementSessionStartAsync(uint32_t minIntervalMs,
57 DLL_EXPORT bool chreGnssMeasurementSessionStopAsync(const void *cookie) {
chre_api_audio.cc 30 DLL_EXPORT bool chreAudioGetSource(uint32_t handle,
45 DLL_EXPORT bool chreAudioConfigureSource(uint32_t handle, bool enable,
chre_api_sensor.cc 33 DLL_EXPORT bool chreSensorFindDefault(uint8_t sensorType, uint32_t *handle) {
40 DLL_EXPORT bool chreGetSensorInfo(uint32_t sensorHandle,
54 DLL_EXPORT bool chreGetSensorSamplingStatus(
66 DLL_EXPORT bool chreSensorConfigure(uint32_t sensorHandle,
  /system/chre/platform/linux/
chre_api_re.cc 23 DLL_EXPORT void chreLog(enum chreLogLevel level, const char *formatStr, ...) {
  /system/chre/platform/slpi/
chre_api_re.cc 21 DLL_EXPORT void chreLog(enum chreLogLevel level, const char *formatStr, ...) {
  /system/chre/util/include/chre/util/
macros.h 37 #define DLL_EXPORT __attribute__((visibility("default")))
  /hardware/intel/common/libva/va/
sysdeps.h 73 # define DLL_EXPORT __attribute__((visibility("default")))
76 # define DLL_EXPORT
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
sched.h 52 #if defined DLL_EXPORT && !defined (WINPTHREAD_EXPORT_ALL_DEBUG)
semaphore.h 30 #if defined DLL_EXPORT && !defined (WINPTHREAD_EXPORT_ALL_DEBUG)
pthread.h 85 #if defined DLL_EXPORT
    [all...]
  /system/chre/platform/shared/nanoapp/
nanoapp_support_lib_dso.cc 38 DLL_EXPORT extern "C" const struct chreNslNanoappInfo _chreNslDsoNanoappInfo = {
  /system/chre/ash/platform/slpi/smgr/
ash.cc 133 DLL_EXPORT bool ashSetCalibration(uint8_t sensorType,
  /external/freetype/builds/vms/
ftconfig.h 450 ( defined( _DLL ) || defined( DLL_EXPORT ) )
  /external/freetype/include/freetype/config/
ftconfig.h 466 ( defined( _DLL ) || defined( DLL_EXPORT ) )
  /external/libopus/include/
opus_defines.h 68 # if defined(OPUS_BUILD) && defined(DLL_EXPORT)
    [all...]
  /external/freetype/builds/unix/
ftconfig.in 498 ( defined( _DLL ) || defined( DLL_EXPORT ) )
  /external/pdfium/third_party/libopenjpeg20/
openjpeg.h 103 # if defined(OPJ_EXPORTS) || defined(DLL_EXPORT)
    [all...]
  /external/libpng/
pngpriv.h 274 # ifdef DLL_EXPORT
    [all...]
  /external/pdfium/third_party/libpng16/
pngpriv.h 230 # ifdef DLL_EXPORT
    [all...]

Completed in 476 milliseconds