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

  /frameworks/av/camera/ndk/impl/
ACameraDevice.cpp 34 const char* CameraDevice::kContextKey = "Context";
264 msg->setPointer(kContextKey, session->mUserSessionCallback.context);
420 msg->setPointer(kContextKey, session->mUserSessionCallback.context);
428 msg->setPointer(kContextKey, session->mUserSessionCallback.context);
567 msg->setPointer(kContextKey, mBusySession->mUserSessionCallback.context);
725 msg->setPointer(kContextKey, cbh.mCallbacks.context);
744 msg->setPointer(kContextKey, cbh.mCallbacks.context);
778 bool found = msg->findPointer(kContextKey, &context);
    [all...]
ACameraManager.cpp 35 const char* CameraManagerGlobal::kContextKey = "CallbackContext";
210 msg->setPointer(kContextKey, callback->context);
278 found = msg->findPointer(kContextKey, &context);
339 msg->setPointer(kContextKey, cb.mContext);
ACameraManager.h 128 static const char* kContextKey;
ACameraDevice.h 190 static const char* kContextKey;
  /frameworks/av/media/ndk/
NdkImageReader.cpp 43 const char* AImageReader::kContextKey = "Context";
114 msg->setPointer(AImageReader::kContextKey, mListener.context);
151 msg->setPointer(AImageReader::kContextKey, mListener.context);
203 found = msg->findPointer(kContextKey, &context);
233 found = msg->findPointer(kContextKey, &context);
NdkImageReaderPriv.h 103 static const char* kContextKey;

Completed in 88 milliseconds