Home
last modified time | relevance | path

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

/system/iot/attestation/partner-tools/
DMakefile8 OBJS=ec_helper_native.o macro
10 ec_helper_native: $(OBJS)
11 $(CC) -shared -o ec_helper_native.so $(OBJS) $(LIBS)
/system/security/keystore/tests/
DMakefile114 OBJS=$(CPPSRCS:.cpp=.o) macro
119 rm -f $(OBJS) $(DEPS) $(BINARIES) $(GCOV) \
/system/libhwbinder/
DParcel.cpp1472 binder_size_t* const OBJS = mObjects; in readObject() local
1483 while (opos < (N-1) && OBJS[opos] < DPOS) { in readObject()
1489 if (OBJS[opos] == DPOS) { in readObject()
1502 while (opos > 0 && OBJS[opos] > DPOS) { in readObject()
1505 if (OBJS[opos] == DPOS) { in readObject()
1861 const binder_size_t* OBJS = objects(); in print() local
1865 = reinterpret_cast<const flat_binder_object*>(DATA+OBJS[i]); in print()
1868 = reinterpret_cast<const binder_buffer_object*>(DATA+OBJS[i]); in print()
1872 …to << endl << "Object #" << i << " @ " << (void*)OBJS[i] << " (buffer size " << buffer->length << … in print()
1875 to << endl << "Object #" << i << " @ " << (void*)OBJS[i]; in print()
[all …]
/system/core/trusty/keymaster/
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) \