OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:thr_name
(Results
1 - 2
of
2
) sorted by null
/external/libxcam/modules/soft/
soft_worker.cpp
197
char
thr_name
[XCAM_MAX_STR_SIZE];
local
198
snprintf (
thr_name
, XCAM_MAX_STR_SIZE, "%s-thrs", XCAM_STR(get_name ()));
199
_threads = new ThreadPool (
thr_name
);
/art/adbconnection/
adbconnection.cc
158
ScopedLocalRef<jstring>
thr_name
(env, env->NewStringUTF(kAdbConnectionThreadName));
166
thr_name
.get(),
[
all
...]
Completed in 603 milliseconds