OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:sl4n
(Results
1 - 15
of
15
) sorted by null
/packages/apps/Test/connectivity/sl4n/facades/test/
test_facade.cpp
74
doc.AddMember(
sl4n
::kResultStr, false, doc.GetAllocator());
75
doc.AddMember(
sl4n
::kErrorStr,
sl4n
::kFailStr, doc.GetAllocator());
77
doc.AddMember(
sl4n
::kResultStr, result, doc.GetAllocator());
78
doc.AddMember(
sl4n
::kErrorStr, NULL, doc.GetAllocator());
91
doc.AddMember(
sl4n
::kResultStr, false, doc.GetAllocator());
92
doc.AddMember(
sl4n
::kErrorStr,
sl4n
::kFailStr, doc.GetAllocator());
94
doc.AddMember(
sl4n
::kResultStr, result, doc.GetAllocator());
95
doc.AddMember(
sl4n
::kErrorStr, NULL, doc.GetAllocator())
[
all
...]
/packages/apps/Test/connectivity/
PREUPLOAD.cfg
3
-fw
sl4n
/packages/apps/Test/connectivity/sl4n/facades/bluetooth/
bt_binder_facade.cpp
55
LOG(ERROR) <<
sl4n
::kTagStr << " IBluetooth interface not initialized";
61
LOG(ERROR) <<
sl4n
::kTagStr << " IBluetooth interface not enabled";
69
LOG(ERROR) <<
sl4n
::kTagStr << ": IBluetooth interface not enabled";
75
LOG(ERROR) <<
sl4n
::kTagStr << ": Failed to enable the Bluetooth service";
84
return std::make_tuple(
sl4n
::kFailStr, sl4n_error_codes::kFailInt);
93
return std::make_tuple(
sl4n
::kFailStr,sl4n_error_codes::kFailInt);
100
LOG(ERROR) <<
sl4n
::kTagStr << ": Failed to get device name";
101
return std::make_tuple(
sl4n
::kFailStr, sl4n_error_codes::kFailInt);
117
LOG(ERROR) <<
sl4n
::kTagStr << ": Failed to set device name";
140
LOG(ERROR) <<
sl4n
::kTagStr << ": Failed to register BLE"
[
all
...]
/packages/apps/Test/connectivity/sl4n/utils/
command_receiver.cpp
32
doc.RemoveMember(
sl4n
::kMethodStr);
33
doc.RemoveMember(
sl4n
::kParamsStr);
37
doc.AddMember(
sl4n
::kStatusStr,
sl4n
::kSuccessStr, doc.GetAllocator());
50
if (doc.HasMember(
sl4n
::kCmdStr)) {
51
cmd = doc[
sl4n
::kCmdStr].GetString();
52
} else if (doc.HasMember(
sl4n
::kMethodStr)) {
53
cmd = doc[
sl4n
::kMethodStr].GetString();
common_utils.cpp
25
if ((int)doc[
sl4n
::kParamsStr].Size() != expected_param_size) {
26
LOG(ERROR) <<
sl4n
::kTagStr << ": Invalid parameter length - found: "
27
<< doc[
sl4n
::kParamsStr].Size();
28
doc.AddMember(
sl4n
::kResultStr, false, doc.GetAllocator());
29
doc.AddMember(
sl4n
::kErrorStr,
sl4n
::kInvalidParamStr, doc.GetAllocator());
common_utils.h
21
// This class defines common utils to be used by
SL4N
.
command_receiver.h
25
// class also contains wrapper functions to the actual
SL4N
Facades and does
/packages/apps/Test/connectivity/sl4n/
README.md
5
Scripting Layer for Native,
SL4N
, is an automation toolset for calling Android native Binder
10
Building
SL4N
requires a system build.
22
Then Build
SL4N
:
24
cd <ANDROID_SOURCE_ROOT>/packages/apps/Test/connectivity/
sl4n
30
adb push <ANDROID_SOURCE_ROOT>/out/target/product/<TARGET>/system/bin/
sl4n
/system/bin
45
a)
SL4N
is launched from ADB shell; or
49
adb shell -c "/system/bin/
sl4n
" &
Android.bp
2
name: "
sl4n
",
base.h
30
namespace
sl4n
{
namespace
41
const char kTagStr[] = "
SL4N
";
main.cpp
61
LOG(ERROR) <<
sl4n
::kTagStr <<
69
LOG(ERROR) <<
sl4n
::kTagStr << ": Failed to setup the passive socket."
76
LOG(ERROR) <<
sl4n
::kTagStr << ": Failed to accept the socket."
85
LOG(FATAL) <<
sl4n
::kTagStr << ": Failed to write to the socket."
98
LOG(FATAL) <<
sl4n
::kTagStr << ": Failed to write to the socket."
/packages/apps/Test/connectivity/sl4n/facades/wifi/
wifi_facade.cpp
77
LOG(ERROR) <<
sl4n
::kTagStr << ": Can not get Wi-Fi interfaces";
82
LOG(ERROR) <<
sl4n
::kTagStr << ": Negative number of interfaces";
87
LOG(ERROR) <<
sl4n
::kTagStr
93
LOG(ERROR) <<
sl4n
::kTagStr
103
LOG(ERROR) <<
sl4n
::kTagStr
119
LOG(ERROR) <<
sl4n
::kTagStr << "HAL handle not initialized";
124
LOG(ERROR) <<
sl4n
::kTagStr << "HAL interfaces not initialized";
129
LOG(ERROR) <<
sl4n
::kTagStr << kWlanInterface << " interface not found";
166
doc.AddMember(
sl4n
::kResultStr, false, doc.GetAllocator());
167
doc.AddMember(
sl4n
::kErrorStr, sl4n::kFailStr, doc.GetAllocator())
[
all
...]
/tools/test/connectivity/acts/framework/acts/controllers/
native_android_device.py
38
logger.exception("Failed to start
sl4n
on %s" % ad.serial)
72
"""Create an
sl4n
connection to the device.
77
If
sl4n
server is not started on the device, try to start it.
84
droid: Android object useds to communicate with
sl4n
on the android
100
pid = self.adb.shell("pidof -s
sl4n
", ignore_status=True)
103
pid = self.adb.shell("pidof -s
sl4n
", ignore_status=True)
105
["adb -s " + self.serial + " shell sh -c \"/system/bin/
sl4n
\" &"],
115
"""Start a new session in
sl4n
.
120
An Android object used to communicate with
sl4n
on the android
124
sl4nException: Something is wrong with
sl4n
and it returned a
[
all
...]
/tools/test/connectivity/acts/tests/google/wifi/
WifiNativeTest.py
28
# work with
sl4n
33
# work with
sl4n
/external/webrtc/talk/media/testdata/
h264-svc-99-640x360.rtpdump
170
!?p?u04q?N?~H?
SL4N
?H4??)?R??????qAu?^????Ss???,?+??.q?????`?X??P8V*s?^=(?J???|M?|8??>{H,?K?Z????!U??QTT???[
[
all
...]
Completed in 881 milliseconds