OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:endl
(Results
401 - 425
of
1422
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/eigen/bench/
analyze-blocking-sizes.cpp
92
cerr << "couldn't open input file: " << filename <<
endl
;
local
135
cerr << "ill-formed input file: " << filename <<
endl
;
local
136
cerr << "offending line:" <<
endl
<< line <<
endl
;
local
163
cerr << "ill-formed input file: " << filename <<
endl
;
local
164
cerr << "offending line:" <<
endl
<< line <<
endl
;
local
185
cerr << "Unrecognized input file " << filename <<
endl
;
local
189
cerr << "didn't find any measurements in input file: " << filename <<
endl
;
local
241
cerr << "Unexpected ordering of entries in " << filename <<
endl
;
local
242
cerr << "(Expected all entries for product size " << hex << product_size << dec << " to be grouped)" <<
endl
;
local
350
cerr << "Can't generate tables with --only-cubic-sizes." <<
endl
;
local
353
cout << "struct LookupTable {" <<
endl
;
local
357
cout << " static const size_t NumSizes = " << NumSizes << ";" <<
endl
;
local
358
cout << " static const unsigned short* Data() {" <<
endl
;
local
380
cout <<
endl
<< " ";
local
391
cerr <<
endl
<< "Wrote " << i << " table entries, expected " << TableSize <<
endl
;
local
394
cout <<
endl
<< " };" <<
endl
;
local
395
cout << " return data;" <<
endl
;
local
396
cout << " }" <<
endl
;
local
397
cout << "};" <<
endl
;
local
428
cerr << "iterating past the last subset" <<
endl
;
local
482
cerr << "can't beat efficiency 1." <<
endl
;
local
577
<<
endl
;
local
582
cout << " Table:" <<
endl
;
local
586
cout <<
endl
;
local
616
<< "has no use for " << *it << " which contains measurements for default sizes." <<
endl
;
variable
620
cerr << "Unrecognized input file: " << *it <<
endl
;
variable
648
cerr << " " <<
endl
;
variable
697
<< "performance measured over all POT sizes." <<
endl
;
local
762
cout << "All results:" <<
endl
;
variable
764
cout << *it <<
endl
;
variable
766
cout <<
endl
;
variable
771
cout << n << " worst results:" <<
endl
;
variable
773
cout << results[i] <<
endl
;
variable
775
cout <<
endl
;
variable
777
cout << "cubic results:" <<
endl
;
variable
779
cout << *it <<
endl
;
variable
781
cout <<
endl
;
variable
801
cerr << "usage: " << argv[0] << " <action> [options...] <input files...>" <<
endl
;
local
802
cerr << "available actions:" <<
endl
;
local
806
cerr << "the input files should each contain an output of benchmark-blocking-sizes" <<
endl
;
local
836
cerr << "can't specify more than one action!" <<
endl
;
local
855
cerr << "Unrecognized option: " << argv[i] <<
endl
;
local
867
cerr << "Incompatible options: --only-cubic-sizes and --dump-tables." <<
endl
;
local
[
all
...]
/external/parameter-framework/upstream/remote-process/
main.cpp
49
cerr << "Unable to send command to target: " << strError <<
endl
;
local
57
cerr << "Unable to received answer from target: " << strError <<
endl
;
local
65
cerr << answerMessage.getAnswer() <<
endl
;
70
cout << answerMessage.getAnswer() <<
endl
;
83
cerr << "Missing arguments" <<
endl
;
local
84
cerr << "Usage: " <<
endl
;
local
85
cerr << "Send a single command:" <<
endl
;
local
86
cerr << "\t" << argv[0] << " hostname port command [argument[s]]" <<
endl
;
local
101
cerr << "Connection to '" << host << ":" << port << "' failed: " << e.what() <<
endl
;
/system/extras/zram-perf/
zram-perf.cpp
54
cout << "ioctl failed" <<
endl
;
local
70
cout << "write() failed" <<
endl
;
local
87
cout << "read() failed" <<
endl
;
local
93
cout << "read: " << (double)devSize * passes / 1024.0 / 1024.0 / (duration / 1000.0 / 1000.0) << "MB/s" <<
endl
;
109
cout << "write() failed" <<
endl
;
local
115
cout << "write: " << (double)devSize * passes / 1024.0 / 1024.0 / (duration / 1000.0 / 1000.0) << "MB/s" <<
endl
;
134
cout << "swapoff failed: " << strerror(errno) <<
endl
;
141
cout << "mkswap failed: " << strerror(errno) <<
endl
;
147
cout << "swapon failed: " << strerror(errno) <<
endl
;
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/resize_policy/
hash_load_check_resize_trigger_imp.hpp
157
std::cerr << "hlcrt::notify_resized " << std::
endl
158
<< "1 " << new_size << std::
endl
159
<< "2 " << m_load_min << std::
endl
160
<< "3 " << m_load_max << std::
endl
161
<< "4 " << m_next_shrink_size << std::
endl
162
<< "5 " << m_next_grow_size << std::
endl
;
member in class:std
178
std::cerr << "hlcrt::notify_externally_resized " << std::
endl
179
<< "1 " << new_size << std::
endl
180
<< "2 " << m_load_min << std::
endl
181
<< "3 " << m_load_max << std::
endl
185
<< "7 " << new_grow_size << std::
endl
;
member in class:std
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/resize_policy/
hash_load_check_resize_trigger_imp.hpp
157
std::cerr << "hlcrt::notify_resized " << std::
endl
158
<< "1 " << new_size << std::
endl
159
<< "2 " << m_load_min << std::
endl
160
<< "3 " << m_load_max << std::
endl
161
<< "4 " << m_next_shrink_size << std::
endl
162
<< "5 " << m_next_grow_size << std::
endl
;
member in class:std
178
std::cerr << "hlcrt::notify_externally_resized " << std::
endl
179
<< "1 " << new_size << std::
endl
180
<< "2 " << m_load_min << std::
endl
181
<< "3 " << m_load_max << std::
endl
185
<< "7 " << new_grow_size << std::
endl
;
member in class:std
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/resize_policy/
hash_load_check_resize_trigger_imp.hpp
157
std::cerr << "hlcrt::notify_resized " << std::
endl
158
<< "1 " << new_size << std::
endl
159
<< "2 " << m_load_min << std::
endl
160
<< "3 " << m_load_max << std::
endl
161
<< "4 " << m_next_shrink_size << std::
endl
162
<< "5 " << m_next_grow_size << std::
endl
;
member in class:std
178
std::cerr << "hlcrt::notify_externally_resized " << std::
endl
179
<< "1 " << new_size << std::
endl
180
<< "2 " << m_load_min << std::
endl
181
<< "3 " << m_load_max << std::
endl
185
<< "7 " << new_grow_size << std::
endl
;
member in class:std
[
all
...]
/prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/resize_policy/
hash_load_check_resize_trigger_imp.hpp
157
std::cerr << "hlcrt::notify_resized " << std::
endl
158
<< "1 " << new_size << std::
endl
159
<< "2 " << m_load_min << std::
endl
160
<< "3 " << m_load_max << std::
endl
161
<< "4 " << m_next_shrink_size << std::
endl
162
<< "5 " << m_next_grow_size << std::
endl
;
member in class:std
178
std::cerr << "hlcrt::notify_externally_resized " << std::
endl
179
<< "1 " << new_size << std::
endl
180
<< "2 " << m_load_min << std::
endl
181
<< "3 " << m_load_max << std::
endl
185
<< "7 " << new_grow_size << std::
endl
;
member in class:std
[
all
...]
/prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/resize_policy/
hash_load_check_resize_trigger_imp.hpp
157
std::cerr << "hlcrt::notify_resized " << std::
endl
158
<< "1 " << new_size << std::
endl
159
<< "2 " << m_load_min << std::
endl
160
<< "3 " << m_load_max << std::
endl
161
<< "4 " << m_next_shrink_size << std::
endl
162
<< "5 " << m_next_grow_size << std::
endl
;
member in class:std
178
std::cerr << "hlcrt::notify_externally_resized " << std::
endl
179
<< "1 " << new_size << std::
endl
180
<< "2 " << m_load_min << std::
endl
181
<< "3 " << m_load_max << std::
endl
185
<< "7 " << new_grow_size << std::
endl
;
member in class:std
[
all
...]
/prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/resize_policy/
hash_load_check_resize_trigger_imp.hpp
157
std::cerr << "hlcrt::notify_resized " << std::
endl
158
<< "1 " << new_size << std::
endl
159
<< "2 " << m_load_min << std::
endl
160
<< "3 " << m_load_max << std::
endl
161
<< "4 " << m_next_shrink_size << std::
endl
162
<< "5 " << m_next_grow_size << std::
endl
;
member in class:std
178
std::cerr << "hlcrt::notify_externally_resized " << std::
endl
179
<< "1 " << new_size << std::
endl
180
<< "2 " << m_load_min << std::
endl
181
<< "3 " << m_load_max << std::
endl
185
<< "7 " << new_grow_size << std::
endl
;
member in class:std
[
all
...]
/system/libhwbinder/vts/performance/
PerfTest.cpp
29
cerr << __func__ << ":" << __LINE__ << " condition:" << #cond << " failed\n" <<
endl
; \
43
using std::
endl
;
98
file << '0' <<
endl
;
local
118
cerr <<
endl
;
local
119
cerr << "deadline triggered: halt & stop trace" <<
endl
;
local
120
cerr << "log:" TRACE_PATH "/trace" <<
endl
;
local
121
cerr <<
endl
;
local
144
cout << "]," <<
endl
;
local
199
<< "\"R\":" << sync_ratio << "," <<
endl
;
local
202
cout << "," <<
endl
;
local
205
cout << "," <<
endl
;
local
208
cout << "," <<
endl
;
local
211
cout <<
endl
;
local
212
cout << "}," <<
endl
;
local
[
all
...]
/system/tools/aidl/tests/
aidl_test_client_primitives.cpp
47
using std::
endl
;
56
cout << "Confirming passing and returning primitives works." <<
endl
;
local
116
<< "\". Got status=" << status.toString8() <<
endl
;
124
cout << "Confirming passing and returning arrays works." <<
endl
;
local
149
cout << "Confirming passing and returning List<T> works." <<
endl
;
local
161
cout << "Confirming passing and returning List<T> works with binders." <<
endl
;
local
176
cerr << "Could not retrieve service for test." <<
endl
;
local
188
cerr << "Failed to reverse named callback list." <<
endl
;
local
192
cerr << "ReverseNamedCallbackList gave repetition with wrong length." <<
endl
;
local
197
cerr << "ReverseNamedCallbackList gave reversal with wrong length." <<
endl
;
local
208
cerr << "Could not query INamedCallback from output" <<
endl
;
local
213
cerr << "Output had wrong INamedCallback" <<
endl
;
local
225
cerr << "Could not query INamedCallback from reversed output" <<
endl
;
local
230
cerr << "Reversed output had wrong INamedCallback" <<
endl
;
local
[
all
...]
/test/vts/utils/native/trace_processor/
VtsTraceProcessor.cpp
85
cerr << "Can't parse a given record: " << record_str <<
endl
;
local
100
cerr << __func__ << ": Failed to parse trace file: " << trace_file <<
endl
;
local
104
cout << record.DebugString() <<
endl
;
130
cerr << __func__ << ": Failed to parse trace file: " << trace_file <<
endl
;
local
136
<<
endl
;
local
144
cerr << __func__ << ": Failed to parse trace file: " << trace_file <<
endl
;
local
169
cerr << "Unexpected record: " << record.DebugString() <<
endl
;
176
cerr << "Unexpected record: " << record.DebugString() <<
endl
;
202
cerr << "Unknow trace type: " << trace_type <<
endl
;
local
209
<<
endl
;
local
214
<<
endl
;
local
244
cerr << __func__ << ": Failed to parse trace file: " << trace_file <<
endl
;
local
252
cout << "hidl_hal_mode:passthrough" <<
endl
;
local
254
cout << "hidl_hal_mode:binder" <<
endl
;
local
284
cerr << __func__ << ": got negative latency for " << api <<
endl
;
local
287
cout << api << ":" << latency <<
endl
;
local
300
cerr << trace_dir << "does not exist." <<
endl
;
local
318
cerr << "Failed to parse trace file: " << trace_file <<
endl
;
local
344
cout << "deleting duplicate trace file: " << duplicate_trace <<
endl
;
local
347
cout << "Num of traces processed: " << total_trace_num <<
endl
;
local
348
cout << "Num of duplicate trace deleted: " << duplicat_trace_num <<
endl
;
local
350
<< float(duplicat_trace_num) \/ total_trace_num <<
endl
;
local
358
cerr << __func__ << ": Can't parse a given record: " << msg_str <<
endl
;
local
377
cout << "Reached the end of line_coverage_vector." <<
endl
;
local
384
<<
endl
;
local
395
cerr << __func__ << ": " << coverage_file_dir << " does not exist." <<
endl
;
local
400
cerr << __func__ << ": " << trace_file_dir << " does not exist." <<
endl
;
local
418
cerr << "Failed to parse coverage file: " << coverage_file <<
endl
;
local
430
cerr << "trace file: " << trace_file << " does not exists." <<
endl
;
local
512
cout << "total lines covered: " << total_lines_covered <<
endl
;
local
513
cout << "total lines: " << total_lines <<
endl
;
local
514
cout << "coverage rate: " << coverage_rate <<
endl
;
local
[
all
...]
/external/ImageMagick/Magick++/tests/
color.cpp
68
<<
endl
;
107
<<
endl
;
local
130
<<
endl
;
local
138
cout << "Caught exception: " << error_.what() <<
endl
;
143
cout << "Caught exception: " << error_.what() <<
endl
;
149
cout << failures << " failures" <<
endl
;
local
/frameworks/base/tools/aapt/tests/
CrunchCache_test.cpp
16
using std::
endl
;
21
cout << ( (got == expected) ? "PASSED" : "FAILED") <<
endl
;
59
cout << ((result > 0) ? "PASSED" : "FAILED") <<
endl
;
65
cout << "Checking calls to deleteFile and processImage:" <<
endl
;
local
79
cout << "ALL TESTS PASSED!" <<
endl
;
local
81
cout << errno << " TESTS FAILED" <<
endl
;
local
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/binary_heap_/
trace_fn_imps.hpp
48
std::cerr << this << std::
endl
;
member in class:std::std
50
std::cerr << m_a_entries << std::
endl
;
member in class:std
55
std::cerr << std::
endl
;
member in class:std
57
std::cerr << "size = " << m_size << " " << "actual_size = " << m_actual_size << std::
endl
;
member in class:std
67
std::cout << r_e << " " <<* r_e << std::
endl
;
member in class:std
75
std::cout << r_e << std::
endl
;
member in class:std
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/binary_heap_/
trace_fn_imps.hpp
48
std::cerr << this << std::
endl
;
member in class:std::std
50
std::cerr << m_a_entries << std::
endl
;
member in class:std
55
std::cerr << std::
endl
;
member in class:std
57
std::cerr << "size = " << m_size << " " << "actual_size = " << m_actual_size << std::
endl
;
member in class:std
67
std::cout << r_e << " " <<* r_e << std::
endl
;
member in class:std
75
std::cout << r_e << std::
endl
;
member in class:std
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/binary_heap_/
trace_fn_imps.hpp
48
std::cerr << this << std::
endl
;
member in class:std::std
50
std::cerr << m_a_entries << std::
endl
;
member in class:std
55
std::cerr << std::
endl
;
member in class:std
57
std::cerr << "size = " << m_size << " " << "actual_size = " << m_actual_size << std::
endl
;
member in class:std
67
std::cout << r_e << " " <<* r_e << std::
endl
;
member in class:std
75
std::cout << r_e << std::
endl
;
member in class:std
/prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/binary_heap_/
trace_fn_imps.hpp
48
std::cerr << this << std::
endl
;
member in class:std::std
50
std::cerr << m_a_entries << std::
endl
;
member in class:std
55
std::cerr << std::
endl
;
member in class:std
57
std::cerr << "size = " << m_size << " " << "actual_size = " << m_actual_size << std::
endl
;
member in class:std
67
std::cout << r_e << " " <<* r_e << std::
endl
;
member in class:std
75
std::cout << r_e << std::
endl
;
member in class:std
/prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/binary_heap_/
trace_fn_imps.hpp
48
std::cerr << this << std::
endl
;
member in class:std::std
50
std::cerr << m_a_entries << std::
endl
;
member in class:std
55
std::cerr << std::
endl
;
member in class:std
57
std::cerr << "size = " << m_size << " " << "actual_size = " << m_actual_size << std::
endl
;
member in class:std
67
std::cout << r_e << " " <<* r_e << std::
endl
;
member in class:std
75
std::cout << r_e << std::
endl
;
member in class:std
/prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/binary_heap_/
trace_fn_imps.hpp
48
std::cerr << this << std::
endl
;
member in class:std::std
50
std::cerr << m_a_entries << std::
endl
;
member in class:std
55
std::cerr << std::
endl
;
member in class:std
57
std::cerr << "size = " << m_size << " " << "actual_size = " << m_actual_size << std::
endl
;
member in class:std
67
std::cout << r_e << " " <<* r_e << std::
endl
;
member in class:std
75
std::cout << r_e << std::
endl
;
member in class:std
/test/vts/drivers/hal/libdatatype/
hal_light.cpp
60
cout << __func__ << " entry" <<
endl
;
local
66
cout << __func__ << " color " << state->color <<
endl
;
68
cout << __func__ << " flashMode " << state->flashMode <<
endl
;
70
cout << __func__ << " flashOnMS " << state->flashOnMS <<
endl
;
72
cout << __func__ << " flashOffMS " << state->flashOffMS <<
endl
;
74
cout << __func__ << " brightnessMode " << state->brightnessMode <<
endl
;
/test/vts/agents/hal/
AgentRequestHandler.cpp
52
cout << "[runner->agent] command " << __FUNCTION__ <<
endl
;
local
57
cout << __FUNCTION__ << ": open a dir " << path <<
endl
;
local
60
cerr << "Error(" << errno << ") opening " << path <<
endl
;
local
70
cout << __FUNCTION__ << ": found " << found_path <<
endl
;
local
82
cout << "[runner->agent] command " << __FUNCTION__ <<
endl
;
local
91
cout << "[runner->agent] command " << __FUNCTION__ <<
endl
;
local
103
cout << "set service_name " << service_name <<
endl
;
local
131
<< file_path << ")" <<
endl
;
local
143
cerr << __func__ << " " << socket_port_flie_path << " delete error" <<
endl
;
local
159
cout << "callback_socket_name: " << callback_socket_name <<
endl
;
local
222
cerr << __func__ << " no binder implementation available." <<
endl
;
local
226
cerr << __func__ << " unsupported driver type." <<
endl
;
local
230
cout << __func__ << "launch a driver - " << cmd <<
endl
;
local
232
cout << __func__ << "driver exits" <<
endl
;
local
264
cout << "[agent->driver]: LoadHal " << module_name <<
endl
;
local
269
cout << "[driver->agent]: LoadHal returns " << driver_id <<
endl
;
local
277
cout << "set service_name " << service_name <<
endl
;
local
283
cout << "set service_name " << service_name <<
endl
;
local
297
cerr << "can't fork a child process to run the vts_hal_driver." <<
endl
;
local
303
cout << "[runner->agent] command " << __FUNCTION__ <<
endl
;
local
324
cout << "[runner->agent] command " << __FUNCTION__ <<
endl
;
local
341
cout << "[runner->agent] command " << __FUNCTION__ <<
endl
;
local
358
cout << "[runner->agent] command " << __FUNCTION__ <<
endl
;
local
379
cout << "[agent] Call: success" <<
endl
;
local
388
cout << "[agent] Call: fail" <<
endl
;
local
396
cout << "[agent] " << __FUNCTION__ <<
endl
;
local
405
cout << "[runner->agent] command " << __FUNCTION__ <<
endl
;
local
425
cout << "ExecuteShellCommand: failed to call the api" <<
endl
;
local
439
cout << "ExecuteShellCommand: shell driver reported success" <<
endl
;
local
443
cout << "ExecuteShellCommand: shell driver reported fail" <<
endl
;
local
447
cout << "ExecuteShellCommand: shell driver reported unknown" <<
endl
;
local
[
all
...]
/external/lz4/contrib/gen_manual/
gen_manual.cpp
98
sout << "</b>" << line.substr(spos) << "<b>" <<
endl
;
101
sout << line <<
endl
;
local
117
cout << "usage: " << argv[0] << " [lz4_version] [input_file] [output_html]" <<
endl
;
local
125
cout << "Error opening file " << argv[2] <<
endl
;
local
131
cout << "Error opening file " << argv[3] <<
endl
;
local
149
sout << "</b></pre><BR>" <<
endl
;
local
157
sout << "</b></pre><BR>" <<
endl
;
local
170
sout << "</b></pre><BR>" <<
endl
;
local
210
sout << "</p></pre><BR>" <<
endl
<<
endl
;
local
223
sout << "<BR><\/pre>" <<
endl
<<
endl
;
local
225
sout << "<\/pre>" <<
endl
<<
endl
;
local
229
ostream << "<html>\\n<head>\\n<meta http-equiv=\\"Content-Type\\" content=\\"text\/html; charset=ISO-8859-1\\">\\n<title>" << version << "<\/title>\\n<\/head>\\n<body>" <<
endl
;
local
238
ostream << "<\/html>" <<
endl
<< "<\/body>" <<
endl
;
local
[
all
...]
/frameworks/native/cmds/service/
service.cpp
85
aerr << "service: Unknown option -" << ic <<
endl
;
local
97
aerr << "service: Unable to get default service manager!" <<
endl
;
local
109
(service == NULL ? ": not found" : ": found") <<
endl
;
111
aerr << "service: No service specified for check" <<
endl
;
local
118
aout << "Found " << services.size() << " services:" <<
endl
;
125
<<
endl
;
145
aerr << "service: no integer supplied for 'i32'" <<
endl
;
local
154
aerr << "service: no integer supplied for 'i64'" <<
endl
;
local
163
aerr << "service: no string supplied for 's16'" <<
endl
;
local
172
aerr << "service: no number supplied for 'f'" <<
endl
;
local
181
aerr << "service: no number supplied for 'd'" <<
endl
;
local
270
aerr << "service: unknown option " << argv[optind] <<
endl
;
local
278
aout << "Result: " << reply <<
endl
;
local
281
<< " does not exist" <<
endl
;
local
286
aerr << "service: No service specified for call" <<
endl
;
local
288
aerr << "service: No code specified for call" <<
endl
;
local
294
aerr << "service: Unknown command " << argv[optind] <<
endl
;
local
[
all
...]
/device/google/wahoo/vibrator/
Vibrator.cpp
82
mLpTriggerEffect << 1 << std::
endl
;
member in class:android::hardware::vibrator::V1_1::implementation::std
97
mCtrlLoop << loopMode << std::
endl
;
member in class:android::hardware::vibrator::V1_1::implementation::std
98
mDuration << timeoutMs << std::
endl
;
member in class:android::hardware::vibrator::V1_1::implementation::std
105
mMode << WAVEFORM_MODE << std::
endl
;
member in class:android::hardware::vibrator::V1_1::implementation::std
107
mMode << RTP_MODE << std::
endl
;
member in class:android::hardware::vibrator::V1_1::implementation::std
110
mActivate << 1 << std::
endl
;
member in class:android::hardware::vibrator::V1_1::implementation::std
125
mActivate << 0 << std::
endl
;
member in class:android::hardware::vibrator::V1_1::implementation::std
147
mRtpInput << rtp_input << std::
endl
;
member in class:android::hardware::vibrator::V1_1::implementation::std
177
mSequencer << WAVEFORM_CLICK_EFFECT_SEQ << std::
endl
;
member in class:android::hardware::vibrator::V1_1::implementation::std
180
mSequencer << WAVEFORM_DOUBLE_CLICK_EFFECT_SEQ << std::
endl
;
member in class:android::hardware::vibrator::V1_1::implementation::std
187
mScale << convertEffectStrength(strength) << std::
endl
;
member in class:android::hardware::vibrator::V1_1::implementation::std
200
mSequencer << WAVEFORM_TICK_EFFECT_SEQ << std::
endl
;
member in class:android::hardware::vibrator::V1_1::implementation::std
209
mScale << convertEffectStrength(strength) << std::
endl
;
member in class:android::hardware::vibrator::V1_1::implementation::std
[
all
...]
Completed in 556 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>