HomeSort by relevance Sort by last modified time
    Searched refs:CallBack (Results 1 - 25 of 48) sorted by null

1 2

  /frameworks/base/core/java/android/widget/
DoubleDigitManager.java 30 private final CallBack mCallBack;
37 * @param callBack The callback to indicate what's going on with the user.
39 public DoubleDigitManager(long timeoutInMillis, CallBack callBack) {
41 mCallBack = callBack;
75 * The callback to indicate what is going on with the digits pressed.
77 static interface CallBack {
  /device/linaro/bootloader/edk2/EmbeddedPkg/Include/Library/
EblAddExternalCommandLib.h 35 An optional callback function is called every second when waiting for a
45 @param CallBack Callback called every second during the timeout wait
67 IN EBL_GET_CHAR_CALL_BACK CallBack OPTIONAL
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Ip4Dxe/
Ip4If.h 30 to the callback as a reference. Flag isn't used.
42 @param[in] Context Additional data for callback.
58 /// Upon completion, the Callback will be called. Only one
67 IP4_FRAME_CALLBACK CallBack;
75 /// Upon completion, the Callback will be called.
84 IP4_FRAME_CALLBACK CallBack;
117 Callback to select which frame to cancel. Caller can cancel a
121 @param Context Additional data for callback.
254 If some error happened, the CallBack won't be called. So, the caller
263 @param[in] CallBack Function to call back when transmit finished.
    [all...]
Ip4If.c 24 Callback funtion when frame transmission is finished. It will
25 call the frame owner's callback function to tell it the result.
51 Callback function when ARP request are finished. It will cancelled
55 @param[in] Context The context of the callback, a point to the ARP
69 @param Context The context of the callback, a point to the ARP
88 @param Context Context for the callback.
101 @param Context Context for the callback.
117 callback function.
138 @param[in] CallBack Call back function to execute if transmission
151 IN IP4_FRAME_CALLBACK CallBack,
    [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/Ip6Dxe/
Ip6If.h 31 // to the callback as a reference. Flag isn't used.
50 // Upon completion, the Callback will be called. Only one
56 IP6_FRAME_CALLBACK CallBack;
63 // Upon completion, the Callback will be called.
70 IP6_FRAME_CALLBACK CallBack;
92 // Callback to select which frame to cancel. Caller can cancel a
194 @param Context Context for the callback.
207 @param[in] CallBack Function to call when the receive finished.
217 IN IP6_FRAME_CALLBACK CallBack,
225 If some error happened, the CallBack won't be called. So, the caller
    [all...]
Ip6If.c 69 @param[in] DadCallback The caller's callback to trigger when DAD finishes.
352 @param[in] CallBack Call back function to execute if transmission
354 @param[in] Context Opaque parameter to the callback.
364 IN IP6_FRAME_CALLBACK CallBack,
384 Token->CallBack = CallBack;
442 Callback function when the received packet is freed.
469 @param[in] Context Context for the callback.
491 // caller wants to call Ip6ReceiveFrame in the callback.
501 Token->CallBack (NULL, MnpToken->Status, 0, Token->Context);
    [all...]
  /device/linaro/bootloader/edk2/EmbeddedPkg/Library/EblAddExternalCommandLib/
EblAddExternalCommandLib.c 34 An optional callback function is called every second when waiting for a
39 @param CallBack Callback called every second during the timeout wait
50 IN EBL_GET_CHAR_CALL_BACK CallBack OPTIONAL
54 return gEblExternalCommand->EblGetCharKey (Key, TimeoutInSec, CallBack);
  /device/linaro/bootloader/edk2/MdeModulePkg/Include/Library/
UdpIoLib.h 53 which is then provided to the callback as a reference.
74 /// the CallBack will be called. Only one receive request is sent to UDP at a
87 UDP_IO_CALLBACK CallBack;
100 /// the CallBack will be called. There can be several transmit requests. All transmit
118 UDP_IO_CALLBACK CallBack;
281 The packet will be wrapped in UDP_TX_TOKEN. Function Callback will be called
290 @param[in] CallBack The function being called when packet is
292 @param[in] Context The opaque parameter passed to CallBack.
306 IN UDP_IO_CALLBACK CallBack,
329 to invoke this function inside its Callback function when the former packet
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
davclnt.h 65 PFNDAVAUTHCALLBACK CallBack,
125 PFNDAVAUTHCALLBACK CallBack,
  /device/linaro/bootloader/edk2/EmbeddedPkg/Include/Protocol/
EblAddCommand.h 84 An optional callback function is called every second when waiting for a
89 @param CallBack Callback called every second during the timeout wait
100 IN EBL_GET_CHAR_CALL_BACK CallBack OPTIONAL
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/DxeUdpIoLib/
DxeUdpIoLib.c 74 The callback function when the packet is sent by UDP.
77 the packet owner's callback function set by UdpIoSendDatagram.
98 TxToken->CallBack (TxToken->Packet, NULL, TxToken->Token.Udp4.Status, TxToken->Context);
100 TxToken->CallBack (TxToken->Packet, NULL, TxToken->Token.Udp6.Status, TxToken->Context);
188 // wants to restart the receive in the callback.
205 // Invoke the CallBack only if the reception is not actively aborted.
207 RxToken->CallBack (NULL, NULL, Status, RxToken->Context);
236 RxToken->CallBack (NULL, NULL, EFI_OUT_OF_RESOURCES, RxToken->Context);
279 RxToken->CallBack (NULL, NULL, EFI_OUT_OF_RESOURCES, RxToken->Context);
305 RxToken->CallBack (Netbuf, &EndPoint, EFI_SUCCESS, RxToken->Context);
    [all...]
  /device/linaro/bootloader/edk2/EmulatorPkg/Include/Protocol/
EmuFileSystem.h 81 IN EMU_GRAPHICS_WINDOW_REGISTER_KEY_NOTIFY_CALLBACK CallBack,
EmuThunk.h 185 IN EMU_SET_TIMER_CALLBACK CallBack
  /frameworks/av/media/libeffects/lvm/lib/Eq/src/
LVEQNB_Control.c 517 /* CallBack function of the mixer */
526 LVM_Callback CallBack = pInstance->Capabilities.CallBack;
541 if (CallBack != LVM_NULL){
542 CallBack(pInstance->Capabilities.pBundleInstance, LVM_NULL, ALGORITHM_EQNB_ID|LVEQNB_EVENT_ALGOFF);
  /frameworks/av/media/libeffects/lvm/lib/StereoWidening/lib/
LVCS.h 92 /* Callback events */
217 /* Callback parameters */
218 LVM_Callback CallBack; /* Bundle callback */
  /device/linaro/bootloader/edk2/EmbeddedPkg/Ebl/
Main.c 235 An optional callback function is called every second when waiting for a
240 @param CallBack Callback called every second during the timeout wait
251 IN EBL_GET_CHAR_CALL_BACK CallBack OPTIONAL
287 if (CallBack != NULL) {
288 // Call the users callback function if registered
289 CallBack (TimeoutInSec);
Ebl.h 123 IN EBL_GET_CHAR_CALL_BACK CallBack OPTIONAL
  /frameworks/av/media/libeffects/lvm/lib/Eq/lib/
LVEQNB.h 102 /* Callback events */
284 /* Callback parameters */
285 LVM_Callback CallBack; /* Bundle callback */
  /device/linaro/bootloader/edk2/EmulatorPkg/Unix/Host/
EmuThunk.c 173 IN EMU_SET_TIMER_CALLBACK CallBack
203 settimer_callback = CallBack;
Gasket.h 98 IN EMU_SET_TIMER_CALLBACK CallBack
204 CALL_BACK CallBack,
210 VOID *CallBack,
  /frameworks/av/media/libeffects/lvm/lib/StereoWidening/src/
LVCS_BypassMix.c 364 if((*pInstance->Capabilities.CallBack) != LVM_NULL){
365 (*pInstance->Capabilities.CallBack)(pInstance->Capabilities.pBundleInstance,
  /prebuilts/clang/host/linux-x86/clang-4579689/prebuilt_include/llvm/lib/Fuzzer/
FuzzerTracePC.h 88 template <class Callback> void CollectFeatures(Callback CB) const;
129 template<class CallBack>
130 void ForEachObservedPC(CallBack CB) {
172 template <class Callback>
173 // void Callback(size_t FirstFeature, size_t Idx, uint8_t Value);
176 size_t FirstFeature, Callback Handle8bitCounter) {
214 template <class Callback> // void Callback(size_t Feature)
217 void TracePC::CollectFeatures(Callback HandleFeature) const
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/prebuilt_include/llvm/lib/Fuzzer/
FuzzerTracePC.h 88 template <class Callback> void CollectFeatures(Callback CB) const;
129 template<class CallBack>
130 void ForEachObservedPC(CallBack CB) {
172 template <class Callback>
173 // void Callback(size_t FirstFeature, size_t Idx, uint8_t Value);
176 size_t FirstFeature, Callback Handle8bitCounter) {
214 template <class Callback> // void Callback(size_t Feature)
217 void TracePC::CollectFeatures(Callback HandleFeature) const
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/prebuilt_include/llvm/lib/Fuzzer/
FuzzerTracePC.h 88 template <class Callback> void CollectFeatures(Callback CB) const;
129 template<class CallBack>
130 void ForEachObservedPC(CallBack CB) {
172 template <class Callback>
173 // void Callback(size_t FirstFeature, size_t Idx, uint8_t Value);
176 size_t FirstFeature, Callback Handle8bitCounter) {
214 template <class Callback> // void Callback(size_t Feature)
217 void TracePC::CollectFeatures(Callback HandleFeature) const
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/prebuilt_include/llvm/lib/Fuzzer/
FuzzerTracePC.h 88 template <class Callback> void CollectFeatures(Callback CB) const;
129 template<class CallBack>
130 void ForEachObservedPC(CallBack CB) {
172 template <class Callback>
173 // void Callback(size_t FirstFeature, size_t Idx, uint8_t Value);
176 size_t FirstFeature, Callback Handle8bitCounter) {
214 template <class Callback> // void Callback(size_t Feature)
217 void TracePC::CollectFeatures(Callback HandleFeature) const
    [all...]

Completed in 433 milliseconds

1 2