Home
last modified time | relevance | path

Searched defs:callBack (Results 1 – 12 of 12) sorted by relevance

/frameworks/av/media/codec2/hal/hidl/1.0/vts/functional/common/
Dmedia_c2_hidl_test_common.h80 : callBack(fn) {} in callBack() function
126 std::function<void(std::list<std::unique_ptr<C2Work>>& workItems)> callBack; member
/frameworks/av/media/tests/benchmark/src/native/common/
DBenchmarkC2Common.h62 : callBack(fn) {} in callBack() function
100 std::function<void(std::list<std::unique_ptr<C2Work>> &workItems)> callBack; member
/frameworks/base/core/tests/coretests/src/android/os/
DIBinderThreadPriorityService.aidl22 void callBack(IBinderThreadPriorityService recurse); in callBack() method
DBinderThreadPriorityTest.java54 public void callBack(IBinderThreadPriorityService cb) { fail(); } in callBack() method in BinderThreadPriorityTest.ServiceStub
/frameworks/base/core/java/android/widget/
DDoubleDigitManager.java39 public DoubleDigitManager(long timeoutInMillis, CallBack callBack) { in DoubleDigitManager()
DDatePickerCalendarDelegate.java374 DatePicker.OnDateChangedListener callBack) { in init()
/frameworks/base/packages/SystemUI/accessibility/accessibilitymenu/src/com/android/systemui/accessibility/accessibilitymenu/view/
DA11yMenuFooter.java54 public A11yMenuFooter(ViewGroup menuLayout, A11yMenuFooterCallBack callBack) { in A11yMenuFooter()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DUiccPkcs15.java72 public boolean loadFile(String fileId, Message callBack) { in loadFile()
143 public Pkcs15Selector(Message callBack) { in Pkcs15Selector()
/frameworks/av/media/codec2/fuzzer/
DC2Fuzzer.cpp63 std::list<std::unique_ptr<C2Work>>& workItems)> callBack; member
/frameworks/native/libs/binder/tests/
DbinderLibTest.cpp658 sp<BinderLibTestCallBack> callBack = new BinderLibTestCallBack(); in TEST_F() local
707 sp<BinderLibTestCallBack> callBack[clientcount]; in TEST_F() local
962 sp<BinderLibTestCallBack> callBack = new BinderLibTestCallBack(); in TEST_F() local
984 sp<BinderLibTestCallBack> callBack = new BinderLibTestCallBack(); in TEST_F() local
/frameworks/av/services/audioflinger/
DAudioFlinger.h396 sync_event_callback_t callBack, in SyncEvent()
DAudioFlinger.cpp4009 sync_event_callback_t callBack, in createSyncEvent()