Exemple #1
0
status_t MediaPuller::start() {
#ifndef ANDROID_DEFAULT_CODE
	ALOGI(" start+");
#endif	
    return postSynchronouslyAndReturnError(new AMessage(kWhatStart, id()));
}
status_t MediaPuller::start() {
    return postSynchronouslyAndReturnError(new AMessage(kWhatStart, id()));
}
Exemple #3
0
status_t Serializer::stop() {
    return postSynchronouslyAndReturnError(new AMessage(kWhatStop, id()));
}