summaryrefslogtreecommitdiffstats
path: root/libtiutils/Semaphore.cpp
Commit message (Collapse)AuthorAgeFilesLines
* CameraHAL: Moved Camera HAL sources out of namespace androidDaniel Levin2012-07-251-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | C++ namespace android:: is reserved for base Google Android types to avoid current and further conflicts with 3rd party code. Having TI Camera HAL under namespace android:: violates this rule, adding potential conflicts. This patch moves libtiutils and Camera HAL code out of namespace android:: to custom local namespaces. Putting camera code under namespace android and 'using namespace android' is not allowed anymore. All C++ Android types should have android:: namespace prefix explicitly. Next namespaces added: - Ti:: - placeholder for all custom code - Ti::Utils:: - common utility helper library - Ti::Camera:: - Camera HAL code Also added Ti::status_t as typedef for android::status_t. Change-Id: Ie8cc00d6d6bd4e8a8ddf089421010c370ee40ebe Signed-off-by: Daniel Levin <dendy@ti.com>
* CameraHAL: Fixed line endingsDaniel Levin2012-07-251-232/+232
| | | | | | | | | | | | | Replaced line endings to UNIX in CameraHAL related sources. Also removed executable flag from random sources. No code changes. Signed-off-by: Daniel Levin <x0155538@ti.com> Signed-off-by: Jean Johnson <a0271255@ti.com> Change-Id: Id32c429fe7527342cfa2a7b9b1724e5f088dbd3f
* Destroy and recreate semaphore in case of timeoutAkwasi Boateng2011-09-091-0/+6
| | | | | | | | Destroy and recreate semaphor during timeout and remove event from event queue. Change-Id: Id9428ff58a55f90a6807776327bfba1961d9089d Signed-off-by: Akwasi Boateng <akwasi.boateng@ti.com>
* initial commitIliyan Malchev2011-08-081-0/+226
Change-Id: I8f7a7eeece0e516efa486b77e9d97805c0e65d3e Signed-off-by: Iliyan Malchev <malchev@google.com>