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 51 virtual status_t exclusiveUnlock() = 0;
ProCamera.h 50 // Lock has been released with exclusiveUnlock.
135 status_t exclusiveUnlock();
  /frameworks/av/services/camera/libcameraservice/
ProCamera2Client.h 42 virtual status_t exclusiveUnlock();
CameraService.h 264 virtual status_t exclusiveUnlock() = 0;
ProCamera2Client.cpp 144 status_t ProCamera2Client::exclusiveUnlock() {
  /frameworks/av/camera/tests/
ProCameraTests.cpp 247 // Lock has been released with exclusiveUnlock
554 EXPECT_EQ(OK, mCamera->exclusiveUnlock());
585 EXPECT_EQ(OK, mCamera->exclusiveUnlock());
664 EXPECT_OK(mCamera->exclusiveUnlock());
741 EXPECT_OK(mCamera->exclusiveUnlock());
811 EXPECT_OK(mCamera->exclusiveUnlock());
890 EXPECT_OK(mCamera->exclusiveUnlock());
958 EXPECT_OK(mCamera->exclusiveUnlock());
989 EXPECT_OK(mCamera->exclusiveUnlock());
1025 EXPECT_OK(mCamera->exclusiveUnlock());
    [all...]
  /frameworks/av/camera/
IProCameraUser.cpp 193 virtual status_t exclusiveUnlock()
333 reply->writeInt32(exclusiveUnlock());
ProCamera.cpp 134 status_t ProCamera::exclusiveUnlock()
139 return c->exclusiveUnlock();

Completed in 335 milliseconds