Searched refs:position (Results 1 - 25 of 26) sorted by relevance

12

/hardware/ril/include/telephony/
H A Dril_cdma_sms.h363 unsigned char position; member in struct:__anon4464
371 unsigned char position; member in struct:__anon4465
378 unsigned char position; member in struct:__anon4466
385 unsigned char position; member in struct:__anon4467
392 unsigned char position; member in struct:__anon4468
401 unsigned char position; member in struct:__anon4469
408 unsigned char position; member in struct:__anon4470
415 unsigned char position; member in struct:__anon4471
471 unsigned short position; member in struct:__anon4475
472 /* Absolute position o
[all...]
/hardware/interfaces/audio/2.0/default/
H A DStream.h160 MmapPosition position; local
168 position.timeNanoseconds = halPosition.time_nanoseconds;
169 position.positionFrames = halPosition.position_frames;
172 _hidl_cb(retval, position);
H A DStream.cpp265 MmapPosition position; local
266 _hidl_cb(retval, position);
/hardware/interfaces/audio/2.0/
H A DIStream.hal270 * Called by the framework to read current read/write position in the mmap buffer
277 * @return position a MmapPosition struct containing current HW read/write position in frames
281 generates (Result retval, MmapPosition position);
/hardware/invensense/6515/libsensors_iio/software/core/mllite/
H A Dml_math_func.c998 // Find position of highest bit, counting from left, and scale number
1025 * @return highes bit position.
1028 int position; local
1029 position = 0;
1033 position += 16;
1037 position += 8;
1041 position += 4;
1045 position += 2;
1052 position -= 1;
1055 return position;
[all...]
/hardware/invensense/65xx/libsensors_iio/software/core/mllite/
H A Dml_math_func.c998 // Find position of highest bit, counting from left, and scale number
1025 * @return highes bit position.
1028 int position; local
1029 position = 0;
1033 position += 16;
1037 position += 8;
1041 position += 4;
1045 position += 2;
1052 position -= 1;
1055 return position;
[all...]
/hardware/libhardware/include/hardware/
H A Daudio.h381 * Called by the framework to read current read/write position in the mmap buffer
387 * \param[out] position address at which the mmap read/write position should be returned.
389 * \return 0 if the position is successfully returned.
390 * -ENODATA if the position cannot be retrieved
394 struct audio_mmap_position *position);
490 * Called by the framework to read current read/write position in the mmap buffer
496 * \param[out] position address at which the mmap read/write position should be returned.
498 * \return 0 if the position i
[all...]
/hardware/qcom/msm8994/kernel-headers/media/
H A Dmsm_camsensor_sdk.h226 enum camb_position_t position; member in struct:msm_sensor_init_params
H A Dmsm_cam_sensor.h239 enum camb_position_t position; member in struct:msm_sensor_info_t
/hardware/qcom/msm8994/original-kernel-headers/media/
H A Dmsm_camsensor_sdk.h193 /* sensor position: front, back */
194 enum camb_position_t position; member in struct:msm_sensor_init_params
H A Dmsm_cam_sensor.h214 enum camb_position_t position; member in struct:msm_sensor_info_t
/hardware/qcom/msm8x84/kernel-headers/media/
H A Dmsm_cam_sensor.h450 enum camb_position_t position; member in struct:msm_sensor_info_t
470 enum camb_position_t position; member in struct:msm_sensor_init_params
/hardware/qcom/msm8x84/original-kernel-headers/media/
H A Dmsm_cam_sensor.h411 enum camb_position_t position; member in struct:msm_sensor_info_t
431 /* sensor position: front, back */
432 enum camb_position_t position; member in struct:msm_sensor_init_params
/hardware/qcom/msm8996/kernel-headers/media/
H A Dmsm_camsensor_sdk.h277 enum camb_position_t position; member in struct:msm_sensor_init_params
H A Dmsm_cam_sensor.h241 enum camb_position_t position; member in struct:msm_sensor_info_t
/hardware/qcom/msm8996/kernel-headers/sound/
H A Dasequencer.h187 unsigned int position; member in union:snd_seq_ev_queue_control::__anon3518
/hardware/qcom/msm8996/original-kernel-headers/media/
H A Dmsm_camsensor_sdk.h247 /* sensor position: front, back */
248 enum camb_position_t position; member in struct:msm_sensor_init_params
H A Dmsm_cam_sensor.h213 enum camb_position_t position; member in struct:msm_sensor_info_t
/hardware/qcom/msm8996/original-kernel-headers/sound/
H A Dasequencer.h73 #define SNDRV_SEQ_EVENT_SETPOS_TICK 33 /* set tick queue position */
74 #define SNDRV_SEQ_EVENT_SETPOS_TIME 34 /* set realtime queue position */
255 unsigned int position; /* sync position */ member in union:snd_seq_ev_queue_control::__anon3669
/hardware/qcom/audio/hal/
H A Daudio_hw.c2650 struct audio_mmap_position *position)
2654 if (position == NULL) {
2665 int ret = pcm_mmap_get_hw_ptr(out->pcm, (unsigned int *)&position->position_frames, &ts);
2670 position->time_nanoseconds = audio_utils_ns_from_timespec(&ts);
3169 struct audio_mmap_position *position)
3173 if (position == NULL) {
3183 int ret = pcm_mmap_get_hw_ptr(in->pcm, (unsigned int *)&position->position_frames, &ts);
3188 position->time_nanoseconds = audio_utils_ns_from_timespec(&ts);
2649 out_get_mmap_position(const struct audio_stream_out *stream, struct audio_mmap_position *position) argument
3168 in_get_mmap_position(const struct audio_stream_in *stream, struct audio_mmap_position *position) argument
/hardware/interfaces/audio/2.0/vts/functional/
H A DAudioPrimaryHidlHalTest.cpp975 "Get a stream Mmap position before mapping it should fail",
1002 MmapPosition position; local
1003 ASSERT_OK(stream->getMmapPosition(returnIn(res, position)));
1009 "Retrieving the mmap position of a non mmaped stream should fail",
1102 "The capture position of a non prepared stream should not be "
1193 doc::test("A new stream render position should be 0 or INVALID_STATE");
1309 "presentation position");
/hardware/qcom/display/msm8960/libhwcomposer/
H A Dhwc_utils.cpp311 /* Calculates the destination position based on the action safe rectangle */
345 // calculate the position ratio
351 //Calculate the position...
906 Dim position(pos.left, pos.top, posW, posH);
907 ov->setPosition(position, dest);
/hardware/qcom/display/msm8084/libhwcomposer/
H A Dhwc_utils.cpp370 /* Calculates the destination position based on the action safe rectangle */
414 // calculate the position ratio
420 //Calculate the position...
463 // This function gets the destination position for Seconday display
464 // based on the position and aspect ratio with orientation
470 //display position(x,y,w,h) in correct aspectratio after rotation
496 // Swap width/height for input position
522 // the position based on the new width and height
526 //Calculate the position
558 //Calculate the position
[all...]
/hardware/qcom/display/msm8226/libhwcomposer/
H A Dhwc_utils.cpp385 /* Calculates the destination position based on the action safe rectangle */
429 // calculate the position ratio
435 //Calculate the position...
450 // This function gets the destination position for Seconday display
451 // based on the position and aspect ratio with orientation
457 //display position(x,y,w,h) in correct aspectratio after rotation
483 // Swap width/height for input position
509 // the position based on the new width and height
513 //Calculate the position
545 //Calculate the position
[all...]
/hardware/qcom/display/msm8909/libhwcomposer/
H A Dhwc_utils.cpp613 /* Calculates the destination position based on the action safe rectangle */
657 // calculate the position ratio
663 //Calculate the position...
678 // This function gets the destination position for Seconday display
679 // based on the position and aspect ratio with orientation
685 //display position(x,y,w,h) in correct aspectratio after rotation
711 // Swap width/height for input position
737 // the position based on the new width and height
741 //Calculate the position
778 //Calculate the position
[all...]

Completed in 498 milliseconds

12