Home
last modified time | relevance | path

Searched refs:OBJS (Results 1 – 4 of 4) sorted by relevance

/system/security/keystore/tests/
DMakefile114 OBJS=$(CPPSRCS:.cpp=.o) macro
119 rm -f $(OBJS) $(DEPS) $(BINARIES) $(GCOV) \
/system/libhwbinder/
DParcel.cpp1475 binder_size_t* const OBJS = mObjects; in readObject() local
1486 while (opos < (N-1) && OBJS[opos] < DPOS) { in readObject()
1492 if (OBJS[opos] == DPOS) { in readObject()
1505 while (opos > 0 && OBJS[opos] > DPOS) { in readObject()
1508 if (OBJS[opos] == DPOS) { in readObject()
1882 const binder_size_t* OBJS = objects(); in print() local
1886 = reinterpret_cast<const flat_binder_object*>(DATA+OBJS[i]); in print()
1889 = reinterpret_cast<const binder_buffer_object*>(DATA+OBJS[i]); in print()
1893 …to << endl << "Object #" << i << " @ " << (void*)OBJS[i] << " (buffer size " << buffer->length << … in print()
1896 to << endl << "Object #" << i << " @ " << (void*)OBJS[i]; in print()
[all …]
/system/core/trusty/keymaster/legacy/
DMakefile96 OBJS=$(CPPSRCS:.cpp=.o) $(CCSRCS:.cc=.o) $(CSRCS:.c=.o) macro
192 rm -f $(OBJS) $(DEPS) $(GCDA) $(GCNO) $(BINARIES) \
/system/keymaster/
DMakefile142 OBJS=$(CPPSRCS:.cpp=.o) $(CCSRCS:.cc=.o) $(CSRCS:.c=.o) macro
435 rm -f $(OBJS) $(DEPS) $(BINARIES) \