Searched refs:callback_fn (Results 1 - 4 of 4) sorted by relevance

/external/webrtc/webrtc/sound/
H A Dpulseaudiosoundsystem.h77 void (*callback_fn)(
83 void (*callback_fn)(
H A Dpulseaudiosoundsystem.cc1258 void (*callback_fn)(
1264 void (*callback_fn)(
1281 callback_fn,
/external/llvm/include/llvm/ADT/
H A DSTLExtras.h76 static Ret callback_fn(intptr_t callable, Params ...params) { function in class:llvm::function_ref
87 : callback(callback_fn<typename std::remove_reference<Callable>::type>),
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A DSTLExtras.h90 static Ret callback_fn(intptr_t callable, Params ...params) { function in class:llvm::function_ref
101 : callback(callback_fn<typename std::remove_reference<Callable>::type>),

Completed in 170 milliseconds