HomeSort by relevance Sort by last modified time
    Searched refs:p_cos (Results 1 - 4 of 4) sorted by null

  /bionic/libm/
sincos.c 38 void sincos(double x, double* p_sin, double* p_cos) {
40 *p_cos = cos(x);
  /external/bluetooth/bluedroid/bta/av/
bta_av_aact.c 790 p_scb->p_cos->delay(p_scb->hndl, p_data->str_msg.msg.delay_rpt_cmd.delay);
    [all...]
bta_av_int.h 462 const tBTA_AV_CO_FUNCTS *p_cos; /* the associated callout functions */ member in struct:__anon2422
bta_av_main.c 568 p_scb->p_cos = &bta_av_a2d_cos;
    [all...]

Completed in 45 milliseconds