OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:makeBinderThreadName
(Results
1 - 4
of
4
) sorted by null
/frameworks/native/libs/binder/include/binder/
ProcessState.h
82
String8
makeBinderThreadName
();
/system/libhwbinder/include/hwbinder/
ProcessState.h
76
String8
makeBinderThreadName
();
/frameworks/native/libs/binder/
ProcessState.cpp
292
String8 ProcessState::
makeBinderThreadName
() {
303
String8 name =
makeBinderThreadName
();
322
androidSetThreadName(
makeBinderThreadName
().string() );
/system/libhwbinder/
ProcessState.cpp
252
String8 ProcessState::
makeBinderThreadName
() {
263
String8 name =
makeBinderThreadName
();
292
androidSetThreadName(
makeBinderThreadName
().string() );
Completed in 79 milliseconds