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

  /system/bt/stack/test/
stack_a2dp_test.cc 619 uint8_t a2dp_data[1000]; local
621 uint32_t* p_ts = reinterpret_cast<uint32_t*>(a2dp_data);
623 memset(a2dp_data, 0xAB, sizeof(a2dp_data));
626 EXPECT_TRUE(A2DP_GetPacketTimestamp(codec_info_sbc, a2dp_data, &timestamp));
629 memset(a2dp_data, 0xAB, sizeof(a2dp_data));
632 EXPECT_TRUE(A2DP_GetPacketTimestamp(codec_info_aac, a2dp_data, &timestamp));
635 memset(a2dp_data, 0xAB, sizeof(a2dp_data));
643 uint8_t a2dp_data[1000]; local
    [all...]
  /system/sepolicy/private/
file_contexts 357 /data/misc/bluedroid/\.a2dp_data u:object_r:bluetooth_socket:s0

Completed in 1160 milliseconds