/aosp12/bionic/libc/malloc_debug/ |
H A D | DebugData.h | 44 class DebugData { 46 DebugData() = default; 47 ~DebugData() = default; 97 BIONIC_DISALLOW_COPY_AND_ASSIGN(DebugData); 100 extern DebugData* g_debug;
|
H A D | DebugData.cpp | 38 bool DebugData::Initialize(const char* options) { in Initialize() 81 void DebugData::PrepareFork() { in PrepareFork() 87 void DebugData::PostForkParent() { in PostForkParent() 93 void DebugData::PostForkChild() { in PostForkChild()
|
H A D | GuardData.h | 41 class DebugData; variable 47 GuardData(DebugData* debug_data, int init_value, size_t num_bytes); 64 FrontGuardData(DebugData* debug_data, const Config& config, size_t* offset); 83 RearGuardData(DebugData* debug_data, const Config& config);
|
H A D | OptionData.h | 32 class DebugData; variable 36 explicit OptionData(DebugData* debug) : debug_(debug) {} in OptionData() 40 DebugData* debug_;
|
H A D | GuardData.cpp | 42 GuardData::GuardData(DebugData* debug_data, int init_value, size_t num_bytes) in GuardData() 72 FrontGuardData::FrontGuardData(DebugData* debug_data, const Config& config, size_t* offset) in FrontGuardData() 90 RearGuardData::RearGuardData(DebugData* debug_data, const Config& config) in RearGuardData()
|
H A D | Android.bp | 67 "DebugData.cpp",
|
H A D | PointerData.h | 117 explicit PointerData(DebugData* debug_data);
|
/aosp12/hardware/interfaces/gnss/2.0/ |
H A D | IGnssDebug.hal | 43 struct DebugData { 65 getDebugData_2_0() generates (DebugData debugData);
|
/aosp12/hardware/interfaces/gnss/1.0/default/ |
H A D | GnssDebug.cpp | 37 DebugData data = {}; in getDebugData()
|
/aosp12/hardware/interfaces/gnss/1.1/default/ |
H A D | GnssDebug.cpp | 52 DebugData data = {.position = positionDebug, .time = timeDebug}; in getDebugData()
|
/aosp12/hardware/interfaces/gnss/common/utils/default/v2_1/ |
H A D | GnssDebug.cpp | 48 DebugData data = {.position = positionDebug, .time = timeDebug}; in getDebugData()
|
/aosp12/hardware/interfaces/gnss/1.0/ |
H A D | IGnssDebug.hal | 166 struct DebugData { 187 getDebugData() generates (DebugData debugData);
|
/aosp12/hardware/qcom/sm8150p/gps/android/2.0/ |
H A D | GnssDebug.cpp | 62 V1_0::IGnssDebug::DebugData data = { }; in getDebugData() 180 V2_0::IGnssDebug::DebugData data = { }; in getDebugData_2_0()
|
/aosp12/hardware/qcom/sm7250/gps/android/2.0/ |
H A D | GnssDebug.cpp | 62 V1_0::IGnssDebug::DebugData data = { }; in getDebugData() 180 V2_0::IGnssDebug::DebugData data = { }; in getDebugData_2_0()
|
/aosp12/hardware/qcom/sm7250/gps/android/2.1/ |
H A D | GnssDebug.cpp | 62 V1_0::IGnssDebug::DebugData data = { }; in getDebugData() 180 V2_0::IGnssDebug::DebugData data = { }; in getDebugData_2_0()
|
/aosp12/hardware/qcom/sm7150/gps/android/2.0/ |
H A D | GnssDebug.cpp | 62 V1_0::IGnssDebug::DebugData data = { }; in getDebugData() 180 V2_0::IGnssDebug::DebugData data = { }; in getDebugData_2_0()
|
/aosp12/hardware/qcom/sm8150/gps/android/2.0/ |
H A D | GnssDebug.cpp | 62 V1_0::IGnssDebug::DebugData data = { }; in getDebugData() 180 V2_0::IGnssDebug::DebugData data = { }; in getDebugData_2_0()
|
/aosp12/hardware/qcom/sm8150/gps/android/2.1/ |
H A D | GnssDebug.cpp | 62 V1_0::IGnssDebug::DebugData data = { }; in getDebugData() 180 V2_0::IGnssDebug::DebugData data = { }; in getDebugData_2_0()
|
/aosp12/hardware/qcom/gps/msm8909w_3100/android/ |
H A D | GnssDebug.cpp | 50 DebugData data = { }; in getDebugData()
|
/aosp12/hardware/qcom/gps/msm8998/android/ |
H A D | GnssDebug.cpp | 50 DebugData data = { }; in getDebugData()
|
/aosp12/hardware/qcom/sdm845/gps/msm8998/android/ |
H A D | GnssDebug.cpp | 50 DebugData data = { }; in getDebugData()
|
/aosp12/hardware/qcom/sdm845/gps/sdm845/android/ |
H A D | GnssDebug.cpp | 57 DebugData data = { }; in getDebugData()
|
/aosp12/hardware/qcom/sm8150p/gps/android/1.0/ |
H A D | GnssDebug.cpp | 56 DebugData data = { }; in getDebugData()
|
/aosp12/hardware/qcom/sm8150p/gps/android/1.1/ |
H A D | GnssDebug.cpp | 57 DebugData data = { }; in getDebugData()
|
/aosp12/hardware/qcom/sm7250/gps/android/1.0/ |
H A D | GnssDebug.cpp | 56 DebugData data = { }; in getDebugData()
|