HomeSort by relevance Sort by last modified time
    Searched defs:p_handle (Results 1 - 7 of 7) sorted by null

  /system/bt/bta/test/
bta_hf_client_test.cc 51 uint16_t p_handle = 0; local
52 bool status = bta_hf_client_allocate_handle(bdaddr1, &p_handle);
56 EXPECT_GT(p_handle, 0);
61 uint16_t p_handle; local
62 bool status = bta_hf_client_allocate_handle(bdaddr1, &p_handle);
66 EXPECT_GT(p_handle, 0);
70 status = bta_hf_client_allocate_handle(bdaddr1, &p_handle);
  /device/google/cuttlefish_common/guest/hals/gralloc/legacy/
framebuffer.cpp 88 const private_handle_t* p_handle = local
95 p_handle->x_res, p_handle->y_res, &buffer);
  /device/google/cuttlefish_common/guest/hals/hwcomposer/legacy/
base_composer.cpp 71 const private_handle_t* p_handle = local
76 p_handle->x_res, p_handle->y_res, &buffer);
hwcomposer.cpp 147 const private_handle_t* p_handle = local
160 layer.sourceCrop.right > p_handle->x_res ||
161 layer.sourceCrop.bottom > p_handle->y_res) {
167 layer.sourceCrop.top, layer.sourceCrop.bottom, p_handle->x_res,
168 p_handle->y_res);
  /device/google/cuttlefish_common/guest/hals/hwcomposer/
hwcomposer.cpp 58 const vsoc_buffer_handle_t* p_handle = local
60 if (!p_handle) {
65 layer.sourceCrop.right > p_handle->x_res ||
66 layer.sourceCrop.bottom > p_handle->y_res) {
72 layer.sourceCrop.top, layer.sourceCrop.bottom, p_handle->x_res,
73 p_handle->y_res);
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
omx_swvdec.cpp 3713 private_handle_t *p_handle; local
    [all...]
  /hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/
omx_swvdec.cpp 4019 private_handle_t *p_handle; local
    [all...]

Completed in 168 milliseconds