OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:LogEvent
(Results
1 - 5
of
5
) sorted by null
/device/google/contexthub/util/nanotool/
logevent.h
24
class
LogEvent
: public ReadEventResponse {
27
* Constructs and populates a
LogEvent
instance. Returns nullptr if
32
static std::unique_ptr<
LogEvent
> FromBytes(
nanomessage.h
39
LogEvent
= 0x474F4C41,
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
TcgService.h
194
EFI_TCG_LOG_EVENT
LogEvent
;
/cts/tests/camera/src/android/hardware/multiprocess/camera/cts/
ErrorLoggingService.java
77
private final ArrayList<
LogEvent
> mLog = new ArrayList<>();
110
ArrayList<
LogEvent
> mErrorLog;
113
MainHandler(ArrayList<
LogEvent
> log, ArrayList<Pair<Integer, Messenger>> waiters) {
124
for (
LogEvent
i : mErrorLog) {
129
mErrorLog.toArray(new
LogEvent
[mErrorLog.size()]));
169
b.setClassLoader(
LogEvent
.class.getClassLoader());
170
LogEvent
error = b.getParcelable(LOG_EVENT);
186
public static class
LogEvent
implements Parcelable {
210
public static final Parcelable.Creator<
LogEvent
> CREATOR
211
= new Parcelable.Creator<
LogEvent
>() {
[
all
...]
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Protocol/TcgService/
TcgService.h
135
EFI_TCG_LOG_EVENT
LogEvent
;
Completed in 249 milliseconds