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

  /frameworks/av/services/camera/libcameraservice/
CameraService.cpp 932 bool CameraService::Client::lockIfMessageWanted(int32_t msgType) {
937 LOG1("lockIfMessageWanted(%d): waited for %d ms",
943 LOG1("lockIfMessageWanted(%d): enter sleep", msgType);
947 ALOGW("lockIfMessageWanted(%d): dropped unwanted message", msgType);
    [all...]
CameraService.h 227 bool lockIfMessageWanted(int32_t msgType);

Completed in 41 milliseconds