Home
last modified time | relevance | path

Searched refs:func_name (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Bluetooth/system/gd/hal/
Dhci_hal_android.cc35 std::string GetTimerText(const char* func_name, VecType vec) { in GetTimerText() argument
37 "%s: len %zu, 1st 5 bytes '%s'", func_name, vec.size(), in GetTimerText()
/packages/modules/Bluetooth/system/gd/rust/linux/dbus_projection/src/
Dlib.rs360 pub fn log(logging: DBusLog, prefix: &str, iface_name: &str, func_name: &str, param: &str) { in log()
363 let part_before_param = format!("{}: {}: {}", prefix, iface_name, func_name); in log()
/packages/services/Car/cpp/computepipe/runner/graph/
DLocalPrebuiltGraph.cpp41 std::string func_name = std::string("PrebuiltComputepipeRunner_") + #name; \
43 dlsym(mPrebuiltGraphInstance->mHandle, func_name.c_str()); \
/packages/modules/Bluetooth/system/btif/src/
Dbtif_dm.cc3898 const char* func_name; in btif_debug_bond_event_dump() local
3901 func_name = "btif_dm_create_bond"; in btif_debug_bond_event_dump()
3904 func_name = "btif_dm_remove_bond"; in btif_debug_bond_event_dump()
3907 func_name = "bond_state_changed "; in btif_debug_bond_event_dump()
3910 func_name = "btif_dm_cancel_bond"; in btif_debug_bond_event_dump()
3913 func_name = "Invalid value "; in btif_debug_bond_event_dump()
3934 event->bd_addr.ToRedactedStringForLogging().c_str(), func_name, bond_state); in btif_debug_bond_event_dump()