Home
last modified time | relevance | path

Searched refs:app (Results 1 – 8 of 8) sorted by relevance

/hardware/intel/common/utils/ituxd/src/com/intel/thermal/
DituxdApp.java19 import android.app.Application;
DThermalService.java19 import android.app.ActivityManagerNative;
20 import android.app.IntentService;
21 import android.app.Service;
/hardware/bsp/intel/peripheral/libmraa/docs/
Ddebugging.md18 app or check all libmraa messages with `journalctl -t libmraa`. Grab all the
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/
Dmkvmuxer.cpp2012 void SegmentInfo::set_muxing_app(const char* app) { in set_muxing_app() argument
2013 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() argument
2031 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()
Dmkvmuxer.hpp990 void set_muxing_app(const char* app);
994 void set_writing_app(const char* app);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/x86/
Dssim_opt.asm149 ; ( calling app will initialize to 0 ) could easily fit everything in sse2
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/x86/
Dvp9_ssim_opt.asm149 ; ( calling app will initialize to 0 ) could easily fit everything in sse2
/hardware/qcom/camera/QCamera2/stack/mm-camera-test/
DAndroid.mk95 LOCAL_MODULE:= mm-qcamera-app