OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:LogState
(Results
1 - 2
of
2
) sorted by null
/system/core/liblog/
fake_log_device.c
61
typedef struct
LogState
{
82
}
LogState
;
114
static
LogState
*openLogTable[MAX_OPEN_LOGS];
117
* Allocate an fd and associate a new
LogState
with it.
120
static
LogState
*createLogState()
126
openLogTable[i] = calloc(1, sizeof(
LogState
));
135
* Translate an fd to a
LogState
.
137
static
LogState
*fdToLogState(int fd)
150
LogState
*ls;
177
static void configureInitialState(const char* pathName,
LogState
* logState
[
all
...]
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
session.cc
396
LogState
(state_, STATE_DEINIT);
606
LogState
(state_, state);
784
void BaseSession::
LogState
(State old_state, State new_state) {
[
all
...]
Completed in 118 milliseconds