Home
last modified time | relevance | path

Searched refs:kAnwKey (Results 1 – 4 of 4) sorted by relevance

/frameworks/av/camera/ndk/ndk_vendor/impl/
DACameraDevice.cpp78 const char* CameraDevice::kAnwKey = "Anw"; member in android::acam::CameraDevice
904 msg->setPointer(kAnwKey, (void*) anw); in onCaptureErrorLocked()
1092 found = msg->findPointer(kAnwKey, (void**) &anw); in onMessageReceived()
1349 found = msg->findPointer(kAnwKey, (void**) &anw); in onMessageReceived()
1850 msg->setPointer(kAnwKey, (void *)anw); in onPrepared()
DACameraDevice.h291 static const char* kAnwKey; variable
/frameworks/av/camera/ndk/impl/
DACameraDevice.cpp50 const char* CameraDevice::kAnwKey = "Anw"; member in android::acam::CameraDevice
897 msg->setPointer(kAnwKey, (void*) anw); in onCaptureErrorLocked()
1101 found = msg->findPointer(kAnwKey, (void**) &anw); in onMessageReceived()
1359 found = msg->findPointer(kAnwKey, (void**) &anw); in onMessageReceived()
1829 msg->setPointer(kAnwKey, window); in onPrepared()
DACameraDevice.h244 static const char* kAnwKey; variable