HomeSort by relevance Sort by last modified time
    Searched refs:acquireLock (Results 1 - 10 of 10) sorted by null

  /external/webkit/Source/WebCore/storage/
SQLTransactionCoordinator.h 50 void acquireLock(SQLTransaction*);
SQLTransaction.h 91 void acquireLock();
SQLTransaction.cpp 70 : m_nextStep(&SQLTransaction::acquireLock)
123 if (step == &SQLTransaction::acquireLock)
124 return "acquireLock";
185 ASSERT(m_nextStep == &SQLTransaction::acquireLock ||
227 void SQLTransaction::acquireLock()
229 m_database->transactionCoordinator()->acquireLock(this);
SQLTransactionCoordinator.cpp 71 void SQLTransactionCoordinator::acquireLock(SQLTransaction* transaction)
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
RenderAction.java 96 Result result = acquireLock(timeout);
156 Result result = acquireLock(timeout);
179 private Result acquireLock(long timeout) {
  /frameworks/av/libvideoeditor/lvpp/
VideoEditorPlayer.h 117 virtual void acquireLock();
VideoEditorPlayer.cpp 180 void VideoEditorPlayer::acquireLock() {
181 ALOGV("acquireLock");
182 mPlayer->acquireLock();
PreviewPlayer.h 54 void acquireLock();
PreviewPlayer.cpp     [all...]
VideoEditorPreviewController.cpp 692 temp->acquireLock();
    [all...]

Completed in 192 milliseconds