Mathias Agopian
1555436473
implement Mutex and Condition with pthread instead of calling futex directly.
...
internally pthread uses futex. the implementation consists of simple inlines
there are no implementation files anymore.
2013-07-30 13:56:51 -07:00
Mathias Agopian
14d978d02d
get rid of LogSocket which wasn't even implemented (enabled)
2013-07-30 13:56:50 -07:00
Mathias Agopian
09e2b145ff
break dependency on utils/ZipEntry.h and utils/ZipFile.h, get rid of inet_address.h and Socket.h which were not used
2013-07-30 13:56:50 -07:00
Mathias Agopian
254406e313
rename string_array.h to StringArray.h and move the implementation from the header file to a new cpp file.
...
StringArray is used in two places in framework/base and in the Sim. Ideally we should get rid of it and use Vector<String8> instead of creating new code.
2013-07-30 13:56:50 -07:00
Mathias Agopian
7c88914df4
rename a few files to camel-case, add copyright notices
2013-07-30 13:56:50 -07:00
Mathias Agopian
861db31eb9
get rid of TimerProbe which is never used
2013-07-30 13:56:50 -07:00
Mathias Agopian
d12529a149
get rid of sleepForInterval() which didn't seem to be used anywhere in the source tree. Also get rid of ported.h which seem to be used only (possibly) in the sim. moved the implementation there.
2013-07-30 13:56:50 -07:00
Andy McFadden
69197b6020
Sim-only files move, part 2/2.
...
Move Pipe and executablepath from libutils to the simulator, since nothing
else uses them.
2013-07-30 13:56:50 -07:00
Mathias Agopian
b8db306e1a
checkpoint: split libutils into libutils + libbinder
2013-07-30 13:56:50 -07:00
Joe Onorato
62a381bd13
Implement the C++ class to write the backed up file data.
2013-07-30 13:56:50 -07:00
Joe Onorato
aaead20164
Add some C++ code to do raw files for backup
2013-07-30 13:56:50 -07:00
The Android Open Source Project
cbb1011c95
auto import from //depot/cupcake/@135843
2013-07-30 13:56:49 -07:00
The Android Open Source Project
cf59fa8dc7
auto import from //depot/cupcake/@135843
2013-07-30 13:56:49 -07:00
The Android Open Source Project
7810449ca1
Code drop from //branches/cupcake/...@124589
2013-07-30 13:56:49 -07:00
The Android Open Source Project
d245d1d097
Initial Contribution
2013-07-30 13:56:46 -07:00