OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BtBinderGetName
(Results
1 - 3
of
3
) sorted by null
/tools/test/connectivity/acts/tests/google/native/bt/
BtNativeTest.py
25
result = self.droid.
BtBinderGetName
()
31
self.droid.
BtBinderGetName
("unexpected_parameter")
41
name = self.droid.
BtBinderGetName
()
58
name = d.
BtBinderGetName
()
/packages/apps/Test/connectivity/sl4n/facades/bluetooth/
bt_binder_facade.h
42
std::tuple<std::string, int>
BtBinderGetName
();
bt_binder_facade.cpp
91
std::tuple<std::string, int> BtBinderFacade::
BtBinderGetName
() {
215
std::tie(name, error_code) = facade.
BtBinderGetName
();
396
CommandReceiver::RegisterCommand("
BtBinderGetName
",
Completed in 267 milliseconds