Searched refs:class (Results 51 - 75 of 1213) sorted by relevance

1234567891011>>

/system/chre/platform/include/chre/platform/
H A Dplatform_wwan.h24 class PlatformWwan : public PlatformWwanBase {
H A Dpower_control_manager.h31 class PowerControlManager : public PowerControlManagerBase,
H A Dsystem_time.h26 class SystemTime {
/system/chre/platform/linux/include/chre/target_platform/
H A Dplatform_sensor_base.h23 * Storage for the Linux implementation of the PlatformSensor class.
25 class PlatformSensorBase {
H A Dsystem_timer_base.h26 * The Linux base class for the SystemTimer. The Linux implementation uses a
29 class SystemTimerBase {
/system/chre/platform/shared/include/chre/platform/shared/
H A Dplatform_log.h26 * A logging class that platforms can supply an implementation and storage for.
27 * Only one instance of this class is created by CHRE and is accessed via the
30 class PlatformLog : public PlatformLogBase {
/system/chre/platform/shared/include/chre/target_platform/
H A Dplatform_wwan_base.h26 * Provides an instance of the PlatformWwanBase class that uses the CHRE PAL to
29 class PlatformWwanBase : public PlatformPal {
/system/chre/platform/slpi/include/chre/target_platform/
H A Dhost_link_base.h24 class HostLinkBase {
/system/chre/platform/slpi/smgr/include/chre/target_platform/
H A Dpower_control_manager_base.h29 class PowerControlManagerBase {
/system/chre/util/include/chre/util/
H A Dlock_guard.h30 class LockGuard : public NonCopyable {
H A Dnon_copyable.h23 * Marks a class as NonCopyable by deleting the copy constructor and
26 class NonCopyable {
H A Dscope_timer.h28 class ScopeTimer : public NonCopyable {
/system/connectivity/wificond/scanning/
H A Doffload_scan_callback_interface.h26 class OffloadScanCallbackInterface {
/system/core/debuggerd/libdebuggerd/include/libdebuggerd/
H A Delf_utils.h24 class Memory;
/system/core/debuggerd/libdebuggerd/test/
H A DBacktraceMock.h22 class BacktraceMapMock : public BacktraceMap {
/system/core/include/utils/
H A DFunctor.h26 // - class with well-defined and specific functionality and semantics
28 class Functor {
/system/core/libappfuse/include/libappfuse/
H A DFuseBridgeLoop.h32 class FuseBridgeLoopCallback {
39 class FuseBridgeEntry;
40 class BridgeEpollController;
42 class FuseBridgeLoop final {
/system/core/libutils/include/utils/
H A DFunctor.h26 // - class with well-defined and specific functionality and semantics
28 class Functor {
/system/core/logd/
H A DLogCommand.h23 class LogCommand : public FrameworkCommand {
/system/extras/memory_replay/
H A DThread.h24 class Action;
25 class Pointers;
29 class Thread {
63 friend class Threads;
/system/extras/perfprofd/
H A Dcpuconfig.h19 // Helper class to perform cpu setup (if needed) prior to a profile collection.
21 class HardwireCpuHelper {
24 // The constructor for this class checks to see if the 'mpdecision'
/system/keymaster/include/keymaster/km_openssl/
H A Dkdf1.h33 class Kdf1 : public Iso18033Kdf {
H A Dkdf2.h33 class Kdf2 : public Iso18033Kdf {
H A Dsoftware_random_source.h25 class SoftwareRandomSource : public RandomSource {
/system/libvintf/include/vintf/
H A DHalFormat.h28 enum class HalFormat : size_t {

Completed in 300 milliseconds

1234567891011>>