HomeSort by relevance Sort by last modified time
    Searched refs:callback_fn (Results 1 - 20 of 20) sorted by null

  /bionic/tests/
sys_socket_test.cpp 28 bool (*callback_fn)(int); member in struct:ConnectData
31 : callback_fn(callback_func), sock_path(socket_path) {}
36 bool (*callback_fn)(int) = pdata->callback_fn;
55 else if (callback_fn != NULL && !callback_fn(fd)) {
65 bool (*callback_fn)(int fd), const char* sock_path) {
79 ConnectData connect_data(callback_fn, sock_path);
  /external/webrtc/webrtc/sound/
pulseaudiosoundsystem.h 77 void (*callback_fn)(
83 void (*callback_fn)(
pulseaudiosoundsystem.cc     [all...]
  /external/llvm/include/llvm/ADT/
STLExtras.h 76 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/tensorflow/tensorflow/python/eager/
pywrap_tfe_src.cc 1493 PyObject* callback_fn = PyList_GET_ITEM(callbacks, i); local
    [all...]
  /external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
STLExtras.h 90 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>),
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
STLExtras.h 97 static Ret callback_fn(intptr_t callable, Params ...params) { function in class:llvm::function_ref
108 : callback(callback_fn<typename std::remove_reference<Callable>::type>),
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ADT/
STLExtras.h 97 static Ret callback_fn(intptr_t callable, Params ...params) { function in class:llvm::function_ref
108 : callback(callback_fn<typename std::remove_reference<Callable>::type>),
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ADT/
STLExtras.h 97 static Ret callback_fn(intptr_t callable, Params ...params) { function in class:llvm::function_ref
108 : callback(callback_fn<typename std::remove_reference<Callable>::type>),
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ADT/
STLExtras.h 95 static Ret callback_fn(intptr_t callable, Params ...params) { function in class:llvm::function_ref
108 : callback(callback_fn<typename std::remove_reference<Callable>::type>),
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ADT/
STLExtras.h 95 static Ret callback_fn(intptr_t callable, Params ...params) { function in class:llvm::function_ref
108 : callback(callback_fn<typename std::remove_reference<Callable>::type>),
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/ADT/
STLExtras.h 95 static Ret callback_fn(intptr_t callable, Params ...params) { function in class:llvm::function_ref
108 : callback(callback_fn<typename std::remove_reference<Callable>::type>),
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/ADT/
STLExtras.h 95 static Ret callback_fn(intptr_t callable, Params ...params) { function in class:llvm::function_ref
108 : callback(callback_fn<typename std::remove_reference<Callable>::type>),
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
STLExtras.h 97 static Ret callback_fn(intptr_t callable, Params ...params) { function in class:llvm::function_ref
108 : callback(callback_fn<typename std::remove_reference<Callable>::type>),
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/ADT/
STLExtras.h 97 static Ret callback_fn(intptr_t callable, Params ...params) { function in class:llvm::function_ref
108 : callback(callback_fn<typename std::remove_reference<Callable>::type>),
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/ADT/
STLExtras.h 97 static Ret callback_fn(intptr_t callable, Params ...params) { function in class:llvm::function_ref
108 : callback(callback_fn<typename std::remove_reference<Callable>::type>),
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/ADT/
STLExtras.h 95 static Ret callback_fn(intptr_t callable, Params ...params) { function in class:llvm::function_ref
108 : callback(callback_fn<typename std::remove_reference<Callable>::type>),
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/ADT/
STLExtras.h 95 static Ret callback_fn(intptr_t callable, Params ...params) { function in class:llvm::function_ref
108 : callback(callback_fn<typename std::remove_reference<Callable>::type>),
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/ADT/
STLExtras.h 95 static Ret callback_fn(intptr_t callable, Params ...params) { function in class:llvm::function_ref
108 : callback(callback_fn<typename std::remove_reference<Callable>::type>),
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/ADT/
STLExtras.h 95 static Ret callback_fn(intptr_t callable, Params ...params) { function in class:llvm::function_ref
108 : callback(callback_fn<typename std::remove_reference<Callable>::type>),
    [all...]

Completed in 793 milliseconds