Searched defs:get (Results 51 - 53 of 53) sorted by relevance

123

/hardware/qcom/gps/msm8909w_3100/core/
H A DSystemStatus.cpp220 inline SystemStatusPQWM1& get() { return mM1;} //getparser function in class:loc_core::SystemStatusPQWM1parser
281 inline SystemStatusPQWP1& get() { return mP1;} function in class:loc_core::SystemStatusPQWP1parser
334 inline SystemStatusPQWP2& get() { return mP2;} function in class:loc_core::SystemStatusPQWP2parser
411 inline SystemStatusPQWP3& get() { return mP3;} function in class:loc_core::SystemStatusPQWP3parser
464 inline SystemStatusPQWP4& get() { return mP4;} function in class:loc_core::SystemStatusPQWP4parser
557 inline SystemStatusPQWP5& get() { return mP5;} function in class:loc_core::SystemStatusPQWP5parser
594 inline SystemStatusPQWP6& get() { return mP6;} function in class:loc_core::SystemStatusPQWP6parser
632 inline SystemStatusPQWP7& get() { return mP7;} function in class:loc_core::SystemStatusPQWP7parser
673 inline SystemStatusPQWS1& get() { return mS1;} function in class:loc_core::SystemStatusPQWS1parser
1473 SystemStatusPQWM1 s = SystemStatusPQWM1parser(buf, len).get();
[all...]
/hardware/qcom/gps/msm8998/core/
H A DSystemStatus.cpp216 inline SystemStatusPQWM1& get() { return mM1;} //getparser function in class:loc_core::SystemStatusPQWM1parser
277 inline SystemStatusPQWP1& get() { return mP1;} function in class:loc_core::SystemStatusPQWP1parser
330 inline SystemStatusPQWP2& get() { return mP2;} function in class:loc_core::SystemStatusPQWP2parser
407 inline SystemStatusPQWP3& get() { return mP3;} function in class:loc_core::SystemStatusPQWP3parser
460 inline SystemStatusPQWP4& get() { return mP4;} function in class:loc_core::SystemStatusPQWP4parser
553 inline SystemStatusPQWP5& get() { return mP5;} function in class:loc_core::SystemStatusPQWP5parser
590 inline SystemStatusPQWP6& get() { return mP6;} function in class:loc_core::SystemStatusPQWP6parser
628 inline SystemStatusPQWP7& get() { return mP7;} function in class:loc_core::SystemStatusPQWP7parser
669 inline SystemStatusPQWS1& get() { return mS1;} function in class:loc_core::SystemStatusPQWS1parser
1407 SystemStatusPQWM1 s = SystemStatusPQWM1parser(buf, len).get();
[all...]
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/
H A Dvideo_encoder_device_v4l2.cpp652 int rc = mInputExtradata.get(buffer, &userptr, &extra_fd, &offset, &extra_size);
654 DEBUG_PRINT_ERROR("Unable to get extradata memory 4");
1305 DEBUG_PRINT_ERROR("Failed to get framesizes");
1466 DEBUG_PRINT_ERROR("Failed to get format on %s port",
3236 DEBUG_PRINT_ERROR("Unable to get extradata memory 2");
3678 int rc = mInputExtradata.get(bufhdr, &userptr, &fd, &offset, &size);
3680 DEBUG_PRINT_ERROR("Unable to get extradata memory 1");
3919 int rc = mOutputExtradata.get(&userptr, &fd, &offset, &size);
3921 DEBUG_PRINT_ERROR("Unable to get extradata memory 0");
6292 temporal_layers_config.nMaxLayers = MAX_HYB_HIERP_LAYERS; // TODO: get thi
7379 OMX_ERRORTYPE encExtradata::get(char **userptr, int *fd, unsigned *offset, ssize_t *size) { function in class:encExtradata
7392 OMX_ERRORTYPE encExtradata::get(void *cookie, char **userptr, int *fd, unsigned *offset, ssize_t *size) function in class:encExtradata
[all...]

Completed in 795 milliseconds

123