OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HdrPlusClient
(Results
1 - 9
of
9
) sorted by null
/hardware/google/easel/amber/camera/libhdrplusclient/include/
HdrPlusClient.h
29
*
HdrPlusClient
31
*
HdrPlusClient
class can be used to connect to HDR+ service to perform HDR+ processing on
34
class
HdrPlusClient
{
37
// must be valid during the life cycle of
HdrPlusClient
38
HdrPlusClient
(HdrPlusClientListener *) {};
40
* The recommended way to create an
HdrPlusClient
instance is via
43
* an
HdrPlusClient
, use EaselManagerClient::closeHdrPlusClient.
45
virtual ~
HdrPlusClient
() {};
50
* If EaselManagerClient is used to create the
HdrPlusClient
, it is already connected.
154
HdrPlusClient
(const HdrPlusClient&) = delete
[
all
...]
EaselManagerClient.h
29
class
HdrPlusClient
;
42
* If Easel is not present, all other calls to
HdrPlusClient
are invalid.
126
std::unique_ptr<
HdrPlusClient
> *client) = 0;
133
virtual void closeHdrPlusClient(std::unique_ptr<
HdrPlusClient
> client) = 0;
HdrPlusClientListener.h
26
class
HdrPlusClient
;
29
* HdrPlusClientListener defines callbacks that will be invoked by
HdrPlusClient
for events like
40
virtual void onOpened(std::unique_ptr<
HdrPlusClient
> client) = 0;
/hardware/qcom/camera/msm8998/QCamera2/HAL3/
QCamera3HdrPlusListenerThread.h
24
#include "
HdrPlusClient
.h"
48
void onOpened(std::unique_ptr<
HdrPlusClient
> client) override;
107
std::unique_ptr<
HdrPlusClient
> mClient;
QCamera3HdrPlusListenerThread.cpp
36
void QCamera3HdrPlusListenerThread::onOpened(std::unique_ptr<
HdrPlusClient
> client)
165
std::unique_ptr<
HdrPlusClient
> client;
QCamera3Channel.h
49
#include "
HdrPlusClient
.h"
453
std::shared_ptr<
HdrPlusClient
>
hdrPlusClient
,
464
std::shared_ptr<
HdrPlusClient
> mHdrPlusClient;
QCamera3HWI.h
53
#include "
HdrPlusClient
.h"
[
all
...]
QCamera3Channel.cpp
[
all
...]
QCamera3HWI.cpp
154
std::unique_ptr<
HdrPlusClient
> gHdrPlusClient = nullptr;
[
all
...]
Completed in 256 milliseconds