/hardware/google/pixel/power-libperfmgr/libperfmgr/tests/ |
D | FileNodeTest.cc | 44 FileNode t("t", tf.path, {{"value0"}, {"value1"}, {"value2"}}, 1, false, false); in TEST() local 52 FileNode t("t", tf.path, {{"value0"}, {"value1"}, {"value2"}}, 1, true, true); in TEST() local 64 FileNode t("test_dump", tf.path, {{"value0"}, {"value1"}, {"value2"}}, 1, in TEST() local 85 FileNode t("t", tf.path, {{"value0"}, {"value1"}, {"value2"}}, 1, false, false); in TEST() local 97 FileNode t("t", tf.path, {{"value0"}, {"value1"}, {"value2"}}, 1, false, false); in TEST() local 109 FileNode t(test_name, test_path, {}, 0, false, false, true); in TEST() local 120 FileNode t("t", "/sys/android/nonexist_node_test", in TEST() local 139 FileNode t("t", tf.path, {{"value0"}, {"value1"}, {"value2"}}, 2, true, true); in TEST() local 169 FileNode t("t", tf.path, {{"value0"}, {"value1"}, {"value2"}}, 2, true, true); in TEST() local 199 FileNode t("t", tf.path, {{"value0"}, {"value1"}, {"value2"}}, 2, true, in TEST() local
|
D | PropertyNodeTest.cc | 50 PropertyNode t("t", key, {{"value0"}, {"value1"}, {"value2"}}, 1, false); in TEST() local 58 PropertyNode t("t", key, {{"value0"}, {"value1"}, {"value2"}}, 1, true); in TEST() local 70 PropertyNode t("test_dump", key, {{"value0"}, {"value1"}, {"value2"}}, 1, in TEST() local 92 PropertyNode t("t", key, {{"value0"}, {"value1"}, {"value2"}}, 1, false); in TEST() local 104 PropertyNode t("t", key, {{"value0"}, {"value1"}, {"value2"}}, 1, false); in TEST() local 116 PropertyNode t(test_name, test_path, {}, 0, false); in TEST() local 127 PropertyNode t("t", key, {{"value0"}, {"value1"}, {""}}, 2, true); in TEST() local 157 PropertyNode t("t", key, {{"value0"}, {"value1"}, {"value2"}}, 2, true); in TEST() local 187 PropertyNode t("t", key, {{"value0"}, {"value1"}, {"value2"}}, 2, true); in TEST() local
|
/hardware/google/aemu/host-common/include/host-common/ |
D | hw-config.h | 27 #define HWCFG_BOOL(n,s,d,a,t) hw_bool_t n; argument 28 #define HWCFG_INT(n,s,d,a,t) hw_int_t n; argument 29 #define HWCFG_STRING(n,s,d,a,t) hw_string_t n; argument 30 #define HWCFG_DOUBLE(n,s,d,a,t) hw_double_t n; argument 31 #define HWCFG_DISKSIZE(n,s,d,a,t) hw_disksize_t n; argument
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/ |
D | miniopt.c | 41 miniopt_init(miniopt_t *t, const char* name, const char* flags, bool longflags) in miniopt_init() 57 miniopt(miniopt_t *t, char **argv) in miniopt()
|
/hardware/ril/reference-ril/ |
D | reference-ril.c | 209 #define RIL_onRequestComplete(t, e, response, responselen) s_rilenv->OnRequestComplete(t,e, respons… argument 446 static void requestRadioPower(void *data, size_t datalen __unused, RIL_Token t) in requestRadioPower() 483 static void requestShutdown(RIL_Token t) in requestShutdown() 507 static void requestDataCallList(void *data __unused, size_t datalen __unused, RIL_Token t) in requestDataCallList() 514 void *data __unused, size_t datalen __unused, RIL_Token t, int request) in requestCallSelection() 578 static void requestOrSendDataCallList(RIL_Token *t) in requestOrSendDataCallList() 735 void *data __unused, size_t datalen __unused, RIL_Token t) in requestQueryNetworkSelectionMode() 778 static void requestGetCurrentCalls(void *data __unused, size_t datalen __unused, RIL_Token t) 903 static void requestDial(void *data, size_t datalen __unused, RIL_Token t) 930 static void requestWriteSmsToSim(void *data, size_t datalen __unused, RIL_Token t) [all …]
|
/hardware/qcom/gps/msm8084/utils/ |
D | loc_timer.c | 58 timer_data* t = (timer_data*)thread_data; in timer_thread() local 118 timer_data *t=NULL; in loc_timer_start() local 176 timer_data* t = (timer_data*)handle; in loc_timer_stop() local
|
/hardware/qcom/gps/utils/ |
D | loc_timer.c | 58 timer_data* t = (timer_data*)thread_data; in timer_thread() local 134 timer_data *t=NULL; in loc_timer_start() local 192 timer_data* t = (timer_data*)handle; in loc_timer_stop() local
|
/hardware/qcom/gps/msm8994/utils/ |
D | loc_timer.c | 58 timer_data* t = (timer_data*)thread_data; in timer_thread() local 134 timer_data *t=NULL; in loc_timer_start() local 193 timer_data* t = (timer_data*)handle; in loc_timer_stop() local
|
/hardware/google/aemu/base/ |
D | StringParse_unittest.cpp | 66 for (auto& t : threads) { in TEST() local 69 for (auto& t : threads) { in TEST() local
|
/hardware/google/aemu/base/include/aemu/base/threads/ |
D | ThreadStore.h | 135 void set(T* t) { in set() 143 T* swap(T* t) { in swap()
|
/hardware/google/pixel/thermal/utils/ |
D | powerhal_helper.cpp | 157 void PowerHalService::sendPowerExtHint(const Temperature &t) { in sendPowerExtHint() 188 bool PowerHalService::isModeSupported(const std::string &type, const ThrottlingSeverity &t) { in isModeSupported() 206 void PowerHalService::setMode(const std::string &type, const ThrottlingSeverity &t, in setMode()
|
/hardware/qcom/gps/msm8994/platform_lib_abstractions/ |
D | elapsed_millis_since_boot.cpp | 35 struct timeval t; in systemTime() local
|
/hardware/qcom/gps/msm8960/platform_lib_abstractions/ |
D | elapsed_millis_since_boot.cpp | 35 struct timeval t; in systemTime() local
|
/hardware/qcom/gps/msm8084/platform_lib_abstractions/ |
D | elapsed_millis_since_boot.cpp | 35 struct timeval t; in systemTime() local
|
/hardware/qcom/gps/msm8909w_3100/utils/platform_lib_abstractions/ |
D | elapsed_millis_since_boot.cpp | 35 struct timeval t; in systemTime() local
|
/hardware/qcom/gps/msm8909/utils/platform_lib_abstractions/ |
D | elapsed_millis_since_boot.cpp | 35 struct timeval t; in systemTime() local
|
/hardware/qcom/gps/msm8996/utils/platform_lib_abstractions/ |
D | elapsed_millis_since_boot.cpp | 35 struct timeval t; in systemTime() local
|
/hardware/qcom/gps/msm8998/utils/platform_lib_abstractions/ |
D | elapsed_millis_since_boot.cpp | 35 struct timeval t; in systemTime() local
|
/hardware/qcom/gps/platform_lib_abstractions/ |
D | elapsed_millis_since_boot.cpp | 35 struct timeval t; in systemTime() local
|
/hardware/qcom/gps/msm8960/utils/ |
D | loc_timer.c | 51 timer_data t; in timer_thread() local 119 timer_data *t=NULL; in loc_timer_start() local
|
/hardware/qcom/gps/msm8909w_3100/utils/platform_lib_abstractions/loc_stub/src/ |
D | loc_stub_time.cpp | 36 struct timeval t; in systemTime() local
|
/hardware/qcom/gps/msm8998/utils/platform_lib_abstractions/loc_stub/src/ |
D | loc_stub_time.cpp | 36 struct timeval t; in systemTime() local
|
/hardware/interfaces/audio/common/all-versions/util/include/common/all-versions/ |
D | HidlSupport.h | 37 std::string t; in splitString() local
|
/hardware/google/pixel/power-libperfmgr/aidl/ |
D | PowerSessionManager.cpp | 128 for (auto t : session->getTidList()) { in addThreadsFromPowerSessionLocked() local 144 for (auto t : session->getTidList()) { in removeThreadsFromPowerSessionLocked() local 160 for (auto t : session->getTidList()) { in setUclampMinLocked() local 211 int t = s->getTidList()[i]; in dumpToFd() local
|
/hardware/google/gchips/gralloc4/src/core/ |
D | mali_gralloc_bufferaccess.cpp | 113 const int t, const int w, const int h, in validate_lock_input_parameters() 189 uint64_t usage, int l, int t, int w, int h, void **vaddr) in mali_gralloc_lock()
|