Home
last modified time | relevance | path

Searched refs:initWithMmapSize (Results 1 – 18 of 18) sorted by relevance

/aosp12/hardware/qcom/sm8150p/gps/android/1.0/
H A Dservice.cpp56 android::hardware::ProcessState::initWithMmapSize((size_t)(DEFAULT_HW_BINDER_MEM_SIZE)); in main()
/aosp12/hardware/qcom/sm8150p/gps/android/1.1/
H A Dservice.cpp56 android::hardware::ProcessState::initWithMmapSize((size_t)(DEFAULT_HW_BINDER_MEM_SIZE)); in main()
/aosp12/hardware/qcom/sm8150p/gps/android/2.0/
H A Dservice.cpp56 android::hardware::ProcessState::initWithMmapSize((size_t)(DEFAULT_HW_BINDER_MEM_SIZE)); in main()
/aosp12/hardware/qcom/sm7250/gps/android/1.0/
H A Dservice.cpp56 android::hardware::ProcessState::initWithMmapSize((size_t)(DEFAULT_HW_BINDER_MEM_SIZE)); in main()
/aosp12/hardware/qcom/sm7250/gps/android/1.1/
H A Dservice.cpp56 android::hardware::ProcessState::initWithMmapSize((size_t)(DEFAULT_HW_BINDER_MEM_SIZE)); in main()
/aosp12/hardware/qcom/sm7250/gps/android/2.0/
H A Dservice.cpp56 android::hardware::ProcessState::initWithMmapSize((size_t)(DEFAULT_HW_BINDER_MEM_SIZE)); in main()
/aosp12/hardware/qcom/sm7250/gps/android/2.1/
H A Dservice.cpp56 android::hardware::ProcessState::initWithMmapSize((size_t)(DEFAULT_HW_BINDER_MEM_SIZE)); in main()
/aosp12/hardware/qcom/sm7150/gps/android/2.0/
H A Dservice.cpp56 android::hardware::ProcessState::initWithMmapSize((size_t)(DEFAULT_HW_BINDER_MEM_SIZE)); in main()
/aosp12/hardware/qcom/sm7150/gps/android/1.0/
H A Dservice.cpp56 android::hardware::ProcessState::initWithMmapSize((size_t)(DEFAULT_HW_BINDER_MEM_SIZE)); in main()
/aosp12/hardware/qcom/sm7150/gps/android/1.1/
H A Dservice.cpp56 android::hardware::ProcessState::initWithMmapSize((size_t)(DEFAULT_HW_BINDER_MEM_SIZE)); in main()
/aosp12/hardware/qcom/sm8150/gps/android/1.0/
H A Dservice.cpp56 android::hardware::ProcessState::initWithMmapSize((size_t)(DEFAULT_HW_BINDER_MEM_SIZE)); in main()
/aosp12/hardware/qcom/sm8150/gps/android/1.1/
H A Dservice.cpp56 android::hardware::ProcessState::initWithMmapSize((size_t)(DEFAULT_HW_BINDER_MEM_SIZE)); in main()
/aosp12/hardware/qcom/sm8150/gps/android/2.0/
H A Dservice.cpp56 android::hardware::ProcessState::initWithMmapSize((size_t)(DEFAULT_HW_BINDER_MEM_SIZE)); in main()
/aosp12/hardware/qcom/sm8150/gps/android/2.1/
H A Dservice.cpp56 android::hardware::ProcessState::initWithMmapSize((size_t)(DEFAULT_HW_BINDER_MEM_SIZE)); in main()
/aosp12/hardware/interfaces/audio/common/all-versions/default/service/
H A Dservice.cpp57 ProcessState::initWithMmapSize(static_cast<size_t>(value) * 1024); in main()
/aosp12/system/libhwbinder/include/hwbinder/
H A DProcessState.h46 static sp<ProcessState> initWithMmapSize(size_t mmapSize); // size in bytes
/aosp12/system/libhwbinder/
H A DProcessState.cpp77 sp<ProcessState> ProcessState::initWithMmapSize(size_t mmapSize) { in initWithMmapSize() function in android::hardware::ProcessState
/aosp12/hardware/qcom/sm8150/data/ipacfg-mgr/hal/src/
H A DHAL.cpp66 android::hardware::ProcessState::initWithMmapSize((size_t)(2 * KERNEL_PAGE)); in makeIPAHAL()