aboutsummaryrefslogtreecommitdiff
path: root/core/core.mk
AgeCommit message (Expand)Author
2020-11-02Moves audio utility functions to a separate classArthur Ishiguro
2020-09-15Restructure HostCommsManager/HostLinkBrian Duddie
2020-08-11Allow removing CHRE's sensors implementationAnthony Stange
2020-04-15Introduce DebugDumpManagerMeng-hsuan Chung
2020-02-12Post settings change event to CHREArthur Ishiguro
2020-02-07CHRE Tokenized Client Side Loggingkarthik bharadwaj
2019-12-06Invert relationship between Sensor and SensorRequestsAnthony Stange
2019-12-06Refactor SensorRequestManagerAnthony Stange
2019-12-06Refactor sensor stack in the CHRE frameworkAnthony Stange
2018-08-30Make WWAN an optional feature of the CHRE frameworkAndrew Rossignol
2018-08-30Make Wi-Fi an optional feature of the CHRE frameworkAndrew Rossignol
2018-08-30Make GNSS an optional feature of the CHRE frameworkAndrew Rossignol
2018-05-09Require 'true' to enable CHRE Audio in the build systemAndrew Rossignol
2018-04-24Refactor GnssRequestManager to GnssManager and GnssSessionMeng-hsuan Chung
2017-12-19Move utilities out of sensor_request.hBrian Duddie
2017-11-22Removes the HostSleepEventManager now that it maintains no stateAndrew Rossignol
2017-11-20Adds a HostSleepEventManager to implement awake/asleep eventsAndrew Rossignol
2017-10-25Makes audio an optional feature of CHREAndrew Rossignol
2017-10-24Implements sending chreAudioDataEvents for the simulatorAndrew Rossignol
2017-10-04Implements chreAudioGetSource for the simulatorAndrew Rossignol
2017-08-30Use big img heap alloc/free for big img nanoappsArthur Ishiguro
2017-05-22Removes the GnssRequest classAndrew Rossignol
2017-05-18Reorganizes static nanoapp loadingAndrew Rossignol
2017-05-17Implements memory allocation managerArthur Ishiguro
2017-03-30Adds a GnssRequest class compliant with the RequestMultiplexerAndrew Rossignol
2017-03-27Move the implementation of Event and EventRefQueue out of headerBrian Duddie
2017-03-14Implements the chreWwanGetCapabilities CHRE APIAndrew Rossignol
2017-03-13Implements the chreGnssGetCapabilities CHRE APIAndrew Rossignol
2017-03-03Adds all unit tests to the google_x86_googletest targetAndrew Rossignol
2017-03-03Initial support for chreSendMessageToHostBrian Duddie
2017-03-03Adds WifiScanType and WifiScanRequest class shellAndrew Rossignol
2017-03-03Implements an initial WifiRequestManagerAndrew Rossignol
2017-03-03Refactors common PlatformSensor logic into a new core Sensor classAndrew Rossignol
2017-03-03Renames chre/core/sensors.h to chre/core/sensor_request.hAndrew Rossignol
2017-03-03Adds a SensorRequestManagerAndrew Rossignol
2017-03-03Adds a utility function for interval to SMGR rate conversionAndrew Rossignol
2017-03-03Adds a utility function to get SensorType name as a stringAndrew Rossignol
2017-03-03Adds mk files for apps and adds more source files to the buildAndrew Rossignol
2017-03-03Implements SystemTime for the SLPIAndrew Rossignol