Searched refs:start (Results 26 - 50 of 300) sorted by relevance

1234567891011>>

/hardware/intel/common/libmix/videodecoder/securevideo/baytrail/
H A DVideoDecoderAVCSecure.h27 virtual Decode_Status start(VideoConfigBuffer *buffer);
/hardware/intel/common/libmix/videodecoder/securevideo/cherrytrail/
H A DVideoDecoderAVCSecure.h27 virtual Decode_Status start(VideoConfigBuffer *buffer);
/hardware/intel/common/libmix/videoencoder/
H A DVideoEncoderInterface.h25 virtual Encode_Status start(void) = 0;
H A DVideoEncoderVP8.h29 virtual Encode_Status start();
/hardware/intel/common/utils/ituxd/src/com/intel/thermal/
H A DThermalZoneMonitor.java38 t.start();
/hardware/intel/img/hwcomposer/merrifield/include/
H A DUeventObserver.h37 void start();
/hardware/intel/img/hwcomposer/moorefield_hdmi/include/
H A DUeventObserver.h37 void start();
/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/
H A DFakeValueGenerator.h39 * @param request in VehiclePropValue with required information to start fake data generation
40 * @return StatusCode of the start request
42 virtual StatusCode start(const VehiclePropValue& request) = 0;
/hardware/libhardware/modules/camera/3_0/
H A DVendorTags.cpp45 uint32_t start; member in struct:default_camera_hal::__anon1469::Section
124 index = tag - section->start;
133 mTagCount += DemoSections[i].end - DemoSections[i].start;
155 for (uint32_t tag = DemoSections[i].start;
/hardware/qcom/gps/msm8960/core/
H A DMsgTask.h49 typedef pthread_t (*tCreate)(const char* name, tStart start, void* arg);
/hardware/google/interfaces/media/c2/1.0/
H A DIConfigurable.hal109 * start index of 0, and the selected range are indices into this vector.
115 * @param start start index of selected range
124 uint32_t start,
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/
H A Dviddec_pm_parser_ops.c8 extern void viddec_pm_utils_list_emit_pixel_tags(viddec_pm_utils_list_t *list, uint32_t start, viddec_emitter *emitter, uint32_t using_next);
9 extern void viddec_pm_utils_list_emit_slice_tags(viddec_pm_utils_list_t *list, uint32_t start, uint32_t end, viddec_emitter *emitter, uint32_t is_cur_wkld, viddec_workload_item_t *wi);
80 uint32_t start=0, b_off=0; local
85 viddec_pm_utils_bstream_get_au_offsets(&(cxt->getbits), &b_off, &start, &emul);
86 if(emul) start--;
90 viddec_pm_utils_list_emit_slice_tags(&(cxt->list), start, cxt->list.total_bytes -1, &(cxt->emitter), cur_wkld, &wi);
142 int32_t viddec_pm_append_misc_tags(void *parent, uint32_t start, uint32_t end, viddec_workload_item_t *wi, uint32_t using_next) argument
149 viddec_pm_utils_list_emit_slice_tags(&(cxt->list), start, end, &(cxt->emitter), using_next, wi);
H A Dutils.c243 uint32_t get_total_ticks(uint32_t start, uint32_t end) argument
247 value = (start-end) + (start*timer);
250 value = end-start;/* convert to 1 MHz clocks */
/hardware/interfaces/gnss/1.0/
H A DIGnssBatching.hal26 * IGnss start() & stop() - i.e. both requests must be handled independently,
30 * due to an IGnss start() operation,
31 * and then a IGnssBatching start() is called for a location every 10
115 start(Options options) generates (bool success);
/hardware/interfaces/gnss/1.0/default/
H A DGnssXtra.cpp41 pthread_t GnssXtra::createThreadCb(const char* name, void (*start)(void*), void* arg) { argument
42 return createPthread(name, start, arg, &sThreadFuncArgsList);
/hardware/interfaces/wifi/1.0/
H A DIWifi.hal66 @callflow(next={"registerEventCallback", "start", "stop", "getChip"})
67 start() generates (WifiStatus status);
77 * Calling stop then start is a valid way of resetting state in the HAL,
87 @callflow(next={"registerEventCallback", "start", "stop"})
/hardware/qcom/gps/msm8909/utils/
H A DMsgTask.cpp46 if (!mThread->start(tCreator, threadName, this, joinable)) {
54 if (!mThread->start(threadName, this, joinable)) {
/hardware/qcom/gps/msm8909w_3100/utils/
H A DMsgTask.cpp45 if (!mThread->start(tCreator, threadName, this, joinable)) {
53 if (!mThread->start(threadName, this, joinable)) {
/hardware/qcom/gps/msm8996/utils/
H A DMsgTask.cpp46 if (!mThread->start(tCreator, threadName, this, joinable)) {
54 if (!mThread->start(threadName, this, joinable)) {
/hardware/qcom/gps/msm8998/utils/
H A DMsgTask.cpp45 if (!mThread->start(tCreator, threadName, this, joinable)) {
53 if (!mThread->start(threadName, this, joinable)) {
/hardware/google/av/media/codecs/hevc/
H A DC2SoftHevcDec.h45 #define TIME_DIFF(start, end, diff) \
46 diff = (((end).tv_sec - (start).tv_sec) * 1000000) + \
47 ((end).tv_usec - (start).tv_usec);
/hardware/intel/bootstub/
H A Dsfi.h58 extern int sfi_add_e820_entry(struct boot_params *bp, memory_map_t *mb_mmap, u64 start, u64 size, int type);
/hardware/intel/common/libmix/videodecoder/
H A DVideoDecoderInterface.h26 virtual Decode_Status start(VideoConfigBuffer *buffer) = 0;
H A DVideoDecoderMPEG2.h32 virtual Decode_Status start(VideoConfigBuffer *buffer);
H A DVideoDecoderMPEG4.h28 virtual Decode_Status start(VideoConfigBuffer *buffer);

Completed in 2382 milliseconds

1234567891011>>