Searched defs:ident (Results 1 – 3 of 3) sorted by relevance
/system/core/libutils/ |
D | Looper.cpp | 186 int ident = response.request.ident; in pollOnce() local 428 int Looper::addFd(int fd, int ident, int events, Looper_callbackFunc callback, void* data) { in addFd() 436 int Looper::addFd(int fd, int ident, int events, const sp<LooperCallback>& callback, void* data) { in addFd()
|
/system/core/libutils/include/utils/ |
D | Looper.h | 429 int ident; member
|
/system/vold/bench/ |
D | benchgen.py | 47 def __init__(self, name, ident): argument
|