/aosp_15_r20/frameworks/native/services/vibratorservice/ |
H A D | VibratorHalWrapper.cpp | 582 HalResult<milliseconds> HidlHalWrapper<I>::performInternal( in performInternal() function in android::vibrator::HidlHalWrapper 615 return performInternal(&V1_0::IVibrator::perform, getHal(), in performEffect() 629 return performInternal(&V1_1::IVibrator::perform, getHal(), in performEffect() 633 return performInternal(&V1_1::IVibrator::perform_1_1, getHal(), in performEffect() 647 return performInternal(&V1_2::IVibrator::perform, getHal(), in performEffect() 651 return performInternal(&V1_2::IVibrator::perform_1_1, getHal(), in performEffect() 655 return performInternal(&V1_2::IVibrator::perform_1_2, getHal(), in performEffect() 674 return performInternal(&V1_3::IVibrator::perform, getHal(), in performEffect() 678 return performInternal(&V1_3::IVibrator::perform_1_1, getHal(), in performEffect() 682 return performInternal(&V1_3::IVibrator::perform_1_2, getHal(), in performEffect() [all …]
|
/aosp_15_r20/prebuilts/vndk/v30/arm64/include/frameworks/native/libs/gui/include/gui/ |
D | Surface.h | 211 static int performInternal(ANativeWindow* window, int operation, va_list args);
|
/aosp_15_r20/prebuilts/vndk/v30/arm/include/frameworks/native/libs/gui/include/gui/ |
D | Surface.h | 211 static int performInternal(ANativeWindow* window, int operation, va_list args);
|
/aosp_15_r20/prebuilts/vndk/v30/x86/include/frameworks/native/libs/gui/include/gui/ |
D | Surface.h | 211 static int performInternal(ANativeWindow* window, int operation, va_list args);
|
/aosp_15_r20/prebuilts/vndk/v30/x86_64/include/frameworks/native/libs/gui/include/gui/ |
D | Surface.h | 211 static int performInternal(ANativeWindow* window, int operation, va_list args);
|
/aosp_15_r20/prebuilts/vndk/v31/arm/include/frameworks/native/libs/gui/include/gui/ |
D | Surface.h | 221 static int performInternal(ANativeWindow* window, int operation, va_list args);
|
/aosp_15_r20/prebuilts/vndk/v32/x86/include/frameworks/native/libs/gui/include/gui/ |
D | Surface.h | 221 static int performInternal(ANativeWindow* window, int operation, va_list args);
|
/aosp_15_r20/prebuilts/vndk/v33/arm64/include/frameworks/native/libs/gui/include/gui/ |
D | Surface.h | 226 static int performInternal(ANativeWindow* window, int operation, va_list args);
|
/aosp_15_r20/prebuilts/vndk/v33/x86_64/include/frameworks/native/libs/gui/include/gui/ |
D | Surface.h | 226 static int performInternal(ANativeWindow* window, int operation, va_list args);
|
/aosp_15_r20/prebuilts/vndk/v31/x86/include/frameworks/native/libs/gui/include/gui/ |
D | Surface.h | 221 static int performInternal(ANativeWindow* window, int operation, va_list args);
|
/aosp_15_r20/prebuilts/vndk/v32/arm64/include/frameworks/native/libs/gui/include/gui/ |
D | Surface.h | 221 static int performInternal(ANativeWindow* window, int operation, va_list args);
|
/aosp_15_r20/prebuilts/vndk/v31/x86_64/include/frameworks/native/libs/gui/include/gui/ |
D | Surface.h | 221 static int performInternal(ANativeWindow* window, int operation, va_list args);
|
/aosp_15_r20/prebuilts/vndk/v32/x86_64/include/frameworks/native/libs/gui/include/gui/ |
D | Surface.h | 221 static int performInternal(ANativeWindow* window, int operation, va_list args);
|
/aosp_15_r20/prebuilts/vndk/v32/arm/include/frameworks/native/libs/gui/include/gui/ |
D | Surface.h | 221 static int performInternal(ANativeWindow* window, int operation, va_list args);
|
/aosp_15_r20/prebuilts/vndk/v31/arm64/include/frameworks/native/libs/gui/include/gui/ |
D | Surface.h | 221 static int performInternal(ANativeWindow* window, int operation, va_list args);
|
/aosp_15_r20/prebuilts/vndk/v33/x86/include/frameworks/native/libs/gui/include/gui/ |
D | Surface.h | 226 static int performInternal(ANativeWindow* window, int operation, va_list args);
|
/aosp_15_r20/prebuilts/vndk/v33/arm/include/frameworks/native/libs/gui/include/gui/ |
D | Surface.h | 226 static int performInternal(ANativeWindow* window, int operation, va_list args);
|
/aosp_15_r20/prebuilts/vndk/v34/x86/include/frameworks/native/libs/gui/include/gui/ |
D | Surface.h | 246 static int performInternal(ANativeWindow* window, int operation, va_list args);
|
/aosp_15_r20/prebuilts/vndk/v34/x86_64/include/frameworks/native/libs/gui/include/gui/ |
D | Surface.h | 246 static int performInternal(ANativeWindow* window, int operation, va_list args);
|
/aosp_15_r20/prebuilts/vndk/v34/arm64/include/frameworks/native/libs/gui/include/gui/ |
D | Surface.h | 246 static int performInternal(ANativeWindow* window, int operation, va_list args);
|
/aosp_15_r20/prebuilts/vndk/v34/arm/include/frameworks/native/libs/gui/include/gui/ |
D | Surface.h | 246 static int performInternal(ANativeWindow* window, int operation, va_list args);
|
/aosp_15_r20/frameworks/native/libs/gui/include/gui/ |
H A D | Surface.h | 305 static int performInternal(ANativeWindow* window, int operation, va_list args);
|
/aosp_15_r20/frameworks/native/services/vibratorservice/include/vibratorservice/ |
H A D | VibratorHalWrapper.h | 584 HalResult<std::chrono::milliseconds> performInternal(
|
/aosp_15_r20/frameworks/native/libs/gui/ |
H A D | Surface.cpp | 549 result = c->mPerformInterceptor(window, Surface::performInternal, in hook_perform() 560 int Surface::performInternal(ANativeWindow* window, int operation, va_list args) { in performInternal() function in android::Surface
|