Home
last modified time | relevance | path

Searched defs:t_type (Results 1 – 5 of 5) sorted by relevance

/aosp12/system/bt/test/mock/
H A Dmock_stack_hidh.cc68 tHID_STATUS HID_HostWriteDev(uint8_t dev_handle, uint8_t t_type, uint8_t param, in HID_HostWriteDev()
/aosp12/system/bt/stack/hid/
H A Dhidh_api.cc412 tHID_STATUS HID_HostWriteDev(uint8_t dev_handle, uint8_t t_type, uint8_t param, in HID_HostWriteDev()
/aosp12/system/bt/bta/hh/
H A Dbta_hh_api.cc136 static void bta_hh_snd_write_dev(uint8_t dev_handle, uint8_t t_type, in bta_hh_snd_write_dev()
H A Dbta_hh_int.h80 uint8_t t_type; member
/aosp12/art/compiler/optimizing/
H A Dinstruction_simplifier.cc1047 DataType::Type t_type = true_value->GetType(); in VisitSelect() local