OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:chreWwanCellInfoResult
(Results
1 - 9
of
9
) sorted by null
/system/chre/core/include/chre/core/
wwan_request_manager.h
64
void handleCellInfoResult(
chreWwanCellInfoResult
*result);
101
void handleCellInfoResultSync(
chreWwanCellInfoResult
*result);
109
void handleFreeCellInfoResult(
chreWwanCellInfoResult
*result);
/system/chre/platform/include/chre/platform/
platform_wwan.h
62
void releaseCellInfoResult(
chreWwanCellInfoResult
*result);
/system/chre/platform/shared/include/chre/target_platform/
platform_wwan_base.h
40
static void cellInfoResultCallback(struct
chreWwanCellInfoResult
*result);
/system/chre/pal/include/chre/pal/
wwan.h
61
void (*cellInfoResultCallback)(struct
chreWwanCellInfoResult
*result);
128
void (*releaseCellInfoResult)(struct
chreWwanCellInfoResult
*result);
/system/chre/core/
wwan_request_manager.cc
53
void WwanRequestManager::handleCellInfoResult(
chreWwanCellInfoResult
*result) {
55
auto *cellInfoResult = static_cast<
chreWwanCellInfoResult
*>(eventData);
65
chreWwanCellInfoResult
*result) {
92
chreWwanCellInfoResult
*result) {
112
auto *result = static_cast<
chreWwanCellInfoResult
*>(eventData);
/system/chre/platform/shared/
platform_wwan.cc
70
void PlatformWwan::releaseCellInfoResult(
chreWwanCellInfoResult
*result) {
78
struct
chreWwanCellInfoResult
*result) {
/system/chre/apps/chqts/src/general_test/
wwan_cell_info_test.cc
146
const struct
chreWwanCellInfoResult
*result =
147
static_cast<const
chreWwanCellInfoResult
*>(eventData);
/system/chre/apps/wwan_world/
wwan_world.cc
109
void handleCellInfoResult(const
chreWwanCellInfoResult
*result) {
166
static_cast<const
chreWwanCellInfoResult
*>(eventData));
/system/chre/chre_api/include/chre_api/chre/
wwan.h
71
* nanoappHandleEvent argument: struct
chreWwanCellInfoResult
82
* The current version of struct
chreWwanCellInfoResult
associated with this
386
struct
chreWwanCellInfoResult
{
Completed in 2115 milliseconds