Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/stack/a2dp/
Da2dp_vendor_ldac_decoder.cc106 static void* load_func(const char* func_name) { in load_func() argument
107 void* func_ptr = dlsym(ldac_bco_lib_handle, func_name); in load_func()
110 func_name, dlerror()); in load_func()
/packages/modules/Bluetooth/system/gd/hal/
Dhci_hal_android.cc32 std::string GetTimerText(const char* func_name, VecType vec) { in GetTimerText() argument
35 func_name, in GetTimerText()
/packages/modules/Bluetooth/system/gd/rust/linux/dbus_projection/src/
Dlib.rs358 pub fn log(logging: DBusLog, prefix: &str, iface_name: &str, func_name: &str, param: &str) { in log()
361 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.cc4099 const char* func_name; in btif_debug_bond_event_dump() local
4102 func_name = "btif_dm_create_bond"; in btif_debug_bond_event_dump()
4105 func_name = "btif_dm_remove_bond"; in btif_debug_bond_event_dump()
4108 func_name = "bond_state_changed "; in btif_debug_bond_event_dump()
4111 func_name = "btif_dm_cancel_bond"; in btif_debug_bond_event_dump()
4114 func_name = "Invalid value "; in btif_debug_bond_event_dump()
4135 ADDRESS_TO_LOGGABLE_CSTR(event->bd_addr), func_name, bond_state); in btif_debug_bond_event_dump()