Searched refs:getTypeText (Results 1 – 4 of 4) sorted by relevance
/aosp12/frameworks/av/services/oboeservice/ |
H A D | AAudioServiceStreamBase.cpp | 315 ALOGE("%s() mServiceEndpoint returned %d, %s", __func__, result, getTypeText()); in pause_l() 366 ALOGE("%s() stopStream returned %d, %s", __func__, result, getTypeText()); in stop_l() 410 ALOGD("%s() %s entering >>>>>>>>>>>>>> TIMESTAMPS", __func__, getTypeText()); in run() 443 __func__, getTypeText(), loopCount); in run() 543 __func__, command->what, getTypeText()); in writeUpMessageQueue()
|
H A D | AAudioServiceStreamMMAP.h | 60 const char *getTypeText() const override { return "MMAP"; } in getTypeText() function
|
H A D | AAudioServiceStreamShared.h | 83 const char *getTypeText() const override { return "Shared"; } in getTypeText() function
|
H A D | AAudioServiceStreamBase.h | 228 virtual const char *getTypeText() const { return "Base"; } in getTypeText() function
|