OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:handlerid
(Results
1 - 12
of
12
) sorted by null
/frameworks/av/media/libstagefright/foundation/
ALooperRoster.cpp
48
ALooper::handler_id
handlerID
= mNextHandlerID++;
49
mHandlers.add(
handlerID
, info);
51
handler->setID(
handlerID
, looper);
53
return
handlerID
;
56
void ALooperRoster::unregisterHandler(ALooper::handler_id
handlerID
) {
59
ssize_t index = mHandlers.indexOfKey(
handlerID
);
ALooper.cpp
92
void ALooper::unregisterHandler(handler_id
handlerID
) {
93
gLooperRoster.unregisterHandler(
handlerID
);
/frameworks/av/include/media/stagefright/foundation/
ALooperRoster.h
33
void unregisterHandler(ALooper::handler_id
handlerID
);
ALooper.h
45
void unregisterHandler(handler_id
handlerID
);
/prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
MultiCall.py
76
self.
handlerid
= None
79
if not self.
handlerid
:
90
self.
handlerid
= self.widget.bind(self.widgetinst,
97
self.widget.unbind(self.widgetinst, self.sequence, self.
handlerid
)
98
self.
handlerid
= None
101
if self.
handlerid
:
102
self.widget.unbind(self.widgetinst, self.sequence, self.
handlerid
)
/prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
MultiCall.py
76
self.
handlerid
= None
79
if not self.
handlerid
:
90
self.
handlerid
= self.widget.bind(self.widgetinst,
97
self.widget.unbind(self.widgetinst, self.sequence, self.
handlerid
)
98
self.
handlerid
= None
101
if self.
handlerid
:
102
self.widget.unbind(self.widgetinst, self.sequence, self.
handlerid
)
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
MultiCall.py
76
self.
handlerid
= None
79
if not self.
handlerid
:
90
self.
handlerid
= self.widget.bind(self.widgetinst,
97
self.widget.unbind(self.widgetinst, self.sequence, self.
handlerid
)
98
self.
handlerid
= None
101
if self.
handlerid
:
102
self.widget.unbind(self.widgetinst, self.sequence, self.
handlerid
)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
MultiCall.py
76
self.
handlerid
= None
79
if not self.
handlerid
:
90
self.
handlerid
= self.widget.bind(self.widgetinst,
97
self.widget.unbind(self.widgetinst, self.sequence, self.
handlerid
)
98
self.
handlerid
= None
101
if self.
handlerid
:
102
self.widget.unbind(self.widgetinst, self.sequence, self.
handlerid
)
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/scanner/
WifiScanningServiceImpl.java
334
final int
handlerId
;
338
RequestInfo(ClientInfo clientInfo, int
handlerId
, WorkSource requestedWorkSource,
341
this.
handlerId
=
handlerId
;
347
clientInfo.reportEvent(what, arg1,
handlerId
, obj);
356
T removeRequest(ClientInfo ci, int
handlerId
) {
361
if (entry.clientInfo == ci && entry.
handlerId
==
handlerId
) {
733
logCallback("singleScanFailed", entry.clientInfo, entry.
handlerId
,
[
all
...]
/external/v8/src/full-codegen/
full-codegen.cc
[
all
...]
/external/v8/src/compiler/
ast-graph-builder.cc
[
all
...]
/external/v8/src/ast/
ast.h
[
all
...]
Completed in 587 milliseconds