OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BtBinderSetName
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Test/connectivity/sl4n/facades/bluetooth/
bt_binder_facade.h
47
std::tuple<bool, int>
BtBinderSetName
(std::string name);
bt_binder_facade.cpp
107
std::tuple<bool, int> BtBinderFacade::
BtBinderSetName
(
261
std::tie(set_result, error_code) = facade.
BtBinderSetName
(name);
398
CommandReceiver::RegisterCommand("
BtBinderSetName
",
/tools/test/connectivity/acts/tests/google/native/bt/
BtNativeTest.py
38
result = self.droid.
BtBinderSetName
(test_name)
57
d.
BtBinderSetName
(test_name)
Completed in 6877 milliseconds