OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:registration
(Results
1 - 3
of
3
) sorted by null
/external/bluetooth/bluez/audio/
telephony-dummy.c
347
dbus_bool_t
registration
;
local
350
if (!dbus_message_get_args(msg, NULL, DBUS_TYPE_BOOLEAN, &
registration
,
354
val =
registration
? EV_SERVICE_PRESENT : EV_SERVICE_NONE;
358
DBG("telephony-dummy:
registration
status set to %d", val);
/external/v8/src/
spaces.cc
425
MemoryAllocationCallbackRegistration
registration
=
local
427
if ((
registration
.space & space) == space &&
428
(
registration
.action & action) == action)
429
registration
.callback(space, action, static_cast<int>(size));
448
MemoryAllocationCallbackRegistration
registration
(callback, space, action);
450
return memory_allocation_callbacks_.Add(
registration
);
[
all
...]
/prebuilt/common/osgi/
osgi.jar
Completed in 222 milliseconds