Searched refs:class (Results 176 - 200 of 1213) sorted by relevance

1234567891011>>

/system/chre/apps/chqts/src/general_test/
H A Dheap_alloc_stress_test.h32 class HeapAllocStressTest : public Test {
H A Dhello_world_test.h31 class HelloWorldTest : public Test {
H A Dhost_awake_suspend_test.h27 class HostAwakeSuspendTest : public Test {
H A Dlogging_sanity_test.h35 class LoggingSanityTest : public Test {
H A Dnanoapp_info.h26 class NanoappInfo {
H A Dnanoapp_info_by_app_id_test.h31 class NanoappInfoByAppIdTest : public Test {
H A Dnanoapp_info_by_instance_id_test.h31 class NanoappInfoByInstanceIdTest : public Test {
H A Dnanoapp_info_events_test_performer.h35 class NanoAppInfoEventsTestPerformer : public Test {
H A Drunning_info.h28 class RunningInfo {
H A Dsimple_heap_alloc_test.h35 class SimpleHeapAllocTest : public Test {
H A Dversion_sanity_test.h31 class VersionSanityTest : public Test {
H A Dwifi_capabilities_test.h33 class WifiCapabilitiesTest : public Test {
H A Dwwan_capabilities_test.h33 class WwanCapabilitiesTest : public Test {
/system/chre/apps/wifi_offload/include/chre/apps/wifi_offload/
H A Dchre_scan_params_safe.h25 /* A class to encapsulate chreWifiScanParams struct with pointers to its const
27 class ChreScanParamsSafe {
/system/chre/apps/wifi_offload/test/include/
H A Drandom_generator.h26 * @class RandomGenerator A class to generate random values for any uint type:
30 class RandomGenerator {
/system/chre/core/include/chre/core/
H A Devent_ref_queue.h30 class EventRefQueue {
H A Dsensor.h29 * Note that like chre::Nanoapp, this class uses inheritance to separate the
36 class Sensor : public PlatformSensor {
/system/chre/platform/include/chre/platform/
H A Dcondition_variable.h32 class ConditionVariable : public ConditionVariableBase,
H A Dhost_link.h34 class HostLink : public HostLinkBase,
H A Dplatform_gnss.h25 class PlatformGnss : public PlatformGnssBase {
H A Dplatform_wifi.h24 class PlatformWifi : public PlatformWifiBase {
/system/chre/platform/linux/include/chre/target_platform/
H A Dplatform_log_base.h28 * Storage for the Linux implementation of the PlatformLog class.
30 class PlatformLogBase {
42 //! A mutex to guard the shared queue and exit condition of this class.
H A Dplatform_nanoapp_base.h32 class PlatformNanoappBase {
/system/chre/platform/shared/include/chre/target_platform/
H A Dplatform_gnss_base.h26 * Provides an instance of the PlatformGnssBase class that uses the CHRE PAL to
29 class PlatformGnssBase : public PlatformPal {
H A Dplatform_wifi_base.h26 * Provides an instance of the PlatformWifiBase class that uses the CHRE PAL to
29 class PlatformWifiBase : public PlatformPal {

Completed in 147 milliseconds

1234567891011>>