/PriHook

Hooks in AOSP

Primary LanguageC++Apache License 2.0Apache-2.0

PriHook

Hooks in AOSP Service

Three resources hooks

Audio

AudioFlinger.cpp
startInput, startOutput, stopInput, stopOutput

Camera

CameraClient.cpp
startPreviewMode, takePicture, startRecording

Sensor

SensorService.cpp
status_t SensorService::SensorEventConnection::sendEvents

Start our sevice at boot time

system_init.cpp