Home
last modified time | relevance | path

Searched defs:reconfigure (Results 1 – 15 of 15) sorted by relevance

/frameworks/native/services/inputflinger/reader/mapper/
DExternalStylusInputMapper.cpp50 std::list<NotifyArgs> ExternalStylusInputMapper::reconfigure(nsecs_t when, in reconfigure() function in android::ExternalStylusInputMapper
DMultiTouchInputMapper.cpp175 std::list<NotifyArgs> MultiTouchInputMapper::reconfigure(nsecs_t when, in reconfigure() function in android::MultiTouchInputMapper
DRotaryEncoderInputMapper.cpp103 std::list<NotifyArgs> RotaryEncoderInputMapper::reconfigure(nsecs_t when, in reconfigure() function in android::RotaryEncoderInputMapper
DInputMapper.cpp43 std::list<NotifyArgs> InputMapper::reconfigure(nsecs_t when, const InputReaderConfiguration& config, in reconfigure() function in android::InputMapper
DCursorInputMapper.cpp137 std::list<NotifyArgs> CursorInputMapper::reconfigure(nsecs_t when, in reconfigure() function in android::CursorInputMapper
DJoystickInputMapper.cpp107 std::list<NotifyArgs> JoystickInputMapper::reconfigure(nsecs_t when, in reconfigure() function in android::JoystickInputMapper
DSensorInputMapper.cpp120 std::list<NotifyArgs> SensorInputMapper::reconfigure(nsecs_t when, in reconfigure() function in android::SensorInputMapper
DTouchpadInputMapper.cpp320 std::list<NotifyArgs> TouchpadInputMapper::reconfigure(nsecs_t when, in reconfigure() function in android::TouchpadInputMapper
DKeyboardInputMapper.cpp173 std::list<NotifyArgs> KeyboardInputMapper::reconfigure(nsecs_t when, in reconfigure() function in android::KeyboardInputMapper
DTouchInputMapper.cpp324 std::list<NotifyArgs> TouchInputMapper::reconfigure(nsecs_t when, in reconfigure() function in android::TouchInputMapper
/frameworks/base/libs/hwui/hwui/
DBitmap.cpp311 void Bitmap::reconfigure(const SkImageInfo& newInfo, size_t rowBytes) { in reconfigure() function in android::Bitmap
430 void Bitmap::reconfigure(const SkImageInfo& info) { in reconfigure() function in android::Bitmap
/frameworks/base/core/java/android/database/sqlite/
DSQLiteConnectionPool.java304 public void reconfigure(SQLiteDatabaseConfiguration configuration) { in reconfigure() method in SQLiteConnectionPool
DSQLiteConnection.java587 void reconfigure(SQLiteDatabaseConfiguration configuration) { in reconfigure() method in SQLiteConnection
/frameworks/base/graphics/java/android/graphics/
DBitmap.java310 public void reconfigure(int width, int height, @NonNull Config config) { in reconfigure() method in Bitmap
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp289 std::list<NotifyArgs> reconfigure(nsecs_t, const InputReaderConfiguration& config, in reconfigure() function in android::FakeInputMapper