HomeSort by relevance Sort by last modified time
    Searched full:p_out (Results 101 - 109 of 109) sorted by null

1 2 3 45

  /system/bt/stack/hid/
hidh_conn.c 870 UINT8 *p_out; local
    [all...]
  /system/bt/stack/smp/
smp_api.c 502 ** p_out - output of the encrypted texts
508 tSMP_ENC *p_out)
512 status = smp_encrypt_data(key, key_len, plain_text, pt_len, p_out);
smp_keys.c 132 ** Plain_text is encrypted using key, the result is at p_out.
139 tSMP_ENC *p_out)
149 if ( (p_out == NULL ) || (key_len != SMP_ENCRYT_KEY_SIZE) )
180 p = p_out->param_buf;
183 smp_debug_print_nbyte_little_endian(p_out->param_buf, (const UINT8 *)"Encrypted text", SMP_ENCRYT_KEY_SIZE);
186 p_out->param_len = SMP_ENCRYT_KEY_SIZE;
187 p_out->status = HCI_SUCCESS;
188 p_out->opcode = HCI_BLE_ENCRYPT;
    [all...]
smp_int.h 486 tSMP_ENC *p_out);
  /system/bt/stack/include/
smp_api.h 455 ** p_out - pointer to the encrypted outputs
461 tSMP_ENC *p_out);
  /external/webrtc/src/modules/audio_processing/interface/
audio_processing.h 305 // P_out: Signal power at the output of the AEC.
315 // ERLE = 10log_10(P_echo / P_out)
  /system/media/camera/docs/
metadata_properties.xml 218 to output linear sRGB, `P_out = [ r' g' b' ]`,
    [all...]
  /frameworks/base/core/java/android/hardware/camera2/
CaptureRequest.java 674 * to output linear sRGB, <code>P_out = [ r' g' b' ]</code>,</p>
    [all...]
CaptureResult.java 390 * to output linear sRGB, <code>P_out = [ r' g' b' ]</code>,</p>
    [all...]

Completed in 207 milliseconds

1 2 3 45