Home
last modified time | relevance | path

Searched refs:AConfiguration_setMcc (Results 1 – 5 of 5) sorted by relevance

/frameworks/native/include/android/
Dconfiguration.h510 void AConfiguration_setMcc(AConfiguration* config, int32_t mcc);
/frameworks/libs/native_bridge_support/libandroid/
Dstubs_arm.cc79 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AConfiguration_setMcc);
369 INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", AConfiguration_setMcc); in init_stub_library()
Dstubs_arm64.cc79 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AConfiguration_setMcc);
369 INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", AConfiguration_setMcc); in init_stub_library()
/frameworks/base/native/android/
Dconfiguration.cpp142 void AConfiguration_setMcc(AConfiguration* config, int32_t mcc) { in AConfiguration_setMcc() function
Dlibandroid.map.txt60 AConfiguration_setMcc;