OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:logState
(Results
1 - 6
of
6
) sorted by null
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
ImsPhoneCall.java
162
mOwner.
logState
();
214
mOwner.
logState
();
373
mOwner.
logState
();
ImsPhoneCallTracker.java
[
all
...]
/external/apache-http/android/src/android/net/http/
RequestQueue.java
126
void
logState
() {
/system/core/liblog/
fake_log_device.c
67
typedef struct
LogState
{
88
}
LogState
;
120
static
LogState
*openLogTable[MAX_OPEN_LOGS];
123
* Allocate an fd and associate a new
LogState
with it.
126
static
LogState
*createLogState()
132
openLogTable[i] = calloc(1, sizeof(
LogState
));
141
* Translate an fd to a
LogState
.
143
static
LogState
*fdToLogState(int fd)
156
LogState
*ls;
183
static void configureInitialState(const char* pathName,
LogState
* logState
[
all
...]
/frameworks/base/core/java/com/android/internal/os/
BatteryStatsImpl.java
773
public void
logState
(Printer pw, String prefix) {
864
public void
logState
(Printer pw, String prefix) {
[
all
...]
/frameworks/base/core/java/android/os/
BatteryStats.java
251
public abstract void
logState
(Printer pw, String prefix);
270
public abstract void
logState
(Printer pw, String prefix);
308
public abstract void
logState
(Printer pw, String prefix);
[
all
...]
Completed in 743 milliseconds