Home
last modified time | relevance | path

Searched refs:callback_fn (Results 1 – 6 of 6) sorted by relevance

/external/webrtc/webrtc/sound/
Dpulseaudiosoundsystem.h77 void (*callback_fn)(
83 void (*callback_fn)(
Dpulseaudiosoundsystem.cc1258 void (*callback_fn)( in EnumerateDevices()
1264 void (*callback_fn)( in EnumerateDevices()
1281 callback_fn, in EnumerateDevices()
/external/llvm/include/llvm/ADT/
DSTLExtras.h76 static Ret callback_fn(intptr_t callable, Params ...params) { in callback_fn() function
87 : callback(callback_fn<typename std::remove_reference<Callable>::type>), in callback()
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DSTLExtras.h90 static Ret callback_fn(intptr_t callable, Params ...params) { in callback_fn() function
101 : callback(callback_fn<typename std::remove_reference<Callable>::type>), in callback()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
DSTLExtras.h114 static Ret callback_fn(intptr_t callable, Params ...params) {
128 : callback(callback_fn<typename std::remove_reference<Callable>::type>),
/external/tensorflow/tensorflow/python/eager/
Dpywrap_tfe_src.cc2487 PyObject* callback_fn = PyList_GET_ITEM(op_exec_info.callbacks, i); local
2488 if (!PyCallable_Check(callback_fn)) {
2493 i, callback_fn->ob_type->tp_name)
2498 PyObject_CallObject(callback_fn, callback_args.get());