OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pixelstats
(Results
1 - 7
of
7
) sorted by null
/hardware/google/interfaces/pixelstats/1.0/default/
RateLimiter.h
27
namespace
pixelstats
{
namespace in namespace:hardware::google
55
} // namespace
pixelstats
service.cpp
17
#define LOG_TAG "
PixelStats
-service"
24
#include "
PixelStats
.h"
26
using hardware::google::
pixelstats
::V1_0::implementation::
PixelStats
;
30
android::sp<
PixelStats
> ps = new
PixelStats
();
32
LOG(ERROR) << "error starting
pixelstats
";
PixelStats.h
20
#include <hardware/google/
pixelstats
/1.0/IPixelStats.h>
28
namespace
pixelstats
{
namespace in namespace:hardware::google
41
struct
PixelStats
: public IPixelStats {
42
PixelStats
();
44
// Methods from ::hardware::google::
pixelstats
::V1_0::IPixelStats follow.
72
} // namespace
pixelstats
RateLimiter.cpp
22
namespace
pixelstats
{
namespace in namespace:hardware::google
61
} // namespace
pixelstats
RateLimiterTest.cpp
23
using hardware::google::
pixelstats
::V1_0::implementation::RateLimiter;
PixelStats.cpp
1
#include "
PixelStats
.h"
3
#define LOG_TAG "
pixelstats
-system"
9
namespace
pixelstats
{
namespace in namespace:hardware::google
15
PixelStats
::
PixelStats
()
36
// Methods from ::hardware::google::
pixelstats
::V1_0::IPixelStats follow.
37
Return<void>
PixelStats
::reportUsbConnectorConnected() {
45
Return<void>
PixelStats
::reportUsbConnectorDisconnected(int32_t durationMillis) {
54
Return<void>
PixelStats
::reportUsbAudioConnected(int32_t vid, int32_t pid) {
63
Return<void>
PixelStats
::reportUsbAudioDisconnected(int32_t vid, int32_t pid
[
all
...]
/hardware/google/interfaces/pixelstats/1.0/
IPixelStats.hal
17
package hardware.google.
pixelstats
@1.0;
Completed in 93 milliseconds