OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:controlfdw
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/core/jni/
android_server_BluetoothEventLoop.cpp
433
write(nat->
controlFdW
, &control, sizeof(char));
436
write(nat->
controlFdW
, &fd, sizeof(int));
439
write(nat->
controlFdW
, &flags, sizeof(unsigned int));
441
write(nat->
controlFdW
, &watch, sizeof(DBusWatch*));
450
write(nat->
controlFdW
, &control, sizeof(char));
453
write(nat->
controlFdW
, &fd, sizeof(int));
456
write(nat->
controlFdW
, &flags, sizeof(unsigned int));
663
if (nat->
controlFdW
) {
664
close(nat->
controlFdW
);
665
nat->
controlFdW
= 0
[
all
...]
android_bluetooth_common.h
85
int
controlFdW
;
Completed in 4539 milliseconds