Home
last modified time | relevance | path

Searched defs:callback (Results 1 – 8 of 8) sorted by relevance

/system/core/fastboot/
Dusb_windows.c278 int recognized_device(usb_handle* handle, ifc_match_func callback) { in recognized_device()
329 static usb_handle *find_usb_device(ifc_match_func callback) { in find_usb_device()
376 usb_handle *usb_open(ifc_match_func callback) in usb_open()
Dusb_osx.c56 ifc_match_func callback; member
381 static int init_usb(ifc_match_func callback, usb_handle **handle) { in init_usb()
454 usb_handle *usb_open(ifc_match_func callback) { in usb_open()
Dusb_linux.c115 ifc_match_func callback, in filter_usb_device()
301 static usb_handle *find_usb_device(const char *base, ifc_match_func callback) in find_usb_device()
465 usb_handle *usb_open(ifc_match_func callback) in usb_open()
/system/core/libutils/
Dmisc.cpp41 sysprop_change_callback callback; member
DLooper.cpp46 SimpleLooperCallback::SimpleLooperCallback(Looper_callbackFunc callback) : in SimpleLooperCallback()
404 int Looper::addFd(int fd, int ident, int events, Looper_callbackFunc callback, void* data) { in addFd()
408 int Looper::addFd(int fd, int ident, int events, const sp<LooperCallback>& callback, void* data) { in addFd()
/system/core/logd/
DLogReader.cpp123 static bool callback(const LogBufferElement *element, void *obj) { in onDataAvailable() function in LogReader::onDataAvailable::LogFindStart
/system/core/libutils/tests/
DLruCache_test.cpp265 EntryRemovedCallback callback; in TEST_F() local
280 EntryRemovedCallback callback; in TEST_F() local
/system/core/include/utils/
DLooper.h422 sp<LooperCallback> callback; member