OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CHRE_ERROR_NONE
(Results
1 - 4
of
4
) sorted by null
/system/chre/chre_api/include/chre_api/chre/
common.h
81
CHRE_ERROR_NONE
= 0,
155
//! enum chreError (other than
CHRE_ERROR_NONE
), which may provide
/system/chre/core/
wifi_request_manager.cc
58
enable,
CHRE_ERROR_NONE
, cookie);
380
bool success = (errorCode ==
CHRE_ERROR_NONE
);
440
if (!pending && errorCode ==
CHRE_ERROR_NONE
) {
446
bool success = (pending && errorCode ==
CHRE_ERROR_NONE
);
gnss_request_manager.cc
141
instanceId, true /* success */, enable, minInterval,
CHRE_ERROR_NONE
,
350
bool success = (errorCode ==
CHRE_ERROR_NONE
);
/system/chre/apps/wwan_world/
wwan_world.cc
110
if (result->errorCode !=
CHRE_ERROR_NONE
) {
Completed in 525 milliseconds