OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mRequestThread
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/services/camera/libcameraservice/device3/
Camera3Device.cpp
277
mRequestThread
= new RequestThread(
279
res =
mRequestThread
->run(String8::format("C3Dev-%s-ReqQueue", mId.string()).string());
284
mRequestThread
.clear();
351
(mStatus == STATUS_ERROR &&
mRequestThread
!= NULL)) {
352
res =
mRequestThread
->clearRepeatingRequests();
374
if (
mRequestThread
!= NULL) {
375
mRequestThread
->requestExit();
389
if (
mRequestThread
!= NULL && mStatus != STATUS_ERROR) {
393
mRequestThread
->join();
403
mRequestThread
.clear()
[
all
...]
Camera3Device.h
[
all
...]
Completed in 60 milliseconds