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

  /external/chromium_org/ppapi/native_client/src/trusted/weak_ref/
call_on_main_thread.h 46 // references. The callback function callback_fn is invoked
48 // callback_fn takes a WeakRef<R>* as argument. The intention is that
56 void callback_fn(nacl::WeakRef<R>* weak_data, int32_t err),
63 callback_fn),
71 void callback_fn(nacl::WeakRef<R>* weak_data, int32_t err),
74 WeakRefNewCallback(anchor, callback_fn, raw_data, &cc);
84 WeakRefAutoAbandonWrapper(void (*callback_fn)(R* raw_data,
87 : orig_callback_fn(callback_fn),
  /bionic/tests/
sys_socket_test.cpp 46 bool (*callback_fn)(int) = reinterpret_cast<bool (*)(int)>(data);
65 else if (callback_fn != NULL && !callback_fn(fd)) {
75 bool (*callback_fn)(int fd)) {
90 ASSERT_EQ(0, pthread_create(&thread, NULL, ConnectFn, reinterpret_cast<void*>(callback_fn)));
  /external/chromium_org/third_party/libjingle/source/talk/sound/
pulseaudiosoundsystem.h 94 void (*callback_fn)(
100 void (*callback_fn)(
pulseaudiosoundsystem.cc     [all...]
  /external/qemu/audio/
audio.h 112 audio_callback_fn callback_fn,
133 audio_callback_fn callback_fn,
audio_template.h 412 audio_callback_fn callback_fn,
425 if (audio_bug (AUDIO_FUNC, !card || !name || !callback_fn || !as)) {
426 dolog ("card=%p name=%p callback_fn=%p as=%p\n",
427 card, name, callback_fn, as);
497 sw->callback.fn = callback_fn;
  /external/llvm/include/llvm/ADT/
STLExtras.h 74 static Ret callback_fn(intptr_t callable, Params ...params) { function in class:llvm::function_ref
82 : callback(callback_fn<typename std::remove_reference<Callable>::type>),
97 static Ret callback_fn(intptr_t callable) { function in class:llvm::function_ref
104 : callback(callback_fn<typename std::remove_reference<Callable>::type>),
115 static Ret callback_fn(intptr_t callable, Param1 param1) { function in class:llvm::function_ref
123 : callback(callback_fn<typename std::remove_reference<Callable>::type>),
136 static Ret callback_fn(intptr_t callable, Param1 param1, Param2 param2) { function in class:llvm::function_ref
145 : callback(callback_fn<typename std::remove_reference<Callable>::type>),
160 static Ret callback_fn(intptr_t callable, Param1 param1, Param2 param2, function in class:llvm::function_ref
171 : callback(callback_fn<typename std::remove_reference<Callable>::type>)
    [all...]

Completed in 209 milliseconds