OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mSharedWindows
(Results
1 - 5
of
5
) sorted by null
/frameworks/av/camera/ndk/ndk_vendor/impl/
ACameraCaptureSessionVendor.h
42
std::set<android::acam::utils::native_handle_ptr_wrapper>
mSharedWindows
;
ACameraDevice.cpp
243
sessionConfig.outputStreams[index].windowHandles.resize(output.
mSharedWindows
.size() + 1);
314
outConfig.windowHandles.resize(output->
mSharedWindows
.size() + 1);
318
for (auto& anw : output->
mSharedWindows
) {
631
outConfigInsert.windowHandles.resize(outConfig.
mSharedWindows
.size() + 1);
[
all
...]
/frameworks/av/camera/ndk/impl/
ACameraCaptureSession.h
51
std::set<ACameraWindowType *>
mSharedWindows
;
ACameraDevice.cpp
254
for (auto& anw : output.
mSharedWindows
) {
319
for (auto& anw : output->
mSharedWindows
) {
[
all
...]
/frameworks/av/camera/ndk/
NdkCameraDevice.cpp
192
auto insert = out->
mSharedWindows
.insert(window);
217
auto remove = out->
mSharedWindows
.erase(window);
Completed in 92 milliseconds