OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:chre
(Results
76 - 100
of
544
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/system/chre/chre_api/legacy/v1_0/
chre.h
22
* the interface for the Context Hub Runtime Environment (
CHRE
). This is the
33
#include <
chre
/event.h>
34
#include <
chre
/nanoapp.h>
35
#include <
chre
/re.h>
36
#include <
chre
/sensor.h>
37
#include <
chre
/version.h>
43
* The following entry points are required to be handled by the
CHRE
58
* A
CHRE
implementation is free to chose among many different
66
* below, cannot be invoked by the
CHRE
if a previous invocation
70
* For example, if a nanoapp is currently in nanoappHandleEvent(), the
CHRE
i
[
all
...]
/system/chre/core/
event.cc
17
#include "
chre
/core/event.h"
20
namespace
chre
{
namespace
29
} // namespace
chre
sensor.cc
17
#include "
chre
/core/sensor.h"
19
namespace
chre
{
namespace
35
} // namespace
chre
/system/chre/core/tests/
wifi_scan_request_test.cc
19
#include "
chre
/core/wifi_scan_request.h"
21
using
chre
::WifiScanRequest;
22
using
chre
::WifiScanType;
/system/chre/pal/include/chre/pal/
version.h
22
* Shared definitions related to
CHRE
PAL versioning.
26
* Like the
CHRE
nanoapp API,
CHRE
PAL APIs are versioned by a 32-bit integer
38
* Note that although the PALs are generally closely related to the
CHRE
API,
40
* the PAL APIs to support
CHRE
core system requirements that do not impact the
41
*
CHRE
API directly. Also, a change may be made to the
CHRE
API that only
42
* results in a minor version change due to compatibility layers between
CHRE
43
* nanoapps and the
CHRE
system, however this may require a major version bump
45
* APIs simpler, as the components of the
CHRE
system are more tightly couple
[
all
...]
/system/chre/platform/linux/
context.cc
17
#include "
chre
/platform/context.h"
19
namespace
chre
{
namespace
26
} // namespace
chre
host_link.cc
17
#include "
chre
/platform/host_link.h"
19
namespace
chre
{
namespace
30
} // namespace
chre
memory.cc
17
#include "
chre
/platform/memory.h"
21
namespace
chre
{
namespace
39
} // namespace
chre
platform_pal.cc
17
#include "
chre
/platform/shared/platform_pal.h"
19
namespace
chre
{
namespace
23
} // namespace
chre
power_control_manager.cc
17
#include "
chre
/platform/power_control_manager.h"
19
namespace
chre
{
namespace
27
} // namespace
chre
/system/chre/platform/linux/include/chre/platform/linux/
preloaded_nanoapps.h
22
#include "
chre
/core/event_loop.h"
24
namespace
chre
{
namespace
32
} // namespace
chre
/system/chre/platform/linux/include/chre/target_platform/
fatal_error.h
23
chre
::preFatalError(); \
27
namespace
chre
{
namespace
37
} // namespace
chre
mutex_base_impl.h
20
#include "
chre
/platform/mutex.h"
22
namespace
chre
{
namespace
40
} // namespace
chre
platform_id_impl.h
20
#include "
chre
/platform/platform_id.h"
22
namespace
chre
{
namespace
30
} // namespace
chre
/system/chre/platform/shared/include/chre/platform/shared/
platform_pal.h
20
namespace
chre
{
namespace
23
* Provides an instance of the PlatformPal class that uses the
CHRE
PAL.
33
} // namespace
chre
/system/chre/platform/slpi/include/chre/platform/slpi/
uimg_util.h
20
namespace
chre
{
namespace
23
* @return true if
CHRE
on micro-image is supported
33
} // namespace
chre
/system/chre/platform/slpi/include/chre/target_platform/
condition_variable_base.h
26
#include "
chre
/platform/system_timer.h"
28
namespace
chre
{
namespace
42
} // namespace
chre
mutex_base_impl.h
20
#include "
chre
/platform/mutex.h"
22
namespace
chre
{
namespace
44
} // namespace
chre
platform_id_impl.h
20
#include "
chre
/platform/platform_id.h"
22
namespace
chre
{
namespace
30
} // namespace
chre
/system/chre/util/include/chre/util/
lock_guard_impl.h
20
#include "
chre
/util/lock_guard.h"
22
namespace
chre
{
namespace
35
} // namespace
chre
scope_timer_impl.h
20
#include "
chre
/platform/system_time.h"
22
namespace
chre
{
namespace
33
} // namespace
chre
/system/chre/util/include/chre/util/nanoapp/
audio.h
20
#include <
chre
/audio.h>
23
namespace
chre
{
namespace
33
} // namespace
chre
/system/chre/util/nanoapp/
audio.cc
17
#include "
chre
/util/nanoapp/audio.h"
19
namespace
chre
{
namespace
32
} // namespace
chre
/system/chre/platform/include/chre/platform/
platform_wwan.h
20
#include "
chre
/target_platform/platform_wwan_base.h"
22
namespace
chre
{
namespace
48
* the {@link chrePalWwanApi} struct of the
CHRE
API which includes further
50
* those provided by the
CHRE
PAL.
58
* {@link chrePalWwanApi} struct of the
CHRE
API for further documentation.
65
} // namespace
chre
/system/chre/platform/shared/
platform_wwan.cc
17
#include "
chre
/platform/platform_wwan.h"
21
#include "
chre
/core/event_loop_manager.h"
22
#include "
chre
/platform/shared/pal_system_api.h"
23
#include "
chre
/platform/log.h"
25
namespace
chre
{
namespace
83
} // namespace
chre
Completed in 4327 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>