OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:handler_id
(Results
1 - 13
of
13
) sorted by null
/frameworks/av/include/media/stagefright/foundation/
ALooperRoster.h
30
ALooper::
handler_id
registerHandler(
33
void unregisterHandler(ALooper::
handler_id
handlerID);
45
KeyedVector<ALooper::
handler_id
, HandlerInfo> mHandlers;
46
ALooper::
handler_id
mNextHandlerID;
AHandler.h
36
ALooper::
handler_id
id() const {
60
ALooper::
handler_id
mID;
63
inline void setID(ALooper::
handler_id
id, wp<ALooper> looper) {
ALooper.h
37
typedef int32_t
handler_id
;
typedef in struct:android::ALooper
44
handler_id
registerHandler(const sp<AHandler> &handler);
45
void unregisterHandler(
handler_id
handlerID);
AMessage.h
192
ALooper::
handler_id
mTarget;
/system/webservd/libwebserv/
dbus_protocol_handler.cc
71
for (int
handler_id
: handler_ids) {
72
RemoveHandler(
handler_id
);
144
bool DBusProtocolHandler::RemoveHandler(int
handler_id
) {
145
auto p = request_handlers_.find(
handler_id
);
186
int
handler_id
,
189
auto p = request_handlers_.find(
handler_id
);
193
remote_handler_id_map_.emplace(remote_handler_id,
handler_id
);
196
void DBusProtocolHandler::AddHandlerError(int /*
handler_id
*/,
304
std::string
handler_id
= iter->second;
local
305
auto find_proxy_by_id = [
handler_id
](decltype(*proxies_.begin()) pair)
[
all
...]
protocol_handler.h
101
// Removes the handler with the specified |
handler_id
|.
103
virtual bool RemoveHandler(int
handler_id
) = 0;
dbus_protocol_handler.h
76
bool RemoveHandler(int
handler_id
) override;
104
int
handler_id
,
107
void AddHandlerError(int
handler_id
, brillo::Error* error);
/system/webservd/webservd/
dbus_protocol_handler.cc
94
std::string
handler_id
= protocol_handler_->AddRequestHandler(
local
96
p->second.handler_ids.insert(
handler_id
);
97
handler_to_service_name_map_.emplace(
handler_id
, in_service_name);
99
*out_request_handler_id =
handler_id
;
145
for (const std::string&
handler_id
: p->second.handler_ids) {
146
handler_to_service_name_map_.erase(
handler_id
);
147
protocol_handler_->RemoveRequestHandler(
handler_id
);
protocol_handler.cc
101
std::string
handler_id
= base::GenerateGUID();
local
102
request_handlers_.emplace(
handler_id
,
104
return
handler_id
;
107
bool ProtocolHandler::RemoveRequestHandler(const std::string&
handler_id
) {
108
return request_handlers_.erase(
handler_id
) == 1;
115
std::string
handler_id
;
local
148
handler_id
= pair.first;
152
return
handler_id
;
protocol_handler.h
54
bool RemoveRequestHandler(const std::string&
handler_id
);
58
// Returns the
handler_id
or empty string if not found.
/frameworks/av/media/libstagefright/foundation/
ALooperRoster.cpp
36
ALooper::
handler_id
ALooperRoster::registerHandler(
48
ALooper::
handler_id
handlerID = mNextHandlerID++;
56
void ALooperRoster::unregisterHandler(ALooper::
handler_id
handlerID) {
ALooper.cpp
88
ALooper::
handler_id
ALooper::registerHandler(const sp<AHandler> &handler) {
92
void ALooper::unregisterHandler(
handler_id
handlerID) {
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar
Completed in 124 milliseconds