OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:watchData
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/core/jni/
android_server_BluetoothEventLoop.cpp
599
memcpy(temp2, nat->
watchData
, sizeof(DBusWatch *) *
601
free(nat->
watchData
);
602
nat->
watchData
= temp2;
608
nat->
watchData
[nat->pollMemberCount] = watch;
628
nat->
watchData
[y] = nat->
watchData
[newCount];
695
dbus_watch_handle(nat->
watchData
[i], flags);
732
nat->
watchData
= (DBusWatch **)malloc(sizeof(DBusWatch *) *
734
if (!nat->
watchData
) {
741
memset(nat->
watchData
, 0, sizeof(DBusWatch *)
[
all
...]
android_bluetooth_common.h
83
DBusWatch **
watchData
;
Completed in 70 milliseconds