Home
last modified time | relevance | path

Searched refs:doAdd (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/tools/obbtool/
DMain.cpp92 void doAdd(const char* filename, PackageInfo* info) { in doAdd() function
277 doAdd(filename, &package_info); in main()
/frameworks/base/tools/aapt/
DMain.h34 extern int doAdd(Bundle* bundle);
DMain.cpp261 case kCommandAdd: return doAdd(bundle); in handleCommand()
DCommand.cpp2383 int doAdd(Bundle* bundle) in doAdd() function
/frameworks/native/services/sensorservice/
Dvec.h67 VLHS<TYPE, SIZE> PURE doAdd( in doAdd() function
148 return helpers::doAdd(lhs, rhs);
386 return helpers::doAdd(lhs, rhs);
Dmat.h173 return helpers::doAdd(
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubbleData.java174 doAdd(bubble); in notificationEntryUpdated()
225 private void doAdd(Bubble bubble) { in doAdd() method in BubbleData