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

  /frameworks/av/include/camera/
IProCameraUser.h 54 virtual status_t exclusiveUnlock() = 0;
ProCamera.h 51 // Lock has been released with exclusiveUnlock.
142 status_t exclusiveUnlock();
  /frameworks/av/services/camera/libcameraservice/api_pro/
ProCamera2Client.h 43 virtual status_t exclusiveUnlock();
ProCamera2Client.cpp 143 status_t ProCamera2Client::exclusiveUnlock() {
  /frameworks/av/camera/tests/
ProCameraTests.cpp 247 // Lock has been released with exclusiveUnlock
553 EXPECT_EQ(OK, mCamera->exclusiveUnlock());
584 EXPECT_EQ(OK, mCamera->exclusiveUnlock());
663 EXPECT_OK(mCamera->exclusiveUnlock());
740 EXPECT_OK(mCamera->exclusiveUnlock());
810 EXPECT_OK(mCamera->exclusiveUnlock());
889 EXPECT_OK(mCamera->exclusiveUnlock());
957 EXPECT_OK(mCamera->exclusiveUnlock());
988 EXPECT_OK(mCamera->exclusiveUnlock());
1024 EXPECT_OK(mCamera->exclusiveUnlock());
    [all...]
  /frameworks/av/camera/
IProCameraUser.cpp 90 virtual status_t exclusiveUnlock()
231 reply->writeInt32(exclusiveUnlock());
ProCamera.cpp 136 status_t ProCamera::exclusiveUnlock()
141 return c->exclusiveUnlock();
  /frameworks/av/services/camera/libcameraservice/
CameraService.h 320 virtual status_t exclusiveUnlock() = 0;

Completed in 939 milliseconds