OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:chre
(Results
201 - 225
of
544
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/system/chre/
run_sim.sh
6
# Build and run the
CHRE
simulator.
/device/google/contexthub/firmware/app/chre/common/
Android.mk
20
#
CHRE
1.0 Library
38
#
CHRE
1.1 Library
56
#
CHRE
1.2 Library
/device/google/contexthub/firmware/build/
app_chre10_executable.mk
27
# mark the app as
CHRE
1.0 nanoapp
30
# add app-side
CHRE
implementation
41
system/
chre
/chre_api/legacy/v1_0 \
app_chre11_executable.mk
27
# mark the app as
CHRE
1.1 nanoapp
30
# add app-side
CHRE
implementation
41
system/
chre
/chre_api/legacy/v1_1 \
/system/chre/apps/chqts/src/fail_startup/
fail_startup.cc
22
* properly reported by the
CHRE
, so we know our other test failures will
28
#include <
chre
.h>
44
// It is an error for the
CHRE
to call this method.
/system/chre/apps/chqts/src/shared/
abort.cc
21
#include <
chre
.h>
29
// We should never get here. But in the case that the
CHRE
has a bug
38
// If we're here, we have a buggy
CHRE
on a platform where it's okay
/system/chre/apps/wifi_offload/include/chre/apps/wifi_offload/
preferred_network.h
20
#include "
chre
/apps/wifi_offload/wifi_offload.h"
22
#include "
chre
/apps/wifi_offload/flatbuffers_types_generated.h"
23
#include "
chre
/apps/wifi_offload/ssid.h"
scan_filter.h
20
#include "
chre
/apps/wifi_offload/wifi_offload.h"
22
#include "
chre
/apps/wifi_offload/flatbuffers_types_generated.h"
23
#include "
chre
/apps/wifi_offload/preferred_network.h"
scan_params.h
20
#include "
chre
/apps/wifi_offload/wifi_offload.h"
22
#include "
chre
/apps/wifi_offload/flatbuffers_types_generated.h"
23
#include "
chre
/apps/wifi_offload/ssid.h"
/system/chre/ash/platform/slpi/smgr/
ash.cc
27
#include "
chre
/platform/assert.h"
28
#include "
chre
/platform/log.h"
29
#include "
chre
/platform/memory.h"
30
#include "
chre
/platform/slpi/smgr/smgr_client.h"
31
#include "chre_api/
chre
/sensor.h"
33
using
chre
::getSmrHelper;
34
using
chre
::getSensorServiceSmrClientHandle;
35
using
chre
::MakeUnique;
36
using
chre
::MakeUniqueZeroFill;
37
using
chre
::memoryAlloc
[
all
...]
/system/chre/chre_api/legacy/v1_1/chre/
version.h
25
* The
CHRE
API versioning pertains to all header files in the
CHRE
API.
47
* The version of the
CHRE
API which shipped with the Android Nougat release.
56
* The version of the
CHRE
API shipped with the Android O release. It adds
75
* is provided by a specific
CHRE
implementation (see chreGetVersion()).
83
* Utility macro to extract only the API major version of a composite
CHRE
95
* Utility macro to extract only the API minor version of a composite
CHRE
106
* Utility macro to extract only the API minor version of a composite
CHRE
119
* Get the API version the
CHRE
implementation was compiled against.
133
* Get the version of this
CHRE
implementation
[
all
...]
/system/chre/core/tests/
audio_request_manager_test.cc
19
#include "
chre
/core/audio_request_manager.h"
21
using
chre
::AudioRequestManager;
22
using
chre
::Nanoseconds;
memory_manager_test.cc
19
#include "
chre
/platform/memory_manager.h"
20
#include "
chre
/platform/memory.h"
21
#include "
chre
/platform/log.h"
23
using
chre
::MemoryManager;
24
using
chre
::Nanoapp;
/system/chre/core/
wifi_scan_request.cc
17
#include "
chre
/core/wifi_scan_request.h"
19
namespace
chre
{
namespace
65
} // namespace
chre
/system/chre/platform/include/chre/platform/
fatal_error.h
29
* the
CHRE
runtime.
32
#include "
chre
/platform/log.h"
33
#include "
chre
/target_platform/fatal_error.h"
/system/chre/platform/linux/
chre_api_re.cc
19
#include "chre_api/
chre
/re.h"
20
#include "
chre
/platform/log.h"
21
#include "
chre
/util/macros.h"
/system/chre/platform/shared/include/chre/platform/shared/
nanoapp_dso_util.h
20
#include "
chre
/platform/shared/nanoapp_support_lib_dso.h"
22
namespace
chre
{
namespace
39
} // namespace
chre
pal_system_api.h
17
#include "
chre
/pal/system.h"
19
namespace
chre
{
namespace
39
} // namespace
chre
/system/chre/platform/slpi/include/chre/platform/slpi/see/
see_helper_internal.h
25
#include "
chre
/util/optional.h"
27
namespace
chre
{
namespace
58
} // namespace
chre
/system/chre/platform/slpi/include/chre/platform/slpi/smgr/
platform_sensor_util.h
22
#include "
chre
/util/time.h"
24
namespace
chre
{
namespace
46
} // namespace
chre
/system/chre/util/include/chre/util/
id_from_string_impl.h
20
#include "
chre
/util/id_from_string.h"
22
namespace
chre
{
namespace
39
} // namespace
chre
singleton_impl.h
23
#include "
chre
/util/singleton.h"
25
namespace
chre
{
namespace
70
} // namespace
chre
/system/chre/util/include/chre/util/nanoapp/
sensor.h
22
namespace
chre
{
namespace
33
* Returns the name of a given
CHRE
API sensor type.
40
} // namespace
chre
/system/chre/util/system/
debug_dump.cc
17
#include "
chre
/util/system/debug_dump.h"
20
namespace
chre
{
namespace
48
} // namespace
chre
/system/chre/platform/android/include/chre/target_platform/
platform_audio_base.h
23
#include "
chre
/platform/system_timer.h"
24
#include "
chre
/util/unique_ptr.h"
26
namespace
chre
{
namespace
59
//! The data event to post to
CHRE
. Only one can be published at a time so
79
} // namespace
chre
Completed in 294 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>