Searched refs:app (Results 1 – 8 of 8) sorted by relevance
19 import android.app.Application;
19 import android.app.ActivityManagerNative;20 import android.app.IntentService;21 import android.app.Service;
18 app or check all libmraa messages with `journalctl -t libmraa`. Grab all the
2012 void SegmentInfo::set_muxing_app(const char* app) { in set_muxing_app() argument2013 if (app) { in set_muxing_app()2014 const size_t length = strlen(app) + 1; in set_muxing_app()2020 strcpy_s(temp_str, length, app); in set_muxing_app()2022 strcpy(temp_str, app); in set_muxing_app()2030 void SegmentInfo::set_writing_app(const char* app) { in set_writing_app() argument2031 if (app) { in set_writing_app()2032 const size_t length = strlen(app) + 1; in set_writing_app()2038 strcpy_s(temp_str, length, app); in set_writing_app()2040 strcpy(temp_str, app); in set_writing_app()
990 void set_muxing_app(const char* app);994 void set_writing_app(const char* app);
149 ; ( calling app will initialize to 0 ) could easily fit everything in sse2
95 LOCAL_MODULE:= mm-qcamera-app