Home
last modified time | relevance | path

Searched refs:me (Results 1 – 25 of 57) sorted by relevance

123

/system/core/logd/
DLogTimes.cpp71 LogTimeEntry* me = reinterpret_cast<LogTimeEntry*>(obj); in threadStart() local
73 SocketClient* client = me->mClient; in threadStart()
75 LogBuffer& logbuf = me->mReader.logbuf(); in threadStart()
80 me->leadingDropped = true; in threadStart()
84 log_time start = me->mStart; in threadStart()
86 while (!me->mRelease) { in threadStart()
87 if (me->mTimeout.tv_sec || me->mTimeout.tv_nsec) { in threadStart()
88 if (pthread_cond_timedwait(&me->threadTriggeredCondition, in threadStart()
89 &timesLock, &me->mTimeout) == ETIMEDOUT) { in threadStart()
90 me->mTimeout.tv_sec = 0; in threadStart()
[all …]
DLogReader.cpp170 LogFindStart* me = reinterpret_cast<LogFindStart*>(obj); in onDataAvailable() local
171 if ((!me->mPid || (me->mPid == element->getPid())) && in onDataAvailable()
172 (me->mLogMask & (1 << element->getLogId()))) { in onDataAvailable()
174 if (me->mStart == real) { in onDataAvailable()
175 me->mSequence = real; in onDataAvailable()
176 me->mStartTimeSet = true; in onDataAvailable()
178 } else if (!me->mIsMonotonic || android::isMonotonic(real)) { in onDataAvailable()
179 if (me->mStart < real) { in onDataAvailable()
180 me->mSequence = me->mLast; in onDataAvailable()
181 me->mStartTimeSet = true; in onDataAvailable()
[all …]
DLogTimes.h43 static void* threadStart(void* me);
99 static int FilterFirstPass(const LogBufferElement* element, void* me);
100 static int FilterSecondPass(const LogBufferElement* element, void* me);
DLogTags.cpp387 LogTags* me = logtags; in tagToName() local
389 if (!me) return nullptr; in tagToName()
390 me->WritePmsgEventLogTags(tag); in tagToName()
391 return me->tagToName(tag); in tagToName()
404 LogTags* me = logtags; in ReReadEventLogTags() local
406 if (me && __android_log_is_debuggable()) { in ReReadEventLogTags()
407 me->ReadFileEventLogTags(me->debug_event_log_tags); in ReReadEventLogTags()
DLogBuffer.cpp643 void LogBuffer::kickMe(LogTimeEntry* me, log_id_t id, unsigned long pruneRows) { in kickMe() argument
648 me->mClient->getPid()); in kickMe()
649 me->release_Locked(); in kickMe()
650 } else if (me->mTimeout.tv_sec || me->mTimeout.tv_nsec) { in kickMe()
653 me->triggerReader_Locked(); in kickMe()
658 pruneRows, me->mClient->getPid()); in kickMe()
659 me->triggerSkip_Locked(id, pruneRows); in kickMe()
/system/memory/libmeminfo/testdata1/
Dsmaps21 VmFlags: rd wr mr mw me ac
42 VmFlags: mr mw me ac
63 VmFlags: rd wr mr mw me ac
84 VmFlags: mr mw me ac
105 VmFlags: rd wr mr mw me ac
126 VmFlags: mr mw me ac
147 VmFlags: rd wr mr mw me ac
168 VmFlags: mr mw me ac
189 VmFlags: rd wr mr mw me ac
210 VmFlags: mr mw me ac
[all …]
Dsmaps_short21 VmFlags: rd ex mr mw me ac
41 VmFlags: rd wr mr mw me ac
62 VmFlags: rd wr mr mw me ac
82 VmFlags: rd ex mr mw me
102 VmFlags: rd ex mr mw me
/system/core/libsparse/
Dsimg_dump.py40 me = posixpath.basename(sys.argv[0])
52 usage(me)
62 usage(me)
66 usage(me)
91 % (me, path, magic))
95 % (me, path, major_version, minor_version))
99 % (me, path, file_hdr_sz))
103 % (me, path, chunk_hdr_sz))
/system/tools/hidl/c2hal/
Dmain.cpp32 static void usage(const char *me) { in usage() argument
35 me); in usage()
113 const char *me = argv[0]; in main() local
148 usage(me); in main()
157 usage(me); in main()
169 usage(me); in main()
175 usage(me); in main()
/system/tools/hidl/lint/
Dmain.cpp33 static void usage(const char* me) { in usage() argument
36 out << "Usage: " << me << " [-j] "; in usage()
67 const char* me = argv[0]; in main() local
69 usage(me); in main()
89 usage(me); in main()
100 usage(me); in main()
/system/chre/host/msm/daemon/generated/
Dchre_slpi_skel.c203 static __inline int _allocator_alloc(_allocator* me, in _allocator_alloc() argument
214 if((_ALIGN_SIZE((uintptr_t)me->stackEnd, al) + size) < (uintptr_t)me->stack + me->nSize) { in _allocator_alloc()
215 *ppbuf = (uint8_t*)_ALIGN_SIZE((uintptr_t)me->stackEnd, al); in _allocator_alloc()
216 me->stackEnd = (uint8_t*)_ALIGN_SIZE((uintptr_t)me->stackEnd, al) + size; in _allocator_alloc()
219 return _heap_alloc(&me->pheap, loc, size, ppbuf); in _allocator_alloc()
224 static __inline void _allocator_deinit(_allocator* me) { in _allocator_deinit() argument
225 _heap* pa = me->pheap; in _allocator_deinit()
236 static __inline void _allocator_init(_allocator* me, uint8_t* stack, int stackSize) { in _allocator_init() argument
237 me->stack = stack; in _allocator_init()
238 me->stackEnd = stack + stackSize; in _allocator_init()
[all …]
Dchre_slpi_stub.c203 static __inline int _allocator_alloc(_allocator* me, in _allocator_alloc() argument
214 if((_ALIGN_SIZE((uintptr_t)me->stackEnd, al) + size) < (uintptr_t)me->stack + me->nSize) { in _allocator_alloc()
215 *ppbuf = (uint8_t*)_ALIGN_SIZE((uintptr_t)me->stackEnd, al); in _allocator_alloc()
216 me->stackEnd = (uint8_t*)_ALIGN_SIZE((uintptr_t)me->stackEnd, al) + size; in _allocator_alloc()
219 return _heap_alloc(&me->pheap, loc, size, ppbuf); in _allocator_alloc()
224 static __inline void _allocator_deinit(_allocator* me) { in _allocator_deinit() argument
225 _heap* pa = me->pheap; in _allocator_deinit()
236 static __inline void _allocator_init(_allocator* me, uint8_t* stack, int stackSize) { in _allocator_init() argument
237 me->stack = stack; in _allocator_init()
238 me->stackEnd = stack + stackSize; in _allocator_init()
[all …]
/system/incremental_delivery/libdataloader/include/
Ddataloader_inline.h32 auto me = static_cast<DataLoaderImpl*>(self); in DataLoaderImpl() local
33 me->mDataLoader->onDestroy(); in DataLoaderImpl()
34 delete me; in DataLoaderImpl() local
80 auto me = static_cast<DataLoaderFactoryImpl*>(self); in DataLoaderFactoryImpl() local
83 auto dataLoader = me->mFactory(vm, params); in DataLoaderFactoryImpl()
/system/tools/hidl/hidl2aidl/
Dmain.cpp33 static void usage(const char* me) { in usage() argument
36 out << "Usage: " << me << " [-o <output path>] "; in usage()
139 const char* me = argv[0]; in main() local
141 usage(me); in main()
161 usage(me); in main()
177 usage(me); in main()
/system/libhidl/adapter/
DHidlBinderAdapter.cpp39 int usage(const std::string& me) { in usage() argument
40 std::cerr << "usage: " << me in usage()
133 const std::string& me = argc > 0 ? argv[0] : "(error)"; in adapterMain() local
137 return usage(me); in adapterMain()
/system/apex/shim/build/
Dadditional_file1 I am just a file, don't mind me.
/system/core/libsysutils/src/
DSocketListener.cpp144 SocketListener *me = reinterpret_cast<SocketListener *>(obj); in threadStart() local
146 me->runListener(); in threadStart()
/system/libvintf/
Dcheck_vintf.cpp308 int usage(const char* me) { in usage() argument
310 << me << ": check VINTF metadata." << std::endl in usage()
334 << " " << me << " --dump-file-list > /tmp/files.txt" << std::endl in usage()
342 << " " << me << " --check-compat --rootdir=$ROOTDIR \\" << std::endl in usage()
/system/tools/hidl/
Dmain.cpp1329 static void usage(const char* me) { in usage() argument
1332 out << "Usage: " << me << " -o <output path> -L <language> [-O <owner>] "; in usage()
1367 const char *me = argv[0]; in main() local
1369 usage(me); in main()
1420 usage(me); in main()
1438 usage(me); in main()
1448 usage(me); in main()
/system/sepolicy/public/
Dhealthd.te28 # TODO: added to match above sysfs rule. Remove me?
/system/sepolicy/prebuilts/api/29.0/public/
Dhealthd.te28 # TODO: added to match above sysfs rule. Remove me?
/system/sepolicy/prebuilts/api/30.0/public/
Dhealthd.te28 # TODO: added to match above sysfs rule. Remove me?
/system/sepolicy/prebuilts/api/28.0/public/
Dhealthd.te29 # TODO: added to match above sysfs rule. Remove me?
/system/sepolicy/prebuilts/api/27.0/public/
Dhealthd.te33 # TODO: added to match above sysfs rule. Remove me?
/system/sepolicy/prebuilts/api/26.0/public/
Dhealthd.te33 # TODO: added to match above sysfs rule. Remove me?

123