Searched refs:receiverKey (Results 1 – 4 of 4) sorted by relevance
50 std::string receiverKey = imageReceiverManager.SaveImageReceiver(iva); variable51 ASSERT_EQ(receiverKey, "0");81 std::string receiverKey = imageReceiverManager.SaveImageReceiver(iva); variable84 ASSERT_EQ(receiverKey, surfaceId);102 std::string receiverKey = imageReceiverManager.SaveImageReceiver(iva); variable103 auto surface = imageReceiverManager.getSurfaceByKeyId(receiverKey);
83 void SetReceiverKey(std::string receiverKey) in SetReceiverKey() argument85 receiverKey_ = receiverKey; in SetReceiverKey()
221 std::string receiverKey = imageReceiverManager.SaveImageReceiver(iva); in CreateImageReceiver() local222 iva->iraContext_->SetReceiverKey(receiverKey); in CreateImageReceiver()
64 std::string receiverKey = imageReceiver->iraContext_->GetReceiverKey(); in CreatePhotoOutput() local66 surfaceId = receiverKey.c_str(); in CreatePhotoOutput()251 std::string receiverKey = imageReceiver->iraContext_->GetReceiverKey(); in ReleaseImageReceiver() local252 Media::ImageReceiverManager::ReleaseReceiverById(receiverKey); in ReleaseImageReceiver()3365 std::string receiverKey = imageReceiver->iraContext_->GetReceiverKey(); variable3367 surfaceId = receiverKey.c_str();3473 std::string receiverKey = imageReceiver->iraContext_->GetReceiverKey(); variable3475 surfaceId = receiverKey.c_str();3531 surfaceId = receiverKey.c_str();3588 surfaceId = receiverKey.c_str();[all …]